Skip to content
/ pai-db Public

Persistent storage of defined resources/relations.

License

Notifications You must be signed in to change notification settings

ahawker/pai-db

Repository files navigation

pai-db

PyPI version PyPI versions PyPI downloads Build Status Coverage Status Code Climate Issue Count

Persistent storage of defined resources/relations.

Status

pai-db is in alpha stage and not yet used by any production workloads.

Installation

Install latest production build using pip:

    $ pip install pai_db

Install latest development build using pip:

    $ pip install -i https://testpypi.python.org/pypi pai_db

Install from source code:

    $ git clone git@github.com:ahawker/pai-db.git
    $ cd pai_db
    $ python setup.py install

Deployment

Package deployments to index servers are automatically performed by Travis CI.

PyPI - Hosts Official Builds

TestPyPI - Hosts Development Builds

Tagged versions of the master branch will be deployed to the official PyPI index server while non-tagged versions will be deployed to the test PyPI index server.

To kick off a new, official deployment, just run one of the following:

Patch Version Release: Use this when you make backwards-compatible bug fixes.

    $ make push-patch

Minor Version Release: Use this when you add functionality in a backwards-compatible manner.

    $ make push-minor

Major Version Release: Use this when you make incompatible API changes.

    $ make push-major

License

Apache 2.0

About

Persistent storage of defined resources/relations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published