Skip to content

leealessandrini/dataengine

Repository files navigation

Data Engine

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

codecov

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"
python -m venv myenv
  1. Activate the environemt
source myenv/bin/activate
  1. Install the package requirements
pip install -r requirements.txt

When you're done using the environment you can deactivate it with the following command:

deactivate

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages