123456789101112131415161718192021222324252627282930313233343536 |
- [metadata]
- name = MMGen Node Tools
- version = file: mmgen_node_tools/data/version
- description = Optional online tools for the MMGen wallet suite
- long_description = file: README.md
- long_description_content_type = text/markdown
- author = The MMGen Project
- author_email = mmgen@tuta.io
- url = https://github.com/mmgen/mmgen-node-tools
- license = GNU GPL v3
- platforms = Linux, Armbian, Raspbian, MS Windows
- keywords = file: mmgen_node_tools/data/keywords
- project_urls =
- Bug Tracker = https://github.com/mmgen/mmgen-node-tools/issues
- classifiers =
- Programming Language :: Python :: 3
- License :: OSI Approved :: GNU General Public License v3 (GPLv3)
- Operating System :: POSIX :: Linux
- Operating System :: Microsoft :: Windows
- [options]
- python_requires = >=3.7
- include_package_data = True
- install_requires =
- mmgen>=13.0.0
- packages =
- mmgen_node_tools
- scripts =
- mmnode-blocks-info
- mmnode-feeview
- mmnode-halving-calculator
- mmnode-netrate
- mmnode-peerblocks
|