Skip to content

andersonbrands/python-stuff

Repository files navigation

Python Stuff

A bunch of python stuff

Basic commands

Docker compose

Build:

docker compose build

Run:

docker compose up

Bash into:

docker compose run --rm -it app bash

Code linting

Flake8:

flake8 .

Black:

black .

Isort:

isort .

About

A bunch of python stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published