Metadata-Version: 2.1
Name: bs-processors
Version: 0.0.1rc9
Summary: html/xml processors for using with BeautifulSoup
Home-page: https://raduw.github.io/bs-processors/
Author: RaduW
License: MIT
Project-URL: Documentation, https://raduw.github.io/bs-processors/
Project-URL: Source Code, https://github.com/RaduW/bs-processors.git
Project-URL: Bug Tracker, https://github.com/RaduW/bs-processors/issues
Keywords: BeautifulSoup
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: beautifulsoup4

# bs-processors

**NOTE:** THIS SOFTWARE IS **EARLY PRE ALPHA** AND IT IS NOT READY FOR GENERAL USE

Library with utilities for easy html & xml processing using 
[BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) parsed objects.


## The api documentation can be found at:
[bs-processors documentation](https://raduw.github.io/bs-processors/)


