Metadata-Version: 1.1
Name: dooku
Version: 0.2.0
Summary: a set of libraries for everyday
Home-page: https://github.com/ikalnitsky/dooku
Author: Igor Kalnitsky
Author-email: igor@kalnitsky.org
License: BSD
Description: 
        Dooku
        -----
        
        Dooku is a set of libraries for the Python programming language that
        provides various useful stuff that you might need in everyday usage.
        
        The idea is to provide a set of libraries and useful functions, just
        like Boost does in C++ world.
        
        Dooku is a good not only as a set of libraries, it also may be used
        as a some kind of incubator where various developers can test and
        evolve their projects. So please don't hesitate to propose your
        library to be a part of Dooku.
        
        Links
        `````
        
        * `documentation <https://dooku.readthedocs.org/>`_
        * `source code <https://github.com/ikalnitsky/dooku>`_
        
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
