- pythonbasictools package
- Submodules
- pythonbasictools.decorators module
- pythonbasictools.device module
- pythonbasictools.discord module
- pythonbasictools.docstring module
- pythonbasictools.google_drive module
- pythonbasictools.lock module
- pythonbasictools.logging module
- pythonbasictools.multiprocessing module
- pythonbasictools.progress_bar module
- pythonbasictools.slurm module
- Module contents
Welcome to PythonBasicTools documentation!¶
- pythonbasictools package
- Submodules
- pythonbasictools.decorators module
- pythonbasictools.device module
- pythonbasictools.discord module
- pythonbasictools.docstring module
- pythonbasictools.google_drive module
- pythonbasictools.lock module
- pythonbasictools.logging module
- pythonbasictools.multiprocessing module
- pythonbasictools.progress_bar module
- pythonbasictools.slurm module
- Module contents
Important Links¶
Documentation at https://jeremiegince.github.io/PythonBasicTools/.
Github at 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:¶
pip install pythonbasictools
With wheel¶
Download the .whl file here;
Copy the path of this file on your computer;
pip install it with
pip install [path].whl
With pip+git¶
pip install git+https://github.com/JeremieGince/PythonBasicTools