https://github.com/jeremiegince/pythonbasictools
Package containing a set of tools useful to any project made with python.
https://github.com/jeremiegince/pythonbasictools
docstrings logging multiprocessing multithreading python slurm tools
Last synced: 4 months ago
JSON representation
Package containing a set of tools useful to any project made with python.
- Host: GitHub
- URL: https://github.com/jeremiegince/pythonbasictools
- Owner: JeremieGince
- License: apache-2.0
- Created: 2021-06-05T14:06:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-27T06:08:30.000Z (6 months ago)
- Last Synced: 2025-08-10T15:45:11.131Z (5 months ago)
- Topics: docstrings, logging, multiprocessing, multithreading, python, slurm, tools
- Language: Python
- Homepage: https://jeremiegince.github.io/PythonBasicTools/
- Size: 1.33 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PythonBasicTools
[](https://github.com/JeremieGince/PythonBasicTools/stargazers)
[](https://www.python.org/downloads/release/python-390/)
[](LICENSE)




--------------------------------------------------------------------------------
# Important Links
- Documentation at [https://jeremiegince.github.io/PythonBasicTools/](https://jeremiegince.github.io/PythonBasicTools/).
- Github at [https://github.com/JeremieGince/PythonBasicTools/](https://github.com/JeremieGince/PythonBasicTools/).
# Description
This package is a module containing a set of tools useful to any project made with python.
It contains tools for:
- Logging;
- Device setup with sklearn, pytorch and tensorflow;
- Multiprocessing;
- Progress bar;
- Sending files to a discord server;
- Useful decorators;
- Useful functions for docstrings;
- And more to come!
---------------------------------------------------------------------------
# Installation
## With PyPI:
```bash
pip install pythonbasictools
```
## With wheel
1. Download the .whl file [here](https://github.com/JeremieGince/PythonBasicTools/tree/main/dist/PythonBasicTools-0.0.0.1-py3-none-any.whl);
2. Copy the path of this file on your computer;
3. pip install it with ``` pip install [path].whl ```
## With pip+git
```bash
pip install git+https://github.com/JeremieGince/PythonBasicTools
```
--------------------------------------------------------------------------------
[](https://github.com/JeremieGince/PythonBasicTools/stargazers)