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.49.tar.gz
(165.3 kB
view hashes)
Built Distribution
dataengine-0.0.49-py3-none-any.whl
(172.6 kB
view hashes)
Close
Hashes for dataengine-0.0.49-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e12666bcdf339c2fb02d16cd46facfdf3b033bd4ec7dca0289d4cde7dc3c253a |
|
MD5 | 5060d595deb9044e30a5a721eafbbbbd |
|
BLAKE2b-256 | 61499cdeadce906fe1e4e0f47654f24b20d14c1e1c4c49e4eecebcf2288f5085 |