Metadata-Version: 2.1
Name: PythonBasicTools
Version: 0.0.1a1
Summary: UNKNOWN
Home-page: https://github.com/JeremieGince/PythonBasicTools
Author: Jérémie Gince
Author-email: gincejeremie@gmail.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: docutils (>=0.17.1)
Requires-Dist: psutil (>=5.9.0)
Requires-Dist: pytest (>=7.1.2)
Requires-Dist: setuptools (>=57.0.0)
Requires-Dist: tqdm (>=4.62.3)


# PythonBasicTools
[![Star on GitHub](https://img.shields.io/github/stars/JeremieGince/PythonBasicTools.svg?style=social)](https://github.com/JeremieGince/PythonBasicTools/stargazers)

---------------------------------------------------------------------------

# 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 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
```

---------------------------------------------------------------------------
[![Star on GitHub](https://img.shields.io/github/stars/JeremieGince/PythonBasicTools.svg?style=social)](https://github.com/JeremieGince/PythonBasicTools/stargazers)


