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.2.dev20191105131314
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.2.dev20191105131314.tar.gz | 5.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| data_toolkit-0.0.2.dev20191105131314-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:12.8 kB
Release files / data-toolkit-0.0.2.dev20191105131314.tar.gz
| Download URL | data-toolkit-0.0.2.dev20191105131314.tar.gz |
|---|---|
| Size | 5.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fab0a5a8bce43d375a5f625acf6a8d04cd3dbf6256c8bcc25895785e139841e0
|
|
BLAKE2b-256 checksum How to use checksums |
05202a3c4c78b625aa9eb776f33864bebc77055df433beb31e7d2b83898fac3d
|
| 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.2.dev20191105131314-py3-none-any.whl
| Download URL | data_toolkit-0.0.2.dev20191105131314-py3-none-any.whl |
|---|---|
| Size | 7.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dc8ea1930a7e64f77ab9e464c144d5ef207c1fb0ce69fdcf1aab3202ddf4d5aa
|
|
BLAKE2b-256 checksum How to use checksums |
f390aa79a4308ce7feb018d8f32a75a45653f69a21d0a75a557da0a9878a6e9a
|
| 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
|