General Python tools
Project description
This is a collection of utility modules for Python projects.
Features
“classes” module:
Several classes derived from Python dicts, e.g. Mirror and Proxy.
“html” module:
HtmlEntityProxy - a dict which returns unicode characters when given a named HTML entity
“http” module:
extract_hostname (using url.split and raising ValueError)
“coding” module:
Factory functions to create safe_encode resp. safe_decode functions as needed
Documentation
The modules are documented by doctests. Full documentation for end users can be found in the “docs” folder.
Installation
Simply install visaplan.tools by using pip:
pip install visaplan.tools
or by adding it to your buildout:
[buildout] ... eggs = visaplan.tools
and then running bin/buildout
Contribute
Issue Tracker: https://github.com/visaplan/visaplan.tools/issues
Source Code: https://github.com/visaplan/visaplan.tools
Support
If you are having issues, please let us know; please use the issue tracker mentioned above.
License
The project is licensed under the Apache Software License.
Contributors
Tobias Herp, tobias.herp@visaplan.com
Changelog
1.2 (2018-07-11)
breaking changes: - ‘classes’: Proxy is now a factory rather than a class
modules ‘debug’, ‘dicts’, ‘lands0’, ‘minifuncs’ [tobiasherp]
1.1 (2018-06-12)
modules ‘sequences’, ‘times’, ‘files’
Minor Bugfixes [tobiasherp]
1.0 (2018-06-11)
Initial release, including modules ‘classes’, ‘html’, ‘http’ and ‘coding’ [tobiasherp]
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
File details
Details for the file visaplan.tools-1.2.tar.gz
.
File metadata
- Download URL: visaplan.tools-1.2.tar.gz
- Upload date:
- Size: 36.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c239bd56ea4241463e0533b9709340a5ac72d645cb84aa8a55094fad721e3f3 |
|
MD5 | dcd0b4effe86209a1f3daf904ccdbab3 |
|
BLAKE2b-256 | df8b4ee6dcbc665f353e04bdc3c35f3440bb78c95ab207b57a871ce31696d50e |