Metadata-Version: 2.4
Name: py2nut
Version: 5.2.2
Summary: This Library allows you to make Misc operations in various domain
Home-page: https://github.com/Laurent-Tupin/py2nut
Author: Laurent Tupin
Author-email: laurent.tupinn@gmail.com
License: Copyright 2022-2035
Classifier: License :: Free For Home Use
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: datefinder==0.7.3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# py2nut - Laurent Tupin

It provides various functions to simplify the users life. 
It is organized per type of datas
1. Tools
   1. Date
   2. Dataframe
   3. Others
      1. Decorators
      2. Other Operations on Classic data type
2. API
3. Files
   1. Classic Operations on files
   2. Copying files
   3. Manage Excel App
   4. Excel Format and Styles
4. Database
5. Email
6. FTP


## Installation

You can install the package from [PyPI](https://pypi.org/project/py2nut/):

    python -m pip install py2nut

The package is supported on Python 3.7 and above.



## How to use


You can call a function as this example:

    $ ----------------------------------------------------
    >>> from py2Nut import nutDate
    >>> nutDate.today()



This is the libraries I am using with the package

    $ ----------------------------------------------------
    >>> beautifulsoup4==4.7.1
    >>> exchangelib==4.7.2
    >>> openpyxl==3.0.5
    >>> pandas==1.1.3
    >>> paramiko==2.6.0
    >>> psutil==5.9.0
    >>> pyodbc==4.0.32
    >>> pywin32==303
    >>> selenium==3.141.0
    >>> xlrd==1.2.0
    >>> XlsxWriter==1.3.5
    >>> xlwings==0.20.8    
    
***END***
