abstract bases for plenario
Project description
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
File details
Details for the file plenario_core-0.0.15-py3-none-any.whl
.
File metadata
- Download URL: plenario_core-0.0.15-py3-none-any.whl
- Upload date:
- Size: 30.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5198cc21c8571a36905b2bf282c0193c663f932e01f6fc31f6dbcf3a5bbbaf27 |
|
MD5 | 2ee0a2dea1322005ee5c9f6cfc6ea7e6 |
|
BLAKE2b-256 | 3bc12a10d11d3acc2d0fa9bd1a762ee4b3b041d69d18f09b0b78b6bcfd98076b |