purem 2.1.3__tar.gz → 2.1.4__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-2.1.3/purem.egg-info → purem-2.1.4}/PKG-INFO +5 -1
- {purem-2.1.3 → purem-2.1.4}/README.md +1 -0
- {purem-2.1.3 → purem-2.1.4}/README.rst +4 -0
- purem-2.1.4/VERSION +1 -0
- {purem-2.1.3 → purem-2.1.4/purem.egg-info}/PKG-INFO +5 -1
- {purem-2.1.3 → purem-2.1.4}/pyproject.toml +1 -1
- purem-2.1.3/VERSION +0 -1
- {purem-2.1.3 → purem-2.1.4}/LICENSE +0 -0
- {purem-2.1.3 → purem-2.1.4}/MANIFEST.in +0 -0
- {purem-2.1.3 → purem-2.1.4}/purem/__init__.py +0 -0
- {purem-2.1.3 → purem-2.1.4}/purem/core.py +0 -0
- {purem-2.1.3 → purem-2.1.4}/purem/env_config.py +0 -0
- {purem-2.1.3 → purem-2.1.4}/purem/file_structure.py +0 -0
- {purem-2.1.3 → purem-2.1.4}/purem/loader.py +0 -0
- {purem-2.1.3 → purem-2.1.4}/purem/logger.py +0 -0
- {purem-2.1.3 → purem-2.1.4}/purem/utils.py +0 -0
- {purem-2.1.3 → purem-2.1.4}/purem.egg-info/SOURCES.txt +0 -0
- {purem-2.1.3 → purem-2.1.4}/purem.egg-info/dependency_links.txt +0 -0
- {purem-2.1.3 → purem-2.1.4}/purem.egg-info/requires.txt +0 -0
- {purem-2.1.3 → purem-2.1.4}/purem.egg-info/top_level.txt +0 -0
- {purem-2.1.3 → purem-2.1.4}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: purem
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.4
|
4
4
|
Summary: High-performance mapping function for mixed-type arrays
|
5
5
|
Author-email: Raman Marozau <raman@worktif.com>
|
6
6
|
License-Expression: BUSL-1.1
|
@@ -42,6 +42,10 @@ Purem - High-Performance Mapping Operations
|
|
42
42
|
:target: https://pypi.org/project/purem/
|
43
43
|
:alt: PyPI version
|
44
44
|
|
45
|
+
.. image:: https://img.shields.io/badge/architecture-x86--64-blue.svg
|
46
|
+
:target: https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf
|
47
|
+
:alt: Architecture Processor
|
48
|
+
|
45
49
|
.. image:: https://img.shields.io/badge/license-BUSL--1.1-blue.svg
|
46
50
|
:target: https://worktif.com/documents/terms-of-service
|
47
51
|
:alt: License: BUSL-1.1
|
@@ -1,5 +1,6 @@
|
|
1
1
|
# Purem - High-Performance Mapping Operations
|
2
2
|
[](https://pypi.org/project/purem/)
|
3
|
+
[](https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf)
|
3
4
|
[](https://worktif.com/documents/terms-of-service)
|
4
5
|
|
5
6
|
## Overview
|
@@ -5,6 +5,10 @@ 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-blue.svg
|
9
|
+
:target: https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf
|
10
|
+
:alt: Architecture Processor
|
11
|
+
|
8
12
|
.. image:: https://img.shields.io/badge/license-BUSL--1.1-blue.svg
|
9
13
|
:target: https://worktif.com/documents/terms-of-service
|
10
14
|
:alt: License: BUSL-1.1
|
purem-2.1.4/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
2.1.4
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: purem
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.4
|
4
4
|
Summary: High-performance mapping function for mixed-type arrays
|
5
5
|
Author-email: Raman Marozau <raman@worktif.com>
|
6
6
|
License-Expression: BUSL-1.1
|
@@ -42,6 +42,10 @@ Purem - High-Performance Mapping Operations
|
|
42
42
|
:target: https://pypi.org/project/purem/
|
43
43
|
:alt: PyPI version
|
44
44
|
|
45
|
+
.. image:: https://img.shields.io/badge/architecture-x86--64-blue.svg
|
46
|
+
:target: https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf
|
47
|
+
:alt: Architecture Processor
|
48
|
+
|
45
49
|
.. image:: https://img.shields.io/badge/license-BUSL--1.1-blue.svg
|
46
50
|
:target: https://worktif.com/documents/terms-of-service
|
47
51
|
:alt: License: BUSL-1.1
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "purem"
|
7
|
-
version = "2.1.
|
7
|
+
version = "2.1.4"
|
8
8
|
description = "High-performance mapping function for mixed-type arrays"
|
9
9
|
readme = { file = "README.rst", content-type = "text/x-rst" }
|
10
10
|
requires-python = ">=3.11"
|
purem-2.1.3/VERSION
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
2.1.3
|
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
|