nerva-py 1.1.0__py3-none-any.whl → 1.1.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
nerva/__init__.py CHANGED
@@ -37,7 +37,7 @@ class VersionInfo(NamedTuple):
37
37
 
38
38
 
39
39
  version_info: VersionInfo = VersionInfo(
40
- major=1, minor=1, micro=0, releaselevel="final", serial=0
40
+ major=1, minor=1, micro=1, releaselevel="final", serial=0
41
41
  )
42
42
 
43
43
  __version__ = str(version_info)
@@ -1,9 +1,10 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: nerva-py
3
- Version: 1.1.0
4
- Summary: Python bindings for the JSON RPC interface of the Nerva cryptocurrency.
3
+ Version: 1.1.1
4
+ Summary: Python bindings for the JSON RPC interface of the Nerva (XNV) cryptocurrency.
5
5
  Author-email: Sayan Bhattacharyya <sayan@sn1f3rt.dev>
6
- License: MIT
6
+ License-Expression: MIT
7
+ License-File: LICENSE
7
8
  Keywords: bindings,cryptocurrency,json-rpc,nerva,python
8
9
  Classifier: Development Status :: 5 - Production/Stable
9
10
  Classifier: Intended Audience :: Developers
@@ -17,15 +18,14 @@ Classifier: Programming Language :: Python :: 3.11
17
18
  Classifier: Programming Language :: Python :: 3.12
18
19
  Classifier: Programming Language :: Python :: 3.13
19
20
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
20
- Requires-Python: >=3.8
21
- Requires-Dist: httpx>=0.27.2
21
+ Requires-Python: >=3.10
22
+ Requires-Dist: httpx==0.28.1
22
23
  Description-Content-Type: text/markdown
23
24
 
24
- # Nerva Python Library
25
+ # Nerva (XNV) Python Library
25
26
 
26
- [![Ruff](https://github.com/Sn1F3rt/nerva-py/actions/workflows/ruff.yml/badge.svg)](https://github.com/Sn1F3rt/nerva-py/actions/workflows/ruff.yml)
27
- [![Build](https://github.com/Sn1F3rt/nerva-py/actions/workflows/build.yml/badge.svg)](https://github.com/Sn1F3rt/nerva-py/actions/workflows/build.yml)
28
- [![License](https://img.shields.io/github/license/Sn1F3rt/nerva-py)](LICENSE)
27
+ [![Ruff](https://github.com/sn1f3rt/nerva-py/actions/workflows/ruff.yml/badge.svg)](https://github.com/sn1f3rt/nerva-py/actions/workflows/ruff.yml)
28
+ [![Build](https://github.com/sn1f3rt/nerva-py/actions/workflows/build.yml/badge.svg)](https://github.com/sn1f3rt/nerva-py/actions/workflows/build.yml)
29
29
 
30
30
  ## Table of Contents
31
31
 
@@ -39,13 +39,13 @@ Description-Content-Type: text/markdown
39
39
 
40
40
  ## About
41
41
 
42
- Python bindings for the JSON RPC interface of the Nerva cryptocurrency.
42
+ Python bindings for the JSON RPC interface of the [Nerva (XNV)](https://nerva.one/) cryptocurrency.
43
43
 
44
44
  ## Installation
45
45
 
46
46
  ### Requirements
47
47
 
48
- - Python 3.8+
48
+ - Python 3.10+
49
49
  - [`uv`](https://docs.astral.sh/uv/) (for development only)
50
50
 
51
51
  ### Setup
@@ -89,11 +89,11 @@ asyncio.run(main())
89
89
 
90
90
  ## Support
91
91
 
92
- - [Issues](https://github.com/Sn1F3rt/nerva-py/issues)
92
+ - [Issues](https://github.com/sn1f3rt/nerva-py/issues)
93
93
  - [Discord](https://discord.gg/ufysfvcFwe) - `Development > #nerva-py`
94
94
 
95
95
  ## License
96
96
 
97
- [MIT License](LICENSE)
97
+ [![License](https://img.shields.io/github/license/sn1f3rt/nerva-py)](LICENSE)
98
98
 
99
- Copyright &copy; 2024 [Sayan "Sn1F3rt" Bhattacharyya](https://sn1f3rt.dev)
99
+ Copyright &copy; 2024-present [Sayan "sn1f3rt" Bhattacharyya](https://sn1f3rt.dev)
@@ -0,0 +1,9 @@
1
+ nerva/__init__.py,sha256=H_ZSg7FWII2egr0ABxBirhSo3L0vJXOJIgAKPTJSlCQ,1128
2
+ nerva/__main__.py,sha256=vcuFqUiFv6xclYd1ME59lNH_d_E429SwMV-ShxmXCsg,1219
3
+ nerva/daemon.py,sha256=zMq1LUuJ1tggvVHTZGVGRksrqnHjnCNZ2AVogG6Vi9s,33573
4
+ nerva/utils.py,sha256=UzyhRTE2w7_H2YCz50ospggApyFbTOnrB92fuED9laQ,999
5
+ nerva/wallet.py,sha256=aomyDwd-a2kadX3v9FKHvhswFjYZOnELX95wQhxGkUo,59289
6
+ nerva_py-1.1.1.dist-info/METADATA,sha256=4sIffAUzSnAHTBV28iZU8gmboz4Rq12A5WmGCzrDeh8,2933
7
+ nerva_py-1.1.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
8
+ nerva_py-1.1.1.dist-info/licenses/LICENSE,sha256=OB3n91B4pOwIG9kD-nL-INDB0A7ma5fL9q32FGyoIQ4,1086
9
+ nerva_py-1.1.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.26.3
2
+ Generator: hatchling 1.28.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,9 +0,0 @@
1
- nerva/__init__.py,sha256=uuerw1FTJ5CGL7NvOwKsp_-oTmN87MfSsfI7LYqNCUU,1128
2
- nerva/__main__.py,sha256=vcuFqUiFv6xclYd1ME59lNH_d_E429SwMV-ShxmXCsg,1219
3
- nerva/daemon.py,sha256=zMq1LUuJ1tggvVHTZGVGRksrqnHjnCNZ2AVogG6Vi9s,33573
4
- nerva/utils.py,sha256=UzyhRTE2w7_H2YCz50ospggApyFbTOnrB92fuED9laQ,999
5
- nerva/wallet.py,sha256=aomyDwd-a2kadX3v9FKHvhswFjYZOnELX95wQhxGkUo,59289
6
- nerva_py-1.1.0.dist-info/METADATA,sha256=v0_5mR_OVkmaU8RdjPFZFxqk2yYul1_jtQb4PcTfFgc,2873
7
- nerva_py-1.1.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
8
- nerva_py-1.1.0.dist-info/licenses/LICENSE,sha256=OB3n91B4pOwIG9kD-nL-INDB0A7ma5fL9q32FGyoIQ4,1086
9
- nerva_py-1.1.0.dist-info/RECORD,,