Pre-release
This release is a pre-release and may not be stable for production use.
ML & data helper code!
Installation
$ pip install -r requirements.txt
$ pip install setup.py
Development
This project includes a number of helpers in the Makefile to streamline common development tasks.
Environment Setup
The following demonstrates setting up and working with a development environment:
### create a virtualenv for development
$ make virtualenv
$ source env/bin/activate
### run dt cli application
$ dt --help
### run pytest / coverage
$ make test
Releasing to PyPi
Before releasing to PyPi, you must configure your login credentials:
~/.pypirc:
[pypi]
username = YOUR_USERNAME
password = YOUR_PASSWORD
Then use the included helper function via the Makefile:
$ make dist
$ make dist-upload
Deployments
Docker
Included is a basic Dockerfile for building and distributing Data Toolkit,
and can be built with the included make helper:
$ make docker
$ docker run -it dt --help
Release files for data-toolkit 0.0.3.dev20191108181053
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| data-toolkit-0.0.3.dev20191108181053.tar.gz | 5.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| data_toolkit-0.0.3.dev20191108181053-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:13.6 kB
Release files / data-toolkit-0.0.3.dev20191108181053.tar.gz
| Download URL | data-toolkit-0.0.3.dev20191108181053.tar.gz |
|---|---|
| Size | 5.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ee1d6c8591fabc4f0e2fb52722423623764e19a103095c69488c4b3fb9724794
|
|
BLAKE2b-256 checksum How to use checksums |
8b63a1e6e2a152796c76452ed7ed8137d512ec170c9056abf434b8795f2a1278
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.4
|
Release files / data_toolkit-0.0.3.dev20191108181053-py3-none-any.whl
| Download URL | data_toolkit-0.0.3.dev20191108181053-py3-none-any.whl |
|---|---|
| Size | 7.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6333e4670670d3d987d57062da68e1b3953a2e49b10115189f4b65520aad9101
|
|
BLAKE2b-256 checksum How to use checksums |
d250d677aba77f0a0b6c4cc07cfa38ed05d3df13005843bc28912ce0bd060daa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.4
|