Metadata-Version: 1.1
Name: infocards
Version: 0.1.0
Summary: Simple information card archive library
Home-page: https://github.com/RMed/infocards
Author: Rafael Medina García
Author-email: rafamedgar@gmail.com
License: LGPLv3
Description: infocards
        =========
        
        Simple information card archive library
        Compatible with **Python 2 and 3**
        
        .. _GitHub: https://github.com/RMed/infocards
        
        Source code available on GitHub_
        
        License: **LGPLv3**
        
        Installation
        ------------
        
        Installing from source archive file (Windows or UNIX)::
        
            $ python pip install path/to/archive
        
        Installing from the package index (Windows or UNIX)::
        
            $ python pip install infocards
        
        Documentation
        -------------
        
        Documentation is available online at http://pythonhosted.org/infocards/
        
        Building the documentation from source requires that *Sphinx* be installed in the machine. In the **docs** directory::
        
            $ make html
        
        The documentation will be placed in the **docs/_build/html** directory.
        
Keywords: information card archive database
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
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
