wnm 0.0.4__py3-none-any.whl → 0.0.5__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.

Potentially problematic release.


This version of wnm might be problematic. Click here for more details.

wnm/__init__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  """A service to manage a cluster of decentralized Autonomi nodes"""
2
2
 
3
- __version__ = "0.0.4"
3
+ __version__ = "0.0.5"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wnm
3
- Version: 0.0.4
3
+ Version: 0.0.5
4
4
  Summary: Manager for Autonomi nodes
5
5
  Author-email: Troy Johnson <troy@weave.sh>
6
6
  License: GPL-3.0
@@ -15,6 +15,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
15
15
  Classifier: Topic :: System :: Distributed Computing
16
16
  Requires-Python: >=3.12.3
17
17
  Description-Content-Type: text/markdown
18
+ Requires-Dist: python-dotenv
18
19
  Requires-Dist: requests
19
20
  Requires-Dist: packaging
20
21
  Requires-Dist: sqlalchemy
@@ -0,0 +1,9 @@
1
+ wnm/__init__.py,sha256=00EPTipJxnv7Yz6Nqq3vE7SjKBgE2jnXUTPzL3WEBE8,91
2
+ wnm/__main__.py,sha256=IXboB7V4o80ye6N7xNAteoD_CALa4m49RlNduNLcifY,42631
3
+ wnm/config.py,sha256=nMJlzxZX7NA0iI_QAuJDE0uI3V_ROjP5v99wdKDfuDs,47
4
+ wnm/models.py,sha256=7lhZkUfFlnDgeEVRngQVuFnzSbJPwbytLMCynAo1j28,9416
5
+ wnm-0.0.5.dist-info/METADATA,sha256=NfJKBdpVZdHLfXeT_2pCO8cx0bjK5JRkGiZN1XfYRCM,2568
6
+ wnm-0.0.5.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
7
+ wnm-0.0.5.dist-info/entry_points.txt,sha256=jfoemjoLVPeeiBMHKqAExrHQ4Rhf9IXxL4JCnS7ZYFo,42
8
+ wnm-0.0.5.dist-info/top_level.txt,sha256=E6dTE5k6efMEB9LaJAZSBu8zzs__l4R55t0-F-LwufI,4
9
+ wnm-0.0.5.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- wnm/__init__.py,sha256=3WMpwTP3eL5shixA3OMks-dTlTUzqN6pge2F4DQxEFo,91
2
- wnm/__main__.py,sha256=IXboB7V4o80ye6N7xNAteoD_CALa4m49RlNduNLcifY,42631
3
- wnm/config.py,sha256=nMJlzxZX7NA0iI_QAuJDE0uI3V_ROjP5v99wdKDfuDs,47
4
- wnm/models.py,sha256=7lhZkUfFlnDgeEVRngQVuFnzSbJPwbytLMCynAo1j28,9416
5
- wnm-0.0.4.dist-info/METADATA,sha256=1UvyYwEc5OyyiVU3_jq2lZZw5mqRB-GwL8VcDfDt44Y,2539
6
- wnm-0.0.4.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
7
- wnm-0.0.4.dist-info/entry_points.txt,sha256=jfoemjoLVPeeiBMHKqAExrHQ4Rhf9IXxL4JCnS7ZYFo,42
8
- wnm-0.0.4.dist-info/top_level.txt,sha256=E6dTE5k6efMEB9LaJAZSBu8zzs__l4R55t0-F-LwufI,4
9
- wnm-0.0.4.dist-info/RECORD,,
File without changes