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.47.tar.gz
(166.4 kB
view hashes)
Built Distribution
dataengine-0.0.47-py3-none-any.whl
(173.8 kB
view hashes)
Close
Hashes for dataengine-0.0.47-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3478f6b904b8233175501bbb520da79bb1142d68cf6ff823e8fc2615c0d0f5b |
|
MD5 | c4a36a104d6d04d83853ae62b5a606f0 |
|
BLAKE2b-256 | e6a85cd69d6e9e05076fec05d78233e122586e65c52361e935669f2c3e34c774 |