Metadata-Version: 2.4
Name: facilapp-sql-sdk
Version: 1.0.136
Summary: SDK oficial em Python para a FacilApp SQL API
Author: FacilApp
Keywords: facilapp,sql,api,oauth2
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# FacilApp SQL SDK para Python

```python
from facilapp_sql import FacilAppSqlClient
api = FacilAppSqlClient()
login = api.login_client_secret("CLIENT_ID", "CLIENT_SECRET")
resultado = api.executar({"funcao": "consultar_sqlserver", "banco": "BANCO", "tabela": "TABELA"})
```

SDK oficial para Python 3.9+, sem dependências externas. Documentação: https://sql.facilapp.com.br/docs/.
