Metadata-Version: 1.1
Name: candv
Version: 1.3.1
Summary: Constants and Values: create grouped non-standard named constants, add values, verbose names, help texts or anything you like to them
Home-page: https://github.com/oblalex/candv
Author: Alexander Oblovatniy
Author-email: oblovatniy@gmail.com
License: LGPLv3
Description: candv: Constants & Values
        =========================
        
        |pypi_package| |pypi_downloads| |python_versions| |docs| |license|
        
        |unix_build| |coverage_status|
        
        
        This is a little Python library which provides an easy way for creating complex
        constants.
        
        Inspired by `Constants from Twisted`_ and `Django form fields`_.
        
        Please, `read the docs`_ for more information.
        
        .. |unix_build| image:: http://img.shields.io/travis/oblalex/candv.svg?branch=master&style=flat
           :target: https://travis-ci.org/oblalex/candv
        
        .. |coverage_status| image:: http://img.shields.io/coveralls/oblalex/candv.svg?branch=master&style=flat
           :target: https://coveralls.io/r/oblalex/candv?branch=master
           :alt: Test coverage
        
        .. |pypi_package| image:: http://img.shields.io/pypi/v/candv.svg?style=flat
           :target: http://badge.fury.io/py/candv/
           :alt: Version of PyPI package
        
        .. |pypi_downloads| image:: http://img.shields.io/pypi/dm/candv.svg?style=flat
           :target: https://crate.io/packages/candv/
           :alt: Number of downloads of PyPI package
        
        .. |python_versions| image:: https://img.shields.io/badge/Python-2.7,3.3,3.4-brightgreen.svg?style=flat
           :alt: Supported versions of Python
        
        .. |docs| image:: https://readthedocs.org/projects/candv/badge/?version=latest
           :target: `read the docs`_
           :alt: Documentation Status
        
        .. |license| image:: https://img.shields.io/badge/license-LGPLv3-blue.svg?style=flat
           :target: https://github.com/IL2HorusTeam/il2fb-difficulty/blob/master/LICENSE
           :alt: Package license
        
        
        .. _Constants from Twisted: http://twistedmatrix.com/documents/current/core/howto/constants.html
        .. _Django form fields: https://docs.djangoproject.com/en/1.6/ref/forms/fields/
        .. _read the docs: http://candv.readthedocs.org/en/latest/
        
Keywords: constants,values,structures,choices
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries
