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.43.tar.gz
(164.7 kB
view hashes)
Built Distribution
dataengine-0.0.43-py3-none-any.whl
(171.8 kB
view hashes)
Close
Hashes for dataengine-0.0.43-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75e415e917a8243e994cab55e76c073fda6371a61548ed26179f8f731ff7ad94 |
|
MD5 | b50498bbefe48a99eafc5403c908705c |
|
BLAKE2b-256 | fc6edb3404b9153dcd9a91efa1a619d6f5f12bfe9a08b771a629c98b56626b8c |