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.55.tar.gz
(165.9 kB
view hashes)
Built Distribution
dataengine-0.0.55-py3-none-any.whl
(173.2 kB
view hashes)
Close
Hashes for dataengine-0.0.55-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d99377e9d17243b41a9a3fe4d9cf1f0c6b941b69706db575f8f41d5401b0a9eb |
|
MD5 | 80de9b7773b5b3f3bd956d1e717e1ded |
|
BLAKE2b-256 | b7acf8c227e0daec552561df1c5c5bc54d8fc4f79660f5ec1d539d5d9b2d1434 |