Skip to content

Shared libraries used by my other private/public unpublished projects

License

Notifications You must be signed in to change notification settings

yugokato/common-libs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common Libraries (common-libs)

Code style ruff

This repository contains some common Python libraries shared among my unpublished repositories.

Installation

To utilize these libraries in a downsteram project, add the following line to your dependencies:

common-libs@git+https://github.com/yugokato/common-libs

Note

See pyproject.toml for supported optional dependencies

Notes

The version of the libraries in this repository is currently not incremented with each update.
When you need to reflect the latest changes from this repository in your downstream project, make sure to reinstall the library using the --force-reinstall option with pip.

Example:

pip install --force-reinstall <package-name>

About

Shared libraries used by my other private/public unpublished projects

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages