Skip to main content

abstract bases for plenario

Project description

https://travis-ci.org/UrbanCCD-UChicago/plenario-core.svg?branch=master https://coveralls.io/repos/github/UrbanCCD-UChicago/plenario-core/badge.svg?branch=master

Usage

Coming Soon

Development

Fire up a virtualenv and install the dev requirements:

$ python3.6 -m venv .env
$ source .env/bin/activate
$ pip install -r dev-requirements.txt

To run the tests, in a separate terminal pull in the PostGIS docker image and create the database:

$ docker pull mdillon/postgis
$ docker run -d -p 5432:5432 mdillon/postgis
$ docker ps
...
$ docker exec -it {container hash} /bin/bash
...
# su postgres -c psql
...
> create database plenario;

Then all you have to do is run the tests normally:

$ coverage run manage.py test
$ coverage report
$ flake8

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

plenario_core-0.0.13-py3-none-any.whl (27.1 kB view details)

Uploaded Python 3

File details

Details for the file plenario_core-0.0.13-py3-none-any.whl.

File metadata

File hashes

Hashes for plenario_core-0.0.13-py3-none-any.whl
Algorithm Hash digest
SHA256 cda213c41cf481fa4942298c78626e010d5828ee619cfe2b5202a65a5167b1f2
MD5 33df5480dbec4a64f7db45bea3d58f4c
BLAKE2b-256 72eee0063ba9d8d3c4b4af20b6fadfb5e2ecfde3581bca170e73492b5570c022

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page