2021-09-23 21:15:33 +00:00
|
|
|
[metadata]
|
|
|
|
|
name = MMGen
|
|
|
|
|
version = file: mmgen/data/version
|
|
|
|
|
description = MMGen cryptocurrency 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
|
|
|
|
|
license = GNU GPL v3
|
|
|
|
|
platforms = Linux, Armbian, Raspbian, MS Windows
|
|
|
|
|
keywords = file: mmgen/data/keywords
|
|
|
|
|
project_urls =
|
|
|
|
|
Bug Tracker = https://github.com/mmgen/mmgen/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
|
2021-09-26 21:16:55 +00:00
|
|
|
|
|
|
|
|
# pysha3 is used by XMR and ETH for the keccak hash function only. If the
|
2022-05-03 21:01:05 +00:00
|
|
|
# module is unavailable, the native Python implementation in contrib.keccak
|
2021-09-26 21:16:55 +00:00
|
|
|
# will be used instead.
|
2021-09-23 21:15:33 +00:00
|
|
|
install_requires =
|
2021-09-26 21:16:55 +00:00
|
|
|
importlib-resources; python_version < "3.9"
|
2021-09-23 21:15:33 +00:00
|
|
|
gmpy2
|
|
|
|
|
cryptography
|
|
|
|
|
pynacl
|
|
|
|
|
ecdsa
|
2022-05-28 19:41:43 +00:00
|
|
|
aiohttp
|
2021-09-23 21:15:33 +00:00
|
|
|
requests
|
2021-09-26 21:16:55 +00:00
|
|
|
pysocks # xmrwallet.py
|
2021-09-23 21:15:33 +00:00
|
|
|
pexpect
|
2022-05-03 21:01:05 +00:00
|
|
|
scrypt; platform_system != "Windows" # must be installed by hand on MSYS2
|
2022-01-05 11:53:48 +00:00
|
|
|
semantic-version; platform_system != "Windows" # scripts/create-token.py
|
2021-09-26 21:16:55 +00:00
|
|
|
pysha3; platform_system != "Windows"
|
2021-09-23 21:15:33 +00:00
|
|
|
|
|
|
|
|
packages =
|
|
|
|
|
mmgen
|
2022-02-03 20:40:42 +00:00
|
|
|
mmgen.base_proto
|
2022-02-03 20:40:43 +00:00
|
|
|
mmgen.base_proto.bitcoin
|
|
|
|
|
mmgen.base_proto.bitcoin.tx
|
2022-02-10 12:51:41 +00:00
|
|
|
mmgen.base_proto.bitcoin.tw
|
2022-02-03 20:40:42 +00:00
|
|
|
mmgen.base_proto.ethereum
|
|
|
|
|
mmgen.base_proto.ethereum.pyethereum
|
|
|
|
|
mmgen.base_proto.ethereum.rlp
|
|
|
|
|
mmgen.base_proto.ethereum.rlp.sedes
|
2022-02-03 20:40:42 +00:00
|
|
|
mmgen.base_proto.ethereum.tx
|
2022-02-10 12:51:41 +00:00
|
|
|
mmgen.base_proto.ethereum.tw
|
2022-02-05 13:32:57 +00:00
|
|
|
mmgen.base_proto.monero
|
2022-06-09 11:18:09 +00:00
|
|
|
mmgen.contrib
|
|
|
|
|
mmgen.data
|
2022-02-03 20:40:42 +00:00
|
|
|
mmgen.proto
|
|
|
|
|
mmgen.share
|
|
|
|
|
mmgen.tool
|
2022-02-03 20:40:43 +00:00
|
|
|
mmgen.tx
|
2022-02-10 12:51:41 +00:00
|
|
|
mmgen.tw
|
2022-02-08 13:03:32 +00:00
|
|
|
mmgen.wallet
|
2022-02-10 12:51:42 +00:00
|
|
|
mmgen.wordlist
|
2021-09-23 21:15:33 +00:00
|
|
|
|
|
|
|
|
scripts =
|
|
|
|
|
cmds/mmgen-addrgen
|
|
|
|
|
cmds/mmgen-addrimport
|
|
|
|
|
cmds/mmgen-autosign
|
|
|
|
|
cmds/mmgen-keygen
|
2022-03-27 13:42:43 +00:00
|
|
|
cmds/mmgen-msg
|
2021-09-23 21:15:33 +00:00
|
|
|
cmds/mmgen-passchg
|
|
|
|
|
cmds/mmgen-passgen
|
|
|
|
|
cmds/mmgen-regtest
|
|
|
|
|
cmds/mmgen-seedjoin
|
|
|
|
|
cmds/mmgen-seedsplit
|
|
|
|
|
cmds/mmgen-subwalletgen
|
|
|
|
|
cmds/mmgen-tool
|
|
|
|
|
cmds/mmgen-txbump
|
|
|
|
|
cmds/mmgen-txcreate
|
|
|
|
|
cmds/mmgen-txdo
|
|
|
|
|
cmds/mmgen-txsend
|
|
|
|
|
cmds/mmgen-txsign
|
|
|
|
|
cmds/mmgen-walletchk
|
|
|
|
|
cmds/mmgen-walletconv
|
|
|
|
|
cmds/mmgen-walletgen
|
|
|
|
|
cmds/mmgen-xmrwallet
|