Metadata-Version: 2.4
Name: e-x
Version: 1.17.0
Summary: Server implementation for the Electrum protocol
Author: The Electrum developers
Project-URL: Homepage, https://github.com/spesmilo/electrumx
Project-URL: Repository, https://github.com/spesmilo/electrumx
Keywords: asyncio,bitcoin,electrum,electrum-server
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: AsyncIO
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Database
Classifier: Topic :: Internet
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENCE
Requires-Dist: aiorpcx[ws]<0.25,>=0.23.0
Requires-Dist: attrs
Requires-Dist: plyvel
Requires-Dist: aiohttp<4,>=3.3
Provides-Extra: dev
Requires-Dist: objgraph; extra == "dev"
Provides-Extra: rocksdb
Requires-Dist: python-rocksdb>=0.6.9; extra == "rocksdb"
Requires-Dist: Cython<3.0; extra == "rocksdb"
Provides-Extra: rapidjson
Requires-Dist: python-rapidjson<2.0,>=0.4.1; extra == "rapidjson"
Provides-Extra: ujson
Requires-Dist: ujson<4.0.0,>=2.0.0; extra == "ujson"
Provides-Extra: uvloop
Requires-Dist: uvloop>=0.14; extra == "uvloop"
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: tribushashm
Requires-Dist: tribushashm>=1.0.5; extra == "tribushashm"
Provides-Extra: xevan-hash
Requires-Dist: xevan-hash; extra == "xevan-hash"
Provides-Extra: dash-hash
Requires-Dist: dash_hash>=1.4; extra == "dash-hash"
Provides-Extra: zny-yespower-0-5
Requires-Dist: zny-yespower-0-5; extra == "zny-yespower-0-5"
Dynamic: license-file

# ElectrumX - python electrum server

```
Licence: MIT
Original Author: Neil Booth
Current Maintainers: The Electrum developers
Language: Python (>= 3.10)
```

[![Latest PyPI package](https://badge.fury.io/py/e_x.svg)](https://pypi.org/project/e-x/)
[![Build Status](https://api.cirrus-ci.com/github/spesmilo/electrumx.svg?branch=master)](https://cirrus-ci.com/github/spesmilo/electrumx)
[![Test coverage statistics](https://coveralls.io/repos/github/spesmilo/electrumx/badge.svg?branch=master)](https://coveralls.io/github/spesmilo/electrumx)

This project is a fork of [kyuupichan/electrumx](https://github.com/kyuupichan/electrumx).
The original author dropped support for Bitcoin, which we intend to keep.

ElectrumX allows users to run their own Electrum server. It connects to your
full node and indexes the blockchain, allowing efficient querying of the history of
arbitrary addresses. The server can be exposed publicly, and joined to the public network
of servers via peer discovery. As of May 2020, a significant chunk of the public
Electrum server network runs ElectrumX.

### Documentation

See [readthedocs](https://electrumx-spesmilo.readthedocs.io).

