https://github.com/hazarddede/pytoolkit
Collection of useful utilities and tools for python projects
https://github.com/hazarddede/pytoolkit
Last synced: 4 months ago
JSON representation
Collection of useful utilities and tools for python projects
- Host: GitHub
- URL: https://github.com/hazarddede/pytoolkit
- Owner: HazardDede
- License: mit
- Created: 2021-01-10T17:03:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-22T21:39:15.000Z (over 4 years ago)
- Last Synced: 2025-02-18T14:03:22.561Z (5 months ago)
- Language: Python
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pytoolkit
[](https://www.python.org/)
[](https://badge.fury.io/py/pytoolkit42)
[](https://opensource.org/licenses/MIT)
[](https://pytoolkit42.readthedocs.io/en/latest)
[](https://github.com/HazardDede/pytoolkit/commits/main)
[](https://travis-ci.org/HazardDede/pytoolkit)
[](https://coveralls.io/github/HazardDede/pytoolkit?branch=main)
> Collection of useful utilities and tools for python projects
## Installation
```bash
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 useRight 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/](https://pytoolkit42.readthedocs.io/en/latest/)