Skip to content

MichalOleszak/mopy

Repository files navigation

mopy

A set of miscellaneous python stuff I find useful.

Setup

This repository is using Python 3.9 and poetry for environment management. Setup guide:

poetry config virtualenvs.in-project true
poetry env use $(which python3.9)
poetry shell
poetry install    (inside the created venv)

About

Miscellaneous Python stuff I find useful

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published