Metadata-Version: 2.1
Name: pyas2lib
Version: 1.4.2
Summary: Python library for building and parsing AS2 Messages
Home-page: https://github.com/abhishek-ram/pyas2-lib
Author: Abhishek Ram
Author-email: abhishek8816@gmail.com
License: GNU GPL v2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Communications
Requires-Dist: asn1crypto (==1.5.1)
Requires-Dist: oscrypto (==1.3.0)
Requires-Dist: pyOpenSSL (==21.0.0)
Provides-Extra: tests
Requires-Dist: pytest (==6.2.5) ; extra == 'tests'
Requires-Dist: toml (==0.10.2) ; extra == 'tests'
Requires-Dist: pytest-cov (==2.8.1) ; extra == 'tests'
Requires-Dist: coverage (==5.0.4) ; extra == 'tests'
Requires-Dist: pylint (==2.12.1) ; extra == 'tests'
Requires-Dist: pylama (==8.3.7) ; extra == 'tests'
Requires-Dist: pylama-pylint (==3.1.1) ; extra == 'tests'
Requires-Dist: black (==22.6.0) ; extra == 'tests'
Requires-Dist: pytest-black (==0.3.12) ; extra == 'tests'
Requires-Dist: pyflakes (==2.4.0) ; extra == 'tests'

Docs for this project are maintained at https://github.com/abhishek-ram/pyas2-lib/blob/master/README.md


