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.67.tar.gz
(167.8 kB
view hashes)
Built Distribution
dataengine-0.0.67-py3-none-any.whl
(175.4 kB
view hashes)
Close
Hashes for dataengine-0.0.67-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 124a5e24f3248d3d8e1f9a768b9799b371e4985c7b3dff88a7f89599dfe79cca |
|
MD5 | dd75e5a5ca5fd02be7b1d7c91daf1f04 |
|
BLAKE2b-256 | 5bd1b4438316f44bdad4e002e21c41915e4c2691d82a7f5413b8773e6e35187a |