Download a list of URLs into a table.
First, set up your enviroment. It's just Docker.
Run docker build .
to test that everything works.
Then do the Development Dance:
- Write a failing test to
tests/
- Run
docker build .
to test it fails - Fix the code so all tests pass
- Submit a pull request
- Edit the version in
pyproject.toml
- Write an entry to
CHANGELOG.md
- Run
docker build .
one last time git push