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.1.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.1.dev20191105131314.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| data_toolkit-0.0.1.dev20191105131314-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:9.8 kB
Release files / data-toolkit-0.0.1.dev20191105131314.tar.gz
| Download URL | data-toolkit-0.0.1.dev20191105131314.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3843213cbbf0022847fbfba24d3d06751b5345f7cb4aa278325e86783f8b635f
|
|
BLAKE2b-256 checksum How to use checksums |
35d1249ff26488278ec1b27c51f05dba75817c69343e98faf2a74694415d31b5
|
| 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.1.dev20191105131314-py3-none-any.whl
| Download URL | data_toolkit-0.0.1.dev20191105131314-py3-none-any.whl |
|---|---|
| Size | 5.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fe88f9905a6312b39288755eec18309f255f7905c4d1bb0c8cba0594483443c8
|
|
BLAKE2b-256 checksum How to use checksums |
16f4aad67a74f2b268d0a7370b3ad752b89618579f5a39439543cd720bb905b3
|
| 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
|