purem 3.0.4__tar.gz → 3.0.6__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.
- {purem-3.0.4/purem.egg-info → purem-3.0.6}/PKG-INFO +14 -6
- {purem-3.0.4 → purem-3.0.6}/README.md +1 -1
- {purem-3.0.4 → purem-3.0.6}/README.rst +12 -4
- purem-3.0.6/VERSION +1 -0
- {purem-3.0.4 → purem-3.0.6/purem.egg-info}/PKG-INFO +14 -6
- {purem-3.0.4 → purem-3.0.6}/pyproject.toml +2 -2
- purem-3.0.4/VERSION +0 -1
- {purem-3.0.4 → purem-3.0.6}/LICENSE +0 -0
- {purem-3.0.4 → purem-3.0.6}/MANIFEST.in +0 -0
- {purem-3.0.4 → purem-3.0.6}/purem/__init__.py +0 -0
- {purem-3.0.4 → purem-3.0.6}/purem/core.py +0 -0
- {purem-3.0.4 → purem-3.0.6}/purem/env_config.py +0 -0
- {purem-3.0.4 → purem-3.0.6}/purem/file_structure.py +0 -0
- {purem-3.0.4 → purem-3.0.6}/purem/loader.py +0 -0
- {purem-3.0.4 → purem-3.0.6}/purem/logger.py +0 -0
- {purem-3.0.4 → purem-3.0.6}/purem/utils.py +0 -0
- {purem-3.0.4 → purem-3.0.6}/purem.egg-info/SOURCES.txt +0 -0
- {purem-3.0.4 → purem-3.0.6}/purem.egg-info/dependency_links.txt +0 -0
- {purem-3.0.4 → purem-3.0.6}/purem.egg-info/requires.txt +0 -0
- {purem-3.0.4 → purem-3.0.6}/purem.egg-info/top_level.txt +0 -0
- {purem-3.0.4 → purem-3.0.6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: purem
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.6
|
4
4
|
Summary: The official high-performance mapping function for mixed-type arrays powered by Work TIF Ltd.
|
5
5
|
Author-email: Raman Marozau <raman@worktif.com>
|
6
6
|
License-Expression: BUSL-1.1
|
@@ -21,7 +21,7 @@ Classifier: Operating System :: Unix
|
|
21
21
|
Classifier: Operating System :: POSIX
|
22
22
|
Classifier: Operating System :: POSIX :: Linux
|
23
23
|
Classifier: Operating System :: Microsoft :: Windows
|
24
|
-
Requires-Python: >=3.
|
24
|
+
Requires-Python: >=3.8
|
25
25
|
Description-Content-Type: text/x-rst
|
26
26
|
License-File: LICENSE
|
27
27
|
Requires-Dist: numpy~=2.1.3
|
@@ -49,12 +49,20 @@ Purem - High-Performance Mapping Operations
|
|
49
49
|
:target: https://pypi.org/project/purem/
|
50
50
|
:alt: PyPI version
|
51
51
|
|
52
|
-
.. image:: https://img.shields.io/badge/architecture-x86--64-
|
52
|
+
.. image:: https://img.shields.io/badge/architecture-x86--64-002e30.svg
|
53
53
|
:target: https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf
|
54
|
-
:alt: Architecture Processor
|
54
|
+
:alt: Architecture Processor x86_64
|
55
55
|
|
56
|
-
.. image:: https://img.shields.io/badge/
|
57
|
-
:target: https://
|
56
|
+
.. image:: https://img.shields.io/badge/architecture-ARM64-002e30.svg
|
57
|
+
:target: https://worktif.com
|
58
|
+
:alt: Architecture Processor ARM64
|
59
|
+
|
60
|
+
.. image:: https://img.shields.io/pypi/pyversions/purem.svg
|
61
|
+
:target: https://worktif.com
|
62
|
+
:alt: Architecture Processor ARM64
|
63
|
+
|
64
|
+
.. image:: https://img.shields.io/badge/sandbox-Apple%20Silicon-green.svg
|
65
|
+
:target: https://worktif.com
|
58
66
|
:alt: Apple Silicon
|
59
67
|
|
60
68
|
.. image:: https://img.shields.io/badge/license-BUSL--1.1-blue.svg
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# Purem - High-Performance Mapping Operations
|
2
2
|
[](https://pypi.org/project/purem/)
|
3
3
|
[](https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf)
|
4
|
-
[](https://github.com/worktif/purem_sandbox)
|
5
5
|

|
6
6
|
[](https://github.com/worktif/purem_sandbox)
|
7
7
|
[](https://worktif.com/documents/terms-of-service)
|
@@ -5,12 +5,20 @@ Purem - High-Performance Mapping Operations
|
|
5
5
|
:target: https://pypi.org/project/purem/
|
6
6
|
:alt: PyPI version
|
7
7
|
|
8
|
-
.. image:: https://img.shields.io/badge/architecture-x86--64-
|
8
|
+
.. image:: https://img.shields.io/badge/architecture-x86--64-002e30.svg
|
9
9
|
:target: https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf
|
10
|
-
:alt: Architecture Processor
|
10
|
+
:alt: Architecture Processor x86_64
|
11
11
|
|
12
|
-
.. image:: https://img.shields.io/badge/
|
13
|
-
:target: https://
|
12
|
+
.. image:: https://img.shields.io/badge/architecture-ARM64-002e30.svg
|
13
|
+
:target: https://worktif.com
|
14
|
+
:alt: Architecture Processor ARM64
|
15
|
+
|
16
|
+
.. image:: https://img.shields.io/pypi/pyversions/purem.svg
|
17
|
+
:target: https://worktif.com
|
18
|
+
:alt: Architecture Processor ARM64
|
19
|
+
|
20
|
+
.. image:: https://img.shields.io/badge/sandbox-Apple%20Silicon-green.svg
|
21
|
+
:target: https://worktif.com
|
14
22
|
:alt: Apple Silicon
|
15
23
|
|
16
24
|
.. image:: https://img.shields.io/badge/license-BUSL--1.1-blue.svg
|
purem-3.0.6/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
3.0.6
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: purem
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.6
|
4
4
|
Summary: The official high-performance mapping function for mixed-type arrays powered by Work TIF Ltd.
|
5
5
|
Author-email: Raman Marozau <raman@worktif.com>
|
6
6
|
License-Expression: BUSL-1.1
|
@@ -21,7 +21,7 @@ Classifier: Operating System :: Unix
|
|
21
21
|
Classifier: Operating System :: POSIX
|
22
22
|
Classifier: Operating System :: POSIX :: Linux
|
23
23
|
Classifier: Operating System :: Microsoft :: Windows
|
24
|
-
Requires-Python: >=3.
|
24
|
+
Requires-Python: >=3.8
|
25
25
|
Description-Content-Type: text/x-rst
|
26
26
|
License-File: LICENSE
|
27
27
|
Requires-Dist: numpy~=2.1.3
|
@@ -49,12 +49,20 @@ Purem - High-Performance Mapping Operations
|
|
49
49
|
:target: https://pypi.org/project/purem/
|
50
50
|
:alt: PyPI version
|
51
51
|
|
52
|
-
.. image:: https://img.shields.io/badge/architecture-x86--64-
|
52
|
+
.. image:: https://img.shields.io/badge/architecture-x86--64-002e30.svg
|
53
53
|
:target: https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf
|
54
|
-
:alt: Architecture Processor
|
54
|
+
:alt: Architecture Processor x86_64
|
55
55
|
|
56
|
-
.. image:: https://img.shields.io/badge/
|
57
|
-
:target: https://
|
56
|
+
.. image:: https://img.shields.io/badge/architecture-ARM64-002e30.svg
|
57
|
+
:target: https://worktif.com
|
58
|
+
:alt: Architecture Processor ARM64
|
59
|
+
|
60
|
+
.. image:: https://img.shields.io/pypi/pyversions/purem.svg
|
61
|
+
:target: https://worktif.com
|
62
|
+
:alt: Architecture Processor ARM64
|
63
|
+
|
64
|
+
.. image:: https://img.shields.io/badge/sandbox-Apple%20Silicon-green.svg
|
65
|
+
:target: https://worktif.com
|
58
66
|
:alt: Apple Silicon
|
59
67
|
|
60
68
|
.. image:: https://img.shields.io/badge/license-BUSL--1.1-blue.svg
|
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "purem"
|
7
|
-
version = "3.0.
|
7
|
+
version = "3.0.6"
|
8
8
|
description = "The official high-performance mapping function for mixed-type arrays powered by Work TIF Ltd."
|
9
9
|
readme = { file = "README.rst", content-type = "text/x-rst" }
|
10
|
-
requires-python = ">=3.
|
10
|
+
requires-python = ">=3.8"
|
11
11
|
license = "BUSL-1.1"
|
12
12
|
license-files = ["LICENSE"]
|
13
13
|
authors = [
|
purem-3.0.4/VERSION
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
3.0.4
|
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
|