HazardDede / pytoolkit

Collection of useful utilities and tools for python projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytoolkit

Python PyPI version License: MIT Docs GitHub Activity Build Status Coverage Status Project Maintenance

Collection of useful utilities and tools for python projects

Installation

pip install pytoolkit42

Purpose

Pretty much every utility stuff you could imagine is already written down in some python package. But almost every time these stuff is part of a heavyweight framework with a lots of dependencies. And on top they do it in a slightly different way - you would do it - because it is tailored to their needs.

This is why I made up this Yet Another Utility Package called pytoolkit42. I want this toolkit to be

  • lightweight and
  • easy to use

Right now it does not have the answer to every problem you will encounter, but it serves well to solve problems I stumble upon on a regular basis.

The collection of functions, classes, decorator, mixins will grow when I come up with a solution that seems to be of use for everybody else out there.

But to be honest: I try to make this package as generic as possible so it might be useful to you, but I cannot promise. Nevertheless you are encouraged to make PRs.

Manual

The manual is available at Read the Docs:

https://pytoolkit42.readthedocs.io/en/latest/

About

Collection of useful utilities and tools for python projects

License:MIT License


Languages

Language:Python 100.0%