Metadata-Version: 2.1
Name: pyutttils
Version: 0.0.4
Summary: Package de fonctions utilitaires pour l'Université de Technologie de Troyes (UTT)
Home-page: https://github.com/larueli/pyutttils
Author: Ivann LARUELLE
Author-email: ivann@laruelle.me
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE.txt

# Pyutttils [![Build Status](https://travis-ci.com/larueli/pyutttils.svg?branch=master)](https://travis-ci.com/larueli/pyutttils)

Ce package permet de fournir des fonctions utilitaires pour l'Université de Technologie de Troyes.

# Quickstart

`pip install pyutttils`

Dans votre code python :

```
from pyutttils import utt_auth
sessionSMTP = utt_auth.smtp() 
```

# Documentation

La documentation du package se trouve à [https://larueli.github.io/pyutttils/](https://larueli.github.io/pyutttils/)

