Skip to main content

Boilerplate to quickly setup a Django Rest Framework Microservice for T3

Project description

# T3 Python Core Library

[![pipeline status](https://gitlab.t-3.com/sunoco/t3-python-core/badges/master/pipeline.svg)](https://gitlab.t-3.com/sunoco/t3-python-core/commits/master)
[![coverage report](https://gitlab.t-3.com/sunoco/t3-python-core/badges/master/coverage.svg)](https://gitlab.t-3.com/sunoco/t3-python-core/commits/master)

## Install

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

### Install
```sh
# 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
```sh
pytest
```

### 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.2.3.tar.gz (21.9 kB view hashes)

Uploaded Source

Built Distribution

t3_core-0.2.3-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

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