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.70.tar.gz
(169.2 kB
view hashes)
Built Distribution
dataengine-0.0.70-py3-none-any.whl
(177.2 kB
view hashes)
Close
Hashes for dataengine-0.0.70-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d44120bb63d231eb653872f1a415e7d4095e5d98047eb212076c9ce414721b5e |
|
MD5 | 7197bc2550fc08849a79ad7e0182ab2f |
|
BLAKE2b-256 | 5518532f12baef67a32557f9a818a457872f8d0369017d3be131f3de9c785f36 |