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.78.tar.gz
(170.9 kB
view hashes)
Built Distribution
dataengine-0.0.78-py3-none-any.whl
(178.6 kB
view hashes)
Close
Hashes for dataengine-0.0.78-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6016c6f317bd8f7e30a7e51f05d36542249cb6b13e645fdd2f509ca84475879 |
|
MD5 | 5c866e5e0a04806588cb526c3af0a3b8 |
|
BLAKE2b-256 | 3b495beb6ae55356faf1dff24410cd5938358f2babe79f039d163d59e327db10 |