Metadata-Version: 2.1
Name: pynteracta
Version: 0.3.5
Summary: A wrapper for Interacta API
Home-page: https://github.com/simodalla/pynteracta
License: BSD-3-Clause
Author: Simone Dalla
Author-email: simodalla@gmail.com
Requires-Python: >=3.9
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Framework :: Pydantic
Classifier: Framework :: Pydantic :: 2
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pydantic-settings (>=2.0.0,<3.0.0)
Requires-Dist: pydantic-settings-toml (>=0.2.0,<0.3.0)
Requires-Dist: pydantic[email] (>=2.3.0,<3.0.0)
Requires-Dist: pyjwt[crypto] (>=2.6.0,<3.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: typer (>=0.9.0,<0.10.0)
Project-URL: Repository, https://github.com/simodalla/pynteracta
Description-Content-Type: text/markdown

PYNTeractA, client ed utility per api rest di Interacta
-------------------------------------------------------

Utility e libreria wrapper open-source in linguaggio Python per l'interfacciamento con le api rest
di [Interacta](https://catalogocloud.agid.gov.it/service/1892).


Installazione
-------------

```
python -m pip install pynteracta
```

Utilizzo utility command line
-----------------------------

Pynteracta ha un'interfaccia a riga di comando per verificare l'accesso ad un ambiente di produzione di Interacta.

E' supportato lo schema di autenticazione Server-to-Serveril per mezzo di Service Account: ```

- [Service Account](https://injenia.atlassian.net/wiki/spaces/IEAD/pages/3624075265/Autenticazione#Autenticazione-via-Service-Account-(Server-to-Server))
```

Lista dei primi 10 post della community identificata dall'id passata come parametro

    $ pynta --env **TOML_ENV_FILE** get-community-definition
```

Lista dei primi 10 post della community identificata dall'id passata come parametro

    $ pynta -e **PATH_CONF_TOML**  list-posts **COMMUNITY-ID**

