Metadata-Version: 2.0
Name: capparselib
Version: 0.6.1.post5
Summary: A module to parse and standardise CAP feeds
Home-page: UNKNOWN
Author: Kelvin Nicholson
Author-email: kelvin@kelvinism.com
License: UNKNOWN
Description-Content-Type: 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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: lxml
Requires-Dist: python-dateutil
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


