ingescape 4.1.5__cp38-cp38-manylinux_2_24_x86_64.whl → 4.5.1__cp38-cp38-manylinux_2_24_x86_64.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 ingescape might be problematic. Click here for more details.

@@ -1,13 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ingescape
3
- Version: 4.1.5
3
+ Version: 4.5.1
4
4
  Summary: Ingescape library python3 binding
5
5
  Author-email: Ingenuity I/O <contact@ingenuity.io>
6
- License: Copyright (c) the Contributors as noted in the AUTHORS file.
7
- This file is part of Ingescape, see https://github.com/zeromq/ingescape.
8
- This Source Code Form is subject to the terms of the Mozilla Public
9
- License, v. 2.0. If a copy of the MPL was not distributed with this
10
- file, You can obtain one at http://mozilla.org/MPL/2.0/.
11
6
  Project-URL: Homepage, https://ingescape.com/
12
7
  Project-URL: Repository, https://github.com/zeromq/ingescape.git
13
8
  Classifier: Programming Language :: Python :: 3
@@ -23,31 +18,28 @@ Requires-Dist: wheel
23
18
 
24
19
  The Ingescape Python binding relies on the following libraries:
25
20
 
26
- - Python 3.6+
21
+ - Python 3.8+
27
22
  - setuptools, wheel
28
23
 
29
-
30
24
  ## Installing
31
25
 
32
- Ingescape python binding is designed to be installed through pip :
26
+ Ingescape python binding is designed to be installed through pip
33
27
 
34
28
  python3 -m pip install ingescape
35
29
 
36
-
37
30
  ## Using Ingescape with Python
38
31
 
39
32
  Two examples are provided in the 'examples' directory.
40
33
 
41
-
42
34
  ## Compiling the Ingescape Python binding
43
35
 
44
36
  Ingescape library must be built before compiling the python binding.
45
- The directory in which the library is expected to be built is given by the prepare scripts..
37
+ The directory in which the library is expected to be built is given by the 'prepare' scripts.
46
38
  Run the following commands from the Ingescape Python directory :
47
39
 
48
40
  python3 -m pip install setuptools wheel
41
+ export PLATFORM="linux" (or "macos", or "windows" according to the platform you are on)
49
42
  ./prepare_for_packaging.sh (or prepare_for_packaging.ps1 for Windows Powershell)
50
- # Build package
51
- python3 -m build
52
- # Install locally
53
43
  python3 -m pip install .
44
+
45
+ The last command will build and install the python binding on your environment.
@@ -0,0 +1,6 @@
1
+ ingescape.cpython-38-x86_64-linux-gnu.so,sha256=KUsZEfPHosQtNOwSeSxWe8YMA1wxXjmBu4bTAh3Nzq0,3483873
2
+ ingescape-4.5.1.dist-info/top_level.txt,sha256=R3KHs_kSITHsHWs-20WpcmfxPZF6Kc4Vk730XEA9hL8,10
3
+ ingescape-4.5.1.dist-info/WHEEL,sha256=YG6nWCOssikj-TyDSnHdmqiWeG8JkFuV5nhUsntmugc,111
4
+ ingescape-4.5.1.dist-info/RECORD,,
5
+ ingescape-4.5.1.dist-info/METADATA,sha256=Hv1uPWJwc1FzUCS1gpzamEBbFOgdNtCQ_jqBe2F-Vqg,1469
6
+ ingescape.libs/libcrypt-8e37b0e0.so.2,sha256=gkxP6w9b05olBVXQJP9-0NsZk5LKBNw0bFCkUzAczD0,201393
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (71.0.3)
2
+ Generator: setuptools (75.3.2)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp38-cp38-manylinux_2_24_x86_64
5
5
 
Binary file
@@ -1,6 +0,0 @@
1
- ingescape.cpython-38-x86_64-linux-gnu.so,sha256=Z9mZ7NnLbRDS9sNGVeTl3r-U_8qI96MGHChJO6C10xs,3536601
2
- ingescape-4.1.5.dist-info/WHEEL,sha256=c-pDhpc8Nln2fTJOjlrkQxYuPmbfOb9pKho2exJT9LA,111
3
- ingescape-4.1.5.dist-info/top_level.txt,sha256=R3KHs_kSITHsHWs-20WpcmfxPZF6Kc4Vk730XEA9hL8,10
4
- ingescape-4.1.5.dist-info/METADATA,sha256=1pJjUhWtAjNuFqGsL2Exd-oIM84j-8X45IJZONJzshY,1733
5
- ingescape-4.1.5.dist-info/RECORD,,
6
- ingescape.libs/libcrypt-8e37b0e0.so.2,sha256=gkxP6w9b05olBVXQJP9-0NsZk5LKBNw0bFCkUzAczD0,201393