Skip to content

CCRI-POPROX/poprox-storage

 
 

Repository files navigation

poprox-storage

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install poprox-storage

Dev Dependencies

pip install .[dev]

Making Database Schema Changes

We use alembic to manage schema changes as a series of migrations. You can create a new migration file from the poprox-db directory with:

alembic revision -m "description of your changes"

Running the tests

Start the dev database and load the database schema with:

source dev/init_poprox_dev.sh

Then run the tests with:

pytest tests/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages