XenAPI 24.20.0__tar.gz → 24.22.0__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,14 +1,3 @@
1
- Usage
2
- =====
3
-
4
- To install the package, enable the virtual environment where it's going to be used and run
5
- `$ pip install XenAPI`
6
-
7
- Examples
8
- --------
9
-
10
- The [examples](https://github.com/xapi-project/xen-api/tree/master/scripts/examples/python) will not work unless they have been placed in the same directory as `XenAPI.py` or `XenAPI` package from PyPI has been installed (`pip install XenAPI`)
11
-
12
1
  Packaging
13
2
  =========
14
3
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: XenAPI
3
- Version: 24.20.0
3
+ Version: 24.22.0
4
4
  Summary: XenAPI SDK, for communication with XenServer.
5
5
  Home-page: https://xapi-project.github.io/
6
6
  Author: Xapi project developers and maintainers
@@ -26,12 +26,3 @@ Examples
26
26
  --------
27
27
 
28
28
  The [examples](https://github.com/xapi-project/xen-api/tree/master/scripts/examples/python) will not work unless they have been placed in the same directory as `XenAPI.py` or `XenAPI` package from PyPI has been installed (`pip install XenAPI`)
29
-
30
- Packaging
31
- =========
32
-
33
- `setup.py` is generated using an ocaml binary that fetches the api version string from xapi. An opam switch with the [xs-opam](https://github.com/xapi-project/xs-opam) repository is needed in order to build the binary.
34
-
35
- To build the package `setuptools>=38.6.0` and `wheel` need to be installed in the system or in the active python virtualenv.
36
-
37
- To build, use the command `make`.
@@ -0,0 +1,10 @@
1
+ Usage
2
+ =====
3
+
4
+ To install the package, enable the virtual environment where it's going to be used and run
5
+ `$ pip install XenAPI`
6
+
7
+ Examples
8
+ --------
9
+
10
+ The [examples](https://github.com/xapi-project/xen-api/tree/master/scripts/examples/python) will not work unless they have been placed in the same directory as `XenAPI.py` or `XenAPI` package from PyPI has been installed (`pip install XenAPI`)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: XenAPI
3
- Version: 24.20.0
3
+ Version: 24.22.0
4
4
  Summary: XenAPI SDK, for communication with XenServer.
5
5
  Home-page: https://xapi-project.github.io/
6
6
  Author: Xapi project developers and maintainers
@@ -26,12 +26,3 @@ Examples
26
26
  --------
27
27
 
28
28
  The [examples](https://github.com/xapi-project/xen-api/tree/master/scripts/examples/python) will not work unless they have been placed in the same directory as `XenAPI.py` or `XenAPI` package from PyPI has been installed (`pip install XenAPI`)
29
-
30
- Packaging
31
- =========
32
-
33
- `setup.py` is generated using an ocaml binary that fetches the api version string from xapi. An opam switch with the [xs-opam](https://github.com/xapi-project/xs-opam) repository is needed in order to build the binary.
34
-
35
- To build the package `setuptools>=38.6.0` and `wheel` need to be installed in the system or in the active python virtualenv.
36
-
37
- To build, use the command `make`.
@@ -1,4 +1,5 @@
1
1
  Makefile
2
+ PACKAGING.md
2
3
  README.md
3
4
  XenAPIPlugin.py
4
5
  echo.py
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes