Metadata-Version: 2.1
Name: raiden-common
Version: 0.1.1
Summary: Common code between python-based Raiden projects 
Home-page: https://github.com/raiden-network/raiden-common
Author: Brainbot Labs Est.
Author-email: contact@brainbot.li
License: MIT
Keywords: raiden
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Raiden-Common

Collection of shared code between python based Raiden projects. Provides:
* Contract proxies
* Event fetching code
* Types
* Code that was in the python client and has not yet been moved into it's final place.
