Collection of things for Python that dont warrant their own libraries.
Project description
# Mr. Python
[](https://travis-ci.org/petermelias/mrpython) [](https://coveralls.io/r/petermelias/mrpython?branch=master) [](https://pypi.python.org/pypi/mrpython/) [](https://pypi.python.org/pypi/mrpython/)
A collection of functions, decorators and data 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=None) ```
* ``` walker(node, limit=None) ```
## Data
* STATES (dict)
* ORDERED_STATES (OrderedDict)
## Interfaces
* TInterface (only for use with walker)
### Instructions for using walker
1. Inherit your walkable nodes from ``` mrpython.TInterface ```
2. Set the ``` _dict_attrs attribute on all of your nodes to limit the extent to which they walk
3. Pass one of the nodes to ``` walker(node) ```
4. Store the resulting dictionary.
If you want to override the ``` _dict_attrs ``` default limiting, call the ``` to_dict ``` method on your starting node and supply the ``` limit ``` parameter and then pass the resulting dictionary to the ``` walker(node) ``` function.
[](https://travis-ci.org/petermelias/mrpython) [](https://coveralls.io/r/petermelias/mrpython?branch=master) [](https://pypi.python.org/pypi/mrpython/) [](https://pypi.python.org/pypi/mrpython/)
A collection of functions, decorators and data 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=None) ```
* ``` walker(node, limit=None) ```
## Data
* STATES (dict)
* ORDERED_STATES (OrderedDict)
## Interfaces
* TInterface (only for use with walker)
### Instructions for using walker
1. Inherit your walkable nodes from ``` mrpython.TInterface ```
2. Set the ``` _dict_attrs attribute on all of your nodes to limit the extent to which they walk
3. Pass one of the nodes to ``` walker(node) ```
4. Store the resulting dictionary.
If you want to override the ``` _dict_attrs ``` default limiting, call the ``` to_dict ``` method on your starting node and supply the ``` limit ``` parameter and then pass the resulting dictionary to the ``` walker(node) ``` function.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mrpython-0.0.18.tar.gz
(4.5 kB
view details)
File details
Details for the file mrpython-0.0.18.tar.gz.
File metadata
- Download URL: mrpython-0.0.18.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e610acefccbede8a4379c484382597eb6cf5cc53cc967ba569df40b0a7ecc713
|
|
| MD5 |
b9467f765fc9afd43fba123897e85d42
|
|
| BLAKE2b-256 |
adf2d0f5dfd5e5019eae5ff5c7b0da33d6e5403d3b5093c160e69ed76dc160e9
|