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.84.tar.gz
(171.2 kB
view hashes)
Built Distribution
dataengine-0.0.84-py3-none-any.whl
(178.7 kB
view hashes)
Close
Hashes for dataengine-0.0.84-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d7e3c738da4d29dd2d7e66412499ff77b2e993bc08c2ebcbcdcff11831f7727 |
|
MD5 | 5186d9169e826c80d357ba48c778b35b |
|
BLAKE2b-256 | 63a3ee07a2608ef20f6d1077e85ccbcfc83d6cd98f344374643bad9e6eaee717 |