Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages