2020-11-13 23:19:48 +01:00
|
|
|
[metadata]
|
2020-11-14 00:09:43 +01:00
|
|
|
name = eth-accounts-index
|
2023-03-22 14:06:13 +01:00
|
|
|
version = 0.5.0
|
2020-11-13 23:19:48 +01:00
|
|
|
description = Accounts index evm contract tooling with permissioned writes
|
|
|
|
author = Louis Holbrook
|
|
|
|
author_email = dev@holbrook.no
|
2023-03-22 13:11:21 +01:00
|
|
|
url = https://holbrook.no/src/eth-accounts-index/log.html
|
2020-11-13 23:19:48 +01:00
|
|
|
keywords =
|
|
|
|
ethereum
|
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Operating System :: OS Independent
|
2023-03-22 13:19:52 +01:00
|
|
|
Development Status :: 4 - Beta
|
2023-03-22 13:21:35 +01:00
|
|
|
Environment :: Console
|
2020-11-13 23:19:48 +01:00
|
|
|
Intended Audience :: Developers
|
2023-03-22 13:11:21 +01:00
|
|
|
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
2023-03-22 13:24:53 +01:00
|
|
|
Topic :: Software Development :: Libraries
|
2020-11-13 23:19:48 +01:00
|
|
|
Topic :: Internet
|
|
|
|
#Topic :: Blockchain :: EVM
|
2023-03-22 13:11:21 +01:00
|
|
|
license = AGPLv3+
|
2020-11-13 23:19:48 +01:00
|
|
|
licence_files =
|
2023-03-22 13:11:21 +01:00
|
|
|
LICENSE
|
2020-11-13 23:19:48 +01:00
|
|
|
|
|
|
|
[options]
|
2020-11-19 18:09:23 +01:00
|
|
|
include_package_data = True
|
2023-03-22 13:19:52 +01:00
|
|
|
python_requires = >= 3.8
|
2020-11-13 23:19:48 +01:00
|
|
|
packages =
|
2020-11-19 18:09:23 +01:00
|
|
|
eth_accounts_index
|
2020-12-01 23:51:17 +01:00
|
|
|
eth_accounts_index.runnable
|
2020-12-08 20:04:33 +01:00
|
|
|
|
|
|
|
[options.extras_require]
|
|
|
|
testing =
|
|
|
|
pytest==6.0.1
|
|
|
|
eth-tester==0.5.0b2
|
|
|
|
py-evm==0.3.0a20
|
2020-11-19 18:09:23 +01:00
|
|
|
|
|
|
|
[options.package_data]
|
2020-12-22 14:45:43 +01:00
|
|
|
* =
|
|
|
|
**/data/*.json
|
|
|
|
**/data/*.bin
|
2020-12-01 23:51:17 +01:00
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
2023-02-11 10:54:28 +01:00
|
|
|
eth-accounts-index-publish = eth_accounts_index.runnable.publish:main
|
2021-01-10 22:35:25 +01:00
|
|
|
eth-accounts-index-add = eth_accounts_index.runnable.add:main
|
2021-03-31 16:07:23 +02:00
|
|
|
eth-accounts-index-list = eth_accounts_index.runnable.list:main
|