Metadata-Version: 2.0
Name: pypraware
Version: 0.1.7
Summary: Privacy aware library for MISP module
Home-page: https://github.com/MISP/pypraware
Author: Charles Jacquet
Author-email: charles.jacquet7@gmail.com
License: GNU Affero General Public License v3
Keywords: MISP module privacy
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: bcrypt
Requires-Dist: bitarray
Requires-Dist: configparser
Requires-Dist: cryptography
Requires-Dist: url-normalize

# Description of the module:

This module had been created to simplify the code available on https://github.com/MISP/misp-privacy-aware-exchange and to create an export module.
This is also intended to make easier the creation of an integrated export module in MISP.

The module pypraware_misp (python privacy aware for MISP) is separated into two different subparts, the first is used for the "crypto systems" called pypraware_crypto while the second one is used for normalisation and is called pypraware_normalize.

