Skip to main content

Boilerplate to quickly setup a Django Rest Framework Microservice for T3

Project description

# T3 Python Core Library

## Using Forge

### Initialization

`bash forge setup `

### cloaked_forge

### Install

`bash $ pip install -e . `

### Requirements and Usage

See docs [cloaked_forge](./docs/cloaked_forge/README.md)

## Install

### Setup Virtualenv (optional) `sh python -m venv .venv source .venv/bin/activate `

### Install Local Copy `sh pip install -e . `

### Install from Gitlab `sh pip install git+ssh://git@gitlab.t-3.com/sunoco/sunoco-service-locations.git `

### Run Migrations `sh manage migrate # OR cd app ./manage.py migrate `

## Testing & Linting ### Test `sh manage test locations # OR cd app ./manage.py test `

### Coverage Report `sh coverage run -m manage test locations && coverage report # OR coverage run ./app/manage.py test locations && coverage report # OR cd app coverage run manage.py && coverage report `

### Lint `sh pylama `

Project details


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.1.6.tar.gz (21.6 kB view hashes)

Uploaded Source

Built Distribution

t3_core-0.1.6-py2-none-any.whl (8.1 kB view hashes)

Uploaded Python 2

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