Skip to content

rmed/infocards

Repository files navigation

infocards PyPI version

A small Python library for managing information cards in an archive. Supports MySQL, PostgreSQL and SQLite databases for the backend.

Compatible with Python 2 and 3.

License: GPLv2

Note: from version 0.5.0 and onwards, infocards is not backwards compatible.

Requirements

Basic requirements (installed automatically with pip) are:

If you want to use MySQL or PostgreSQL for the backend, you will also need:

Installation

Installing from source:

$ setup.py install

Installing from the Package Index (recommended):

$ pip install infocards

Documentation

Documentation is available online and contains the API reference as well as examples.

You may also build the documentation source in the docs/ directory using MKDocs.