2021-10-04 16:24:51 +02:00
|
|
|
[metadata]
|
|
|
|
name = eth-token-index
|
2023-03-22 13:40:04 +01:00
|
|
|
version = 0.5.0
|
2021-10-04 16:24:51 +02:00
|
|
|
description = Token symbol to address unique index
|
|
|
|
author = Louis Holbrook
|
|
|
|
author_email = dev@holbrook.no
|
|
|
|
url = https://gitlab.com/cicnet/eth-address-index
|
|
|
|
keywords =
|
|
|
|
ethereum
|
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Operating System :: OS Independent
|
2023-03-22 13:40:04 +01:00
|
|
|
Development Status :: 4 - Beta
|
|
|
|
Environment :: Console
|
2021-10-04 16:24:51 +02:00
|
|
|
Intended Audience :: Developers
|
2023-03-22 13:40:04 +01:00
|
|
|
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
2021-10-04 16:24:51 +02:00
|
|
|
Topic :: Internet
|
2023-03-22 13:40:04 +01:00
|
|
|
Topic :: Software Development :: Libraries
|
2021-10-04 16:24:51 +02:00
|
|
|
#Topic :: Blockchain :: EVM
|
2023-03-22 13:40:04 +01:00
|
|
|
license = AGPLv3+
|
2021-10-04 16:24:51 +02:00
|
|
|
licence_files =
|
|
|
|
LICENSE
|
|
|
|
|
|
|
|
[options]
|
|
|
|
include_package_data = True
|
2023-03-22 13:40:04 +01:00
|
|
|
python_requires = >= 3.8
|
2021-10-04 16:24:51 +02:00
|
|
|
packages =
|
|
|
|
eth_token_index
|
|
|
|
eth_token_index.runnable
|
|
|
|
|
|
|
|
[options.extras_require]
|
|
|
|
testing =
|
|
|
|
eth-tester==0.5.0b2
|
|
|
|
py-evm==0.3.0a20
|
|
|
|
|
|
|
|
[options.package_data]
|
|
|
|
* =
|
|
|
|
data/TokenUniqueSymbolIndex.bin
|
|
|
|
data/TokenUniqueSymbolIndex.json
|
|
|
|
data/ERC20.json
|
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
2023-02-11 09:26:44 +01:00
|
|
|
eth-token-index-publish = eth_token_index.runnable.publish:main
|
2021-10-04 16:24:51 +02:00
|
|
|
eth-token-index-add = eth_token_index.runnable.add:main
|
|
|
|
eth-token-index-list = eth_token_index.runnable.list:main
|
2022-03-11 07:54:09 +01:00
|
|
|
eth-token-index-writer = eth_token_index.runnable.writer:main
|