Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

blackstream-x/smallparts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smallparts

A humble collection of convenience modules for use with Python 3

This package mainly focuses on text conversion and generation.

When coding in Python, I found myself copying the same modules into my projects over and over again, doing a few changes here and there and ended up with slightly different modules with the same functionality. So one day I decided to put an end to that and transfer my frequently used helper modules to a single source of truth.
Here they are, in good hope that they might be useful to others as well.


Please note: When creating this project on GitHub, I forked it off the sample project (https://github.com/pypa/sampleproject) from the Python Packaging User Guide’s recommendable Tutorial on Packaging and Distributing Projects.
Apart from the basic structure of the package, this project shares nothing anymore with its parent. Nevertheless, GitHub shows a huge number of forks, but these are forks of the sample project, not of this one.