Metadata-Version: 2.4
Name: inpython-package
Version: 1.1.6
Summary: # Infodata's IN-Tools U2Python Package
Home-page: https://bitbucket.org/infodata-dev/inpython
Author: infodata
Author-email: efv@infodata.lu
License: MIT
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: msal>=1.22
Requires-Dist: qrcode
Requires-Dist: requests
Requires-Dist: qrcode[pil]
Requires-Dist: dotenv
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# README

Ce projet **inpython-package** rassemble tous les packages et modules python exploitÃ©s par Integrix .

## sub-package **inpython.ingraph**

package pour la gestion avec MS-Graph en exploitant le module 'msal' (Microsoft Authentication Library).

## How do I get set up?

* Les bases de u2Python c.f. [wiki sys/proc/install u2Python](https://wiki.infodata.lu/sys/proc/install_u2python)
* [U2Python par RocketSoftware](https://docs.rocketsoftware.com/bundle/UniVerse_PythonUserGuide_V1134/resource/UniVerse_PythonUserGuide_V1134.pdf)
* VÃ©rifier la version de u2Python, au TCL uv

```python
>python 
import sys
print(sys.version)
print(sys.executable) # -> 'C:\\U2\\UV\\BIN\\uv.exe' uvbin !!
print('\n'.join(sys.path)) # les path en cours
exit()
```

## Install inPackages into U2python

* `pip3 install inpython-package`

## Manage Package

* c.f. [devREADME](devREADME.md)
