Metadata-Version: 2.0
Name: infocards
Version: 0.2.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
Keywords: information card archive database
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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
Requires-Dist: fuzzywuzzy (>=0.2.1)
Requires-Dist: PyMySQL (>=0.6.2)
Requires-Dist: pg8000 (>=1.9.13)
Requires-Dist: SQLAlchemy (>=0.9.7)

infocards
=========

A small Python library that allows storing *information cards* in an archive. Supports MySQL, PostgreSQL and SQLite databases.

Compatible with **Python 2 and 3**

.. _GitHub: https://github.com/RMed/infocards

Source code available on GitHub_

License: **LGPLv3**

Requirements
------------
.. _fuzzywuzzy: https://github.com/seatgeek/fuzzywuzzy
.. _pg8000: https://github.com/mfenniak/pg8000
.. _PyMySQL: https://github.com/PyMySQL/PyMySQL
.. _SQLAlchemy: http://www.sqlalchemy.org/

- fuzzywuzzy_ >= 0.2.1
- pg8000_ >= 1.9.13
- PyMySQL_ >= 0.6.2
- SQLALchemy_ >= 0.9.7

Installation
------------

Installing from source archive file (Windows or UNIX)::

    $ pip install path/to/archive

Installing from the package index (Windows or UNIX)::

    $ pip install infocards

The 0.2.1 version of the fuzzywuzzy_ package is not available on PyPI, please install it from its GitHub repository.

Documentation
-------------


Documentation is available online at Read the Docs http://infocards.readthedocs.org

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.


