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.dev20191107183749
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.dev20191107183749.tar.gz | 5.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| data_toolkit-0.0.3.dev20191107183749-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:13.6 kB
Release files / data-toolkit-0.0.3.dev20191107183749.tar.gz
| Download URL | data-toolkit-0.0.3.dev20191107183749.tar.gz |
|---|---|
| Size | 5.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1681402e8e1df125e7f0a37f8b9997d722a07e15463760a229fc2d9f88025934
|
|
BLAKE2b-256 checksum How to use checksums |
311a4c9ef10e883f29513f476b08709d8de071acad1cb5a87032d2ab06c1186e
|
| 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.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
|
Release files / data_toolkit-0.0.3.dev20191107183749-py3-none-any.whl
| Download URL | data_toolkit-0.0.3.dev20191107183749-py3-none-any.whl |
|---|---|
| Size | 7.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8fbc1dd09d424ec28af5a1d2704f7c653b2ef83e49afbcf85180af636534b75a
|
|
BLAKE2b-256 checksum How to use checksums |
74ac48b48a4ca3fd9f46dd8a4c7222ea24e5fed3fe83158eaa36250e89263f4c
|
| 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.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
|