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.56.tar.gz
(165.9 kB
view hashes)
Built Distribution
dataengine-0.0.56-py3-none-any.whl
(173.2 kB
view hashes)
Close
Hashes for dataengine-0.0.56-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c19fdbc3a335c419298382a06e8ad558644c78824a31ddc3f0130b2460cb1622 |
|
MD5 | c6ea23d3a4b25d09d1c674b8841e0746 |
|
BLAKE2b-256 | 376594efc566847f91692866a3488330771322638213683222872121b255e6cf |