File tree 4 files changed +5
-20
lines changed
4 files changed +5
-20
lines changed Original file line number Diff line number Diff line change 1
- from bitcoin_message_tool import bmt
1
+ import bmt
2
2
3
3
if __name__ == '__main__' :
4
4
bmt .main ()
Original file line number Diff line number Diff line change @@ -835,13 +835,3 @@ def main():
835
835
836
836
if __name__ == '__main__' :
837
837
main ()
838
-
839
-
840
- # -----BEGIN BITCOIN SIGNED MESSAGE-----
841
- # ECDSA is the most fun I have ever experienced
842
- # -----BEGIN BITCOIN SIGNATURE-----
843
- # bc1qsexve09agl8e9gwkflr85x6s2szh27efcts6v5
844
-
845
- # KAaU/5cb7jPkNQxTtapPqR3EKyDU1Esjd4aZly+5Rwd6Cjlvgw6X0gUQjkrMa8Z+vl/tNcfgcuwzcCE3NtRk6Gk=
846
- # -----END BITCOIN SIGNATURE-----
847
- # KwDiBf89QgGbjEhKnhXJuH7LrciVrZi3qYjgd9M7rFU9EMfkHW6w
Original file line number Diff line number Diff line change 1
- attrs == 22.2.0 ; python_version >= "3.10" and python_version < "4.0"
2
1
base58 == 2.1.1 ; python_version >= "3.10" and python_version < "4.0"
3
2
bech32 == 1.2.0 ; python_version >= "3.10" and python_version < "4.0"
4
- colorama == 0.4.6 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32"
5
- exceptiongroup == 1.1.0 ; python_version >= "3.10" and python_version < "3.11"
6
- iniconfig == 2.0.0 ; python_version >= "3.10" and python_version < "4.0"
7
- packaging == 23.0 ; python_version >= "3.10" and python_version < "4.0"
8
- pluggy == 1.0.0 ; python_version >= "3.10" and python_version < "4.0"
9
- pytest == 7.2.1 ; python_version >= "3.10" and python_version < "4.0"
10
3
ripemd-hash == 1.0.0 ; python_version >= "3.10" and python_version < "4.0"
11
- tomli == 2.0.1 ; python_version >= "3.10" and python_version < "3.11"
4
+
Original file line number Diff line number Diff line change 19
19
setup (
20
20
name = "bitcoin_message_tool" ,
21
21
version = version ,
22
- url = "https://github.com/shadowy_pycoder /bitcoin_message_tool" ,
22
+ url = "https://github.com/shadowy-pycoder /bitcoin_message_tool" ,
23
23
author = "shadowy_pycoder" ,
24
24
author_email = "shadowy_pycoder@example.com" ,
25
25
description = ("""Bitcoin message signing/verification tool""" ),
40
40
"Programming Language :: Python :: 3.7" ,
41
41
"Programming Language :: Python :: 3.8" ,
42
42
"Programming Language :: Python :: 3.9" ,
43
+ "Programming Language :: Python :: 3.10" ,
44
+ "Programming Language :: Python :: 3.11" ,
43
45
],
44
46
)
You can’t perform that action at this time.
0 commit comments