Metadata-Version: 2.1
Name: capparselib
Version: 0.6.3
Summary: A module to parse and standardise CAP feeds
Home-page: UNKNOWN
Author: Kelvin Nicholson
Author-email: kelvin@kelvinism.com
License: UNKNOWN
Platform: posix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: lxml (==4.5.0)
Requires-Dist: python-dateutil (==2.8.1)
Provides-Extra: tests
Requires-Dist: chardet ; extra == 'tests'
Requires-Dist: parameterized ; extra == 'tests'
Requires-Dist: coverage ; extra == 'tests'
Requires-Dist: coveralls ; extra == 'tests'
Requires-Dist: invoke ; extra == 'tests'
Requires-Dist: nose ; extra == 'tests'
Requires-Dist: twine ; extra == 'tests'

This module provides the ability to parse Common Alerting Protocol (CAP) feeds and standardise the resources into a dict, regardless if it was a 1.1 or 1.2 specification. Additional details can be found on the project's GitHub README:  https://github.com/kelvinn/capparselib


