Metadata-Version: 2.1
Name: mmfutils
Version: 0.5.1
Summary: Useful Utilities
Home-page: https://bitbucket.org/mforbes/mmfutils
Author: Michael McNeil Forbes
Author-email: michael.forbes+bitbucket@gmail.com
License: BSD
Description: Small set of utilities: containers and interfaces.
        
        This package provides some utilities that I tend to rely on during
        development. Presently in includes some convenience containers and some stubs
        for working with `zope.interface <http://docs.zope.org/zope.interface/>`__
        without having to introduce an additional dependence.
        
        **Documentation:**
          http://mmfutils.readthedocs.org
        **Source:**
          https://bitbucket.org/mforbes/mmfutils
        **Issues:**
          https://bitbucket.org/mforbes/mmfutils/issues
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >2,<3.8
Provides-Extra: doc
