Metadata-Version: 2.1
Name: soup2dict
Version: 1.0.0
Summary: Turns your beautifulsoup4 soup into python dictionary
Keywords: beautifulsoup to dict,beautifulsoup to json,data transformation,html to dict,xml to dict,dict,json
Author: Thomas Borgen
Author-email: thomas@borgenit.no
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Dist: beautifulsoup4 (>=4.9.3,<5.0.0)
Requires-Dist: classes (>=0.1.0,<0.2.0)
