2022-02-25 16:30:01 +01:00
|
|
|
[metadata]
|
|
|
|
name = eth-monitor
|
2023-02-23 08:16:30 +01:00
|
|
|
version = 0.7.2
|
2022-02-25 16:30:01 +01:00
|
|
|
description = Monitor and cache transactions using match filters
|
|
|
|
author = Louis Holbrook
|
|
|
|
author_email = dev@holbrook.no
|
2023-02-23 08:16:30 +01:00
|
|
|
url = https://git.defalsify.org/eth-monitor
|
2022-02-25 16:30:01 +01:00
|
|
|
keywords =
|
|
|
|
dlt
|
|
|
|
blockchain
|
|
|
|
cryptocurrency
|
|
|
|
ethereum
|
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Operating System :: OS Independent
|
|
|
|
Development Status :: 3 - Alpha
|
|
|
|
Topic :: Software Development :: Libraries
|
|
|
|
Environment :: Console
|
|
|
|
Intended Audience :: Developers
|
2022-11-14 08:55:47 +01:00
|
|
|
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
2022-02-25 16:30:01 +01:00
|
|
|
Topic :: Internet
|
|
|
|
# Topic :: Blockchain :: EVM
|
2023-02-23 08:16:30 +01:00
|
|
|
license = AGPLv3+
|
2022-02-25 16:30:01 +01:00
|
|
|
licence_files =
|
|
|
|
LICENSE
|
|
|
|
|
|
|
|
[options]
|
|
|
|
include_package_data = True
|
2022-11-14 08:55:47 +01:00
|
|
|
python_requires = >=3.7
|
2022-02-25 16:30:01 +01:00
|
|
|
packages =
|
|
|
|
eth_monitor
|
|
|
|
eth_monitor.importers
|
|
|
|
eth_monitor.filters
|
|
|
|
eth_monitor.runnable
|
|
|
|
eth_monitor.mock
|
2022-05-13 09:11:54 +02:00
|
|
|
eth_monitor.cli
|
2022-02-25 16:30:01 +01:00
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
|
|
|
eth-monitor-sync = eth_monitor.runnable.sync:main
|