Skip to content
forked from txbm/mrpython

A collection of functions, decorators and mini-modules that don't seem to fit into any of my (or anybody's libraries).

License

Notifications You must be signed in to change notification settings

crvidya/mrpython

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mr. Python

Build Status Coverage Status Downloads Downloads

A collection of functions, decorators and mini-modules that don't seem to fit into any of my (or anybody else's) libraries.

Functions

  • autolog(message, level=logging.DEBUG)
  • enum(**enums)
  • ip2long(ip)
  • long2ip(long)
  • to_dict(o, limit=())
  • walk(value, graph_max=None, graph_interface=None)

Data

  • STATES (dict)
  • ORDERED_STATES (OrderedDict)

About

A collection of functions, decorators and mini-modules that don't seem to fit into any of my (or anybody's libraries).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%