2021-02-11 10:14:28 +01:00
|
|
|
[metadata]
|
|
|
|
name = chainsyncer
|
2022-04-09 21:03:51 +02:00
|
|
|
version = 0.3.1
|
2021-02-11 10:14:28 +01:00
|
|
|
description = Generic blockchain syncer driver
|
|
|
|
author = Louis Holbrook
|
|
|
|
author_email = dev@holbrook.no
|
2022-03-30 10:22:05 +02:00
|
|
|
url = https://gitlab.com/chaintool/chainsyncer
|
2021-02-11 10:14:28 +01:00
|
|
|
keywords =
|
|
|
|
cryptocurrency
|
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Operating System :: OS Independent
|
|
|
|
Development Status :: 3 - Alpha
|
|
|
|
Environment :: Console
|
|
|
|
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]
|
2021-04-04 15:03:58 +02:00
|
|
|
include_package_data = True
|
2021-02-11 10:14:28 +01:00
|
|
|
python_requires = >= 3.6
|
|
|
|
packages =
|
|
|
|
chainsyncer
|
2021-08-26 10:09:47 +02:00
|
|
|
chainsyncer.driver
|
2021-04-15 17:35:38 +02:00
|
|
|
chainsyncer.unittest
|
2022-03-30 10:22:05 +02:00
|
|
|
chainsyncer.store
|
|
|
|
chainsyncer.state
|
2021-02-11 10:14:28 +01:00
|
|
|
|
2022-03-30 10:22:05 +02:00
|
|
|
#[options.package_data]
|
|
|
|
#* =
|
|
|
|
# sql/*
|
2021-04-04 15:03:58 +02:00
|
|
|
|
2021-02-11 10:14:28 +01:00
|
|
|
#[options.entry_points]
|
|
|
|
#console_scripts =
|
|
|
|
# blocksync-celery = chainsyncer.runnable.tracker:main
|