purem 3.0.2__py3-none-any.whl → 3.0.4__py3-none-any.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.
purem/core.py CHANGED
@@ -94,8 +94,6 @@ class Purem:
94
94
  )
95
95
  self._loader: Loader = Loader()
96
96
  self._log: Logger = Logger()
97
- print('self._license_key: ', self._license_key)
98
-
99
97
  if self._license_key is not None:
100
98
  self.configure(license_key=self._license_key)
101
99
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: purem
3
- Version: 3.0.2
3
+ Version: 3.0.4
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
@@ -53,6 +53,10 @@ Purem - High-Performance Mapping Operations
53
53
  :target: https://refspecs.linuxfoundation.org/elf/x86_64-abi-0.99.pdf
54
54
  :alt: Architecture Processor
55
55
 
56
+ .. image:: https://img.shields.io/badge/sandbox-Apple%20Silicon-green
57
+ :target: https://github.com/worktif/purem_sandbox
58
+ :alt: Apple Silicon
59
+
56
60
  .. image:: https://img.shields.io/badge/license-BUSL--1.1-blue.svg
57
61
  :target: https://worktif.com/documents/terms-of-service
58
62
  :alt: License: BUSL-1.1
@@ -1,12 +1,12 @@
1
1
  purem/__init__.py,sha256=of-z4lRvk7cmLLsCbiXHIPXVjP0FHBCByndtPgINfT0,92
2
- purem/core.py,sha256=kGhCPlSwyTlmjsv970H_DSCBrvMCL6TA2-EHmwsgQ3c,15830
2
+ purem/core.py,sha256=d5EQKN-UkrB2nnwm1LLUin6oPwjCHAUFUnfFyXgDaiM,15773
3
3
  purem/env_config.py,sha256=o1VujOYEH0XXVHbM0j84BEbO2FqlWVQ088DxlSfsvRU,2663
4
4
  purem/file_structure.py,sha256=nYTSj74gDsnVAYAwkb5NGE1QHXvlkaYuaafB_FIAMaI,3337
5
5
  purem/loader.py,sha256=GDeuiqZcKvZQEDaUg2TO5rC-WwVcjIgKqNEpF602mmg,3610
6
6
  purem/logger.py,sha256=vZHUGwL-MXJPNBoHIxqLf26KOF9qk4xj2qdgUhRas8c,1281
7
7
  purem/utils.py,sha256=wjLHukHROX3GKJoEwXCR9X6CfqT70M1Mj6FcLtFUxJ8,923
8
- purem-3.0.2.dist-info/licenses/LICENSE,sha256=5WFXHK6Xc_wj2EtvzVtd9TIC4cWEZJS8ECNTuvutsiE,1636
9
- purem-3.0.2.dist-info/METADATA,sha256=fuDQr3LQrympk6wCLUqEbqb-Raxb5qxrAmrnH1BQZJg,5677
10
- purem-3.0.2.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
11
- purem-3.0.2.dist-info/top_level.txt,sha256=EjS75KEpZUEKSV2TFGW6w5aLqY9nUyO6Gq2ATz-KeZM,6
12
- purem-3.0.2.dist-info/RECORD,,
8
+ purem-3.0.4.dist-info/licenses/LICENSE,sha256=5WFXHK6Xc_wj2EtvzVtd9TIC4cWEZJS8ECNTuvutsiE,1636
9
+ purem-3.0.4.dist-info/METADATA,sha256=NodLsnRsFvqLHFBEiThRoBKs5xVfH2Zgek_0JF79mvA,5824
10
+ purem-3.0.4.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
11
+ purem-3.0.4.dist-info/top_level.txt,sha256=EjS75KEpZUEKSV2TFGW6w5aLqY9nUyO6Gq2ATz-KeZM,6
12
+ purem-3.0.4.dist-info/RECORD,,
File without changes