Metadata-Version: 2.0
Name: cuckoos
Version: 0.1.2
Summary: Package to create nested objects with method namespaces.
Home-page: UNKNOWN
Author: Alex R Hoyling
Author-email: alex.r.hoyling@gmail.com
License: BSD
Keywords: python,meta,class,namespace
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Requires-Dist: six (==1.10.0)
Provides-Extra: py2.6
Requires-Dist: ordereddict (==1.1); extra == 'py2.6'
Provides-Extra: test
Requires-Dist: pytest (==2.6.4); extra == 'test'

Cuckoos
=======

TODO

* Create usage examples
* Refactor the setup.py configuration
* Add documentation
* Add tox (Should support 2.6, 2.7, 3.4, 3.5+)

