Metadata-Version: 2.1
Name: electrumX
Version: 1.12.0
Summary: ElectrumX Server
Home-page: https://github.com/kyuupichan/electrumx
Author: Neil Booth
Author-email: kyuupichan@gmail.com
License: MIT Licence
Download-URL: https://github.com/kyuupichan/electrumX/archive/1.12.0.tar.gz
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: AsyncIO
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Database
Classifier: Topic :: Internet
Requires-Python: >=3.6
Requires-Dist: aiorpcX (<0.19,>=0.18.1)
Requires-Dist: attrs
Requires-Dist: plyvel
Requires-Dist: pylru
Requires-Dist: aiohttp (>=3.3)
Provides-Extra: blake256
Requires-Dist: blake256 (>=0.1.1) ; extra == 'blake256'
Provides-Extra: crypto
Requires-Dist: pycryptodomex (>=3.8.1) ; extra == 'crypto'
Provides-Extra: groestl
Requires-Dist: groestlcoin-hash (>=1.0.1) ; extra == 'groestl'
Provides-Extra: rocksdb
Requires-Dist: python-rocksdb (>=0.6.9) ; extra == 'rocksdb'
Provides-Extra: tribus-hash
Requires-Dist: tribus-hash (>=1.0.2) ; extra == 'tribus-hash'
Provides-Extra: uvloop
Requires-Dist: uvloop (>=0.12.2) ; extra == 'uvloop'
Provides-Extra: x11-hash
Requires-Dist: x11-hash (>=1.4) ; extra == 'x11-hash'
Provides-Extra: xevan-hash
Requires-Dist: xeven-hash ; extra == 'xevan-hash'

Server implementation for the Electrum protocol


