request-vm-on-golem 0.1.1__tar.gz → 0.1.7__tar.gz

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.
@@ -1,8 +1,7 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: request-vm-on-golem
3
- Version: 0.1.1
3
+ Version: 0.1.7
4
4
  Summary: VM on Golem Requestor CLI - Create and manage virtual machines on the Golem Network
5
- Home-page: https://github.com/cryptobench/vm-on-golem
6
5
  Keywords: golem,vm,cloud,decentralized,cli
7
6
  Author: Phillip Jensen
8
7
  Author-email: phillip+vm-on-golem@golemgrid.com
@@ -29,6 +28,7 @@ Requires-Dist: cryptography (>=3.4.7,<4.0.0)
29
28
  Requires-Dist: pydantic (>=1.8.2,<2.0.0)
30
29
  Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
31
30
  Requires-Dist: tabulate (>=0.9.0,<0.10.0)
31
+ Project-URL: Homepage, https://github.com/cryptobench/vm-on-golem
32
32
  Project-URL: Repository, https://github.com/cryptobench/vm-on-golem
33
33
  Description-Content-Type: text/markdown
34
34
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "request-vm-on-golem"
3
- version = "0.1.1"
3
+ version = "0.1.7"
4
4
  description = "VM on Golem Requestor CLI - Create and manage virtual machines on the Golem Network"
5
5
  authors = ["Phillip Jensen <phillip+vm-on-golem@golemgrid.com>"]
6
6
  readme = "README.md"