This is a sandbox to start a new data project with. It has:
- Dependencies managed with poetry
- Testing example
- CircleCI to run tests and report coverage
- A simple mapping function with a test
- Set up circle ci project
- Enable CodeClimate integration
- Add status badges is necessary
This project uses poetry, so run:
poetry install
or
poetry run foo
Run tests with pytest
, or poetry run pytest