Skip to content
/ aid Public

A project to experiment with Prefect (ETL pipeline) building.

Notifications You must be signed in to change notification settings

b-long/aid

Repository files navigation

AID

  • aid (verb): to give assistance
  • aid (noun): the act of helping someone

Install and run using Poetry

Install the application using Poetry:

poetry install

Run the application:

# TODO: Convert project into an application
poetry run python -m ...

Run the tests, with the coverage plugin:

poetry run pytest --cov=aid .

Continuous Integration

TODO: Build and document CI procedures

Build & distribution

Python wheels and source distributions are built using Poetry:

poetry build
# Expected output
# Building aid (0.1.0)
#   - Building sdist
#   - Built aid-0.1.0.tar.gz
#   - Building wheel
#   - Built aid-0.1.0-py3-none-any.whl

About

A project to experiment with Prefect (ETL pipeline) building.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published