Skip to content

Some of my re-usable packages that I don't publish to Pypi

Notifications You must be signed in to change notification settings

redjax/python_pkgs

Repository files navigation

Python Packages

My monorepo where I keep packages I repeatedly copy/paste into new projects, but that I don't want to publish to Pypi. Most of the files in this repository, including the .gitignore, pyproject.toml, and ruff.toml, can be used as a reference in other projects.

Description

Libary code is in the libs/ directory. All packages should be isolated from each other, meaning you can copy the src/<package_name> directory from any library package into your project to get up and running. Check each library's pyproject.toml's [dendencies] section to see if you need to install any extra packages.

About

Some of my re-usable packages that I don't publish to Pypi

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages