Metadata-Version: 2.1
Name: soap2json
Version: 0.1.6
Summary: Soap to Json
Home-page: https://github.com/bcn-dev/soap2json.git
Author: Wilson Silva
Author-email: wilson.silva@bcn.cv
License: MIT
Project-URL: Bug Tracker, https://github.com/bcn-dev/soap2json/issues
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
Requires-Dist: xmlsec ==1.3.14
Requires-Dist: appdirs ==1.4.4
Requires-Dist: attrs ==24.1.0
Requires-Dist: cached-property ==1.5.2
Requires-Dist: certifi ==2024.7.4
Requires-Dist: charset-normalizer ==3.3.2
Requires-Dist: defusedxml ==0.7.1
Requires-Dist: idna ==3.7
Requires-Dist: isodate ==0.6.1
Requires-Dist: lxml ==5.2.2
Requires-Dist: pytz ==2024.1
Requires-Dist: requests ==2.32.3
Requires-Dist: requests-file ==2.1.0
Requires-Dist: requests-toolbelt ==1.0.0
Requires-Dist: six ==1.16.0
Requires-Dist: urllib3 ==2.2.2
Requires-Dist: xmltodict ==0.13.0
Requires-Dist: zeep ==4.2.1

# soap2json - Soap 2 Json

Soap 2 Json

Install `soap2json` on your system using : 

```
pip install soap2json
```
