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.10.tar.gz
(22.9 kB
view details)
Built Distribution
File details
Details for the file t3-core-0.2.10.tar.gz
.
File metadata
- Download URL: t3-core-0.2.10.tar.gz
- Upload date:
- Size: 22.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a8dbb25ce0f5b8874e28cc73935a32e52fd7666a01cbfa10f7c3be9acef9b82d
|
|
MD5 |
7eec5bb8c219742a914f0e8ea3db39cb
|
|
BLAKE2b-256 |
6d0e0bd9df08fa136d1be042cc1b7bfc441fce4021cc62e5b2220e5aafdeb97c
|
File details
Details for the file t3_core-0.2.10-py3-none-any.whl
.
File metadata
- Download URL: t3_core-0.2.10-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ae56207c764de954571b5bafd4cc917831fbeb253a14648fd39d3e02f7c28b2a
|
|
MD5 |
3bf42d95f824f4205b407ad742cdd56f
|
|
BLAKE2b-256 |
ca6f2bb104d6b82bf76daa731f651a090a53497190c873c6557b7678838d2e1b
|