Metadata-Version: 2.1
Name: fortes-webservice-wrapper
Version: 0.0.1
Summary: Webservice de comunicação com o Fortes Financeiro
Home-page: https://github.com/imobanco/fortes-webservice-wrapper/
Author: Imobanco
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Utilities
Classifier: 
Classifier: 
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: python-decouple (>=3.3)
Requires-Dist: pydantic (>=1.7.0)
Requires-Dist: zeep (>=4.0.*)

# fortes-webservice-wrapper
Serviço webservice SOAP oferecido pela Fortes para
realizar a criação de clientes e fornecedores.

# Serviços oferecidos via SOAP
- Incluir Cliente
- Incluir Fornecedor
- Excluir Cliente
- Excluir Fornecedor
- Listar Clientes
- Listar Fornecedores

# Referências técnicas
- https://docs.python-zeep.org/en/master/
- https://medium.com/@bkaankuguoglu/how-to-send-soap-requests-in-python-using-zeep-9fd78adb5346
- https://medium.com/@ayushi21095/working-with-soap-based-web-service-using-python-8f532195bc6c

