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.68.tar.gz
(167.8 kB
view hashes)
Built Distribution
dataengine-0.0.68-py3-none-any.whl
(175.5 kB
view hashes)
Close
Hashes for dataengine-0.0.68-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ac057cd8c0945cdc8ba8d5fb5221088967e0ef004a320492dc05659705ee3a5c |
|
MD5 | 6e266333e5b1a97bde61a3da4cb77b7f |
|
BLAKE2b-256 | cd76d3ac418a75cdd134da7222e895cf402fe6b60ee2e199ebb499d512b35aab |