General purpose data engineering python package.
Project description
# Data Engine
Data Engine is a general purpose python package for data engineering.
## Development
### Setting up a python virtual environment
Create the virtual environment with any name you’d like (in this example we’ll use “myenv”
`bash python -m venv myenv `
Activate the environemt
`bash source myenv/bin/activate `
Install the package requirements
`bash pip install -r requirements.txt `
When you’re done using the environment you can deactivate it with the following command:
`bash deactivate `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dataengine-0.0.76.tar.gz
(170.5 kB
view hashes)
Built Distribution
dataengine-0.0.76-py3-none-any.whl
(178.2 kB
view hashes)
Close
Hashes for dataengine-0.0.76-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10e63b2573748f179bc32b141df9ff598f30fce1d64c8e70dc62bc15e3ab91a5 |
|
MD5 | cc0daf1ef31ad1a30a6552c5a3987d23 |
|
BLAKE2b-256 | a7f7c326124225c8e2e6ce57f65ce0e8491e6717ddec23c4c188b6b4deb02d49 |