Skip to main content

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.

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

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

Changelog

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

visaplan.tools-1.1.tar.gz (24.9 kB view hashes)

Uploaded Source

Built Distribution

visaplan.tools-1.1-py2-none-any.whl (21.4 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page