Metadata-Version: 2.0
Name: ubelt
Version: 0.0.31
Summary: A "utility belt" of commonly needed utility and helper functions
Home-page: https://github.com/Erotemic/ubelt
Author: Jon Crall
Author-email: erotemic@gmail.com
License: Apache 2
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Requires-Dist: six (>=1.10.0)
Requires-Dist: Pygments (>=2.2.0)
Requires-Dist: coverage (>=4.3.4)

UBelt is a "utility belt" of commonly needed utility and helper functions. It is a migration of the most useful parts of `utool`   (https://github.com/Erotemic/utool) into a minimal and standalone module.

The `utool` library contains a number of useful utility functions, however a number of these are too specific or not well documented. The goal of this migration is to slowly port over the most re-usable parts of `utool` into a stable package.

In addition to utility functions `utool` also contains a custom doctest   harness and code introspection and auto-generation features. This port will contain a rewrite of the doctest harness. Some of the code introspection features will be ported, but most   auto-generation abilities will be ported into a new module that depends on   `ubelt`.

