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
Description: 
        # 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)
        
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
