2020-11-13 23:19:48 +01:00
|
|
|
[metadata]
|
2020-11-14 00:09:43 +01:00
|
|
|
name = eth-accounts-index
|
2020-12-08 20:04:33 +01:00
|
|
|
version = 0.0.6
|
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
|
|
|
|
url = https://gitlab.com/nolash/eth-accounts-index
|
|
|
|
keywords =
|
|
|
|
ethereum
|
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Operating System :: OS Independent
|
|
|
|
Development Status :: 3 - Alpha
|
|
|
|
Environment :: No Input/Output (Daemon)
|
|
|
|
Intended Audience :: Developers
|
|
|
|
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
|
|
Topic :: Internet
|
|
|
|
#Topic :: Blockchain :: EVM
|
|
|
|
license = GPL3
|
|
|
|
licence_files =
|
|
|
|
LICENSE.txt
|
|
|
|
|
|
|
|
[options]
|
2020-11-19 18:09:23 +01:00
|
|
|
include_package_data = True
|
2020-11-13 23:19:48 +01:00
|
|
|
python_requires = >= 3.6
|
|
|
|
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-11-13 23:19:48 +01:00
|
|
|
install_requires =
|
2020-12-02 09:18:57 +01:00
|
|
|
confini==0.3.2
|
2020-11-13 23:19:48 +01:00
|
|
|
web3==5.12.2
|
2020-12-08 20:04:33 +01:00
|
|
|
tests_require =
|
|
|
|
pytest==6.0.1
|
|
|
|
eth-tester==0.5.0b2
|
|
|
|
py-evm==0.3.0a20
|
|
|
|
|
|
|
|
[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]
|
|
|
|
* = **/*.abi.json
|
2020-12-01 23:51:17 +01:00
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
|
|
|
accounts-index-deploy = eth_accounts_index.runnable.deploy:main
|