Boilerplate to quickly setup a Django Rest Framework Microservice for T3
Project description
Install
Setup Virtualenv (optional)
python -m venv .venv
source .venv/bin/activate
# There is a bug in pip 9.x go ahead and upgrade to make sure that you're pip 10.x
pip install --upgrade pip
Install
# Install from pypi
pip install t3-core
# Install in the `src` dir of your python environment
pip install -e git+ssh://git@gitlab.t-3.com/sunoco/t3-python-core.git
# Choose where the clone lives
git clone ssh://git@gitlab.t-3.com/sunoco/t3-python-core.git
pip install -e ./t3-python-core
Testing & Linting
Test & Coverage Report
pytest
Lint
pylama
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
t3-core-0.2.19.tar.gz
(25.4 kB
view hashes)
Built Distribution
t3_core-0.2.19-py3-none-any.whl
(11.7 kB
view hashes)