Metadata-Version: 1.1
Name: indexr
Version: 0.1.0
Summary: A general purpose indexer written in Python.
Home-page: https://github.com/kevin91nl/indexr
Author: Kevin Jacobs
Author-email: kevin91nl@gmail.com
License: ISCL
Description: ===============================
        indexr
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/indexr.svg
                :target: https://pypi.python.org/pypi/indexr
        
        .. image:: https://img.shields.io/travis/kevin91nl/indexr.svg
                :target: https://travis-ci.org/kevin91nl/indexr
        
        .. image:: https://readthedocs.org/projects/indexr/badge/
                :target: https://readthedocs.org/projects/indexr/
                :alt: Documentation Status
        
        
        A general purpose indexer written in Python.
        
        * Free software: MIT license
        * Documentation: https://indexr.readthedocs.org
        
        Features
        --------
        No features yet.
        
        Documentation
        -------------
        For generating documentation, use the following snippet (on Windows machines): :code:`devops\docs.bat`
        
        Development
        -----------
        
        Deployment
        ~~~~~~~~~~
        First, generate the source and the binary distrubtion of the project:
        :code:`python setup.py sdist bdist_wheel`
        
        :code:`twine upload -r test -s dist/attrs-15.1.0*`
        
        
        Credits
        ---------
        
        Tools used in rendering this package:
        
        *  Cookiecutter_
        *  `cookiecutter-pypackage`_
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        
        History
        -------
        
        0.1.0 (2015-12-04)
        ---------------------
        
        * First release on PyPI.
        
Keywords: indexr
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
