Skip to main content

General purpose data engineering python package.

Project description

# Data Engine

Data Engine is a general purpose python package for data engineering.

[![codecov](https://codecov.io/gh/leealessandrini/dataengine/branch/main/graph/badge.svg)](https://codecov.io/gh/leealessandrini/dataengine)

## Development

### Setting up a python virtual environment

  1. Create the virtual environment with any name you’d like (in this example we’ll use “myenv”

`bash python -m venv myenv `

  1. Activate the environemt

`bash source myenv/bin/activate `

  1. 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


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.54.tar.gz (165.8 kB view hashes)

Uploaded Source

Built Distribution

dataengine-0.0.54-py3-none-any.whl (173.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page