ulid-transform 0.13.1__cp312-cp312-win32.whl → 1.0.2__cp312-cp312-win32.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.
- ulid_transform/__init__.py +1 -1
- ulid_transform/_ulid_impl.cp312-win32.pyd +0 -0
- {ulid_transform-0.13.1.dist-info → ulid_transform-1.0.2.dist-info}/METADATA +4 -4
- {ulid_transform-0.13.1.dist-info → ulid_transform-1.0.2.dist-info}/RECORD +6 -6
- {ulid_transform-0.13.1.dist-info → ulid_transform-1.0.2.dist-info}/LICENSE +0 -0
- {ulid_transform-0.13.1.dist-info → ulid_transform-1.0.2.dist-info}/WHEEL +0 -0
ulid_transform/__init__.py
CHANGED
Binary file
|
@@ -1,21 +1,21 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ulid-transform
|
3
|
-
Version: 0.
|
3
|
+
Version: 1.0.2
|
4
4
|
Summary: Create and transform ULIDs
|
5
5
|
Home-page: https://github.com/bdraco/ulid-transform
|
6
6
|
License: MIT
|
7
7
|
Author: J. Nick Koston
|
8
8
|
Author-email: nick@koston.org
|
9
|
-
Requires-Python: >=3.
|
10
|
-
Classifier: Development Status ::
|
9
|
+
Requires-Python: >=3.11,<4.0
|
10
|
+
Classifier: Development Status :: 5 - Production/Stable
|
11
11
|
Classifier: Intended Audience :: Developers
|
12
12
|
Classifier: License :: OSI Approved :: MIT License
|
13
13
|
Classifier: Natural Language :: English
|
14
14
|
Classifier: Operating System :: OS Independent
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
16
|
-
Classifier: Programming Language :: Python :: 3.10
|
17
16
|
Classifier: Programming Language :: Python :: 3.11
|
18
17
|
Classifier: Programming Language :: Python :: 3.12
|
18
|
+
Classifier: Programming Language :: Python :: 3.13
|
19
19
|
Classifier: Topic :: Software Development :: Libraries
|
20
20
|
Project-URL: Bug Tracker, https://github.com/bdraco/ulid-transform/issues
|
21
21
|
Project-URL: Changelog, https://github.com/bdraco/ulid-transform/blob/main/CHANGELOG.md
|
@@ -1,4 +1,4 @@
|
|
1
|
-
ulid_transform/__init__.py,sha256=
|
1
|
+
ulid_transform/__init__.py,sha256=dFTfHF9dLa18UQoDlgkTslxrnnyGlkg5I_KS_6Mores,894
|
2
2
|
ulid_transform/__init__.pyi,sha256=Ul-yd8ZQMOce7Oq-se3GdSuM0QSEaCXOnhLd-PdMvH4,478
|
3
3
|
ulid_transform/_py_ulid_impl.py,sha256=er2aezNI5x2r9Q1jPB8jga7MGsShguxXD8bc4ZzIB4M,10678
|
4
4
|
ulid_transform/_ulid_impl.pyx,sha256=BM6xwD-JeiVI7AffEAZBV_EDcnT2PXTQpBfFdaW2384,4577
|
@@ -8,8 +8,8 @@ ulid_transform/ulid_struct.hh,sha256=Jh326iAyOkEaEpBZr4CY6xOOSXqO_hcsBS37qUcUCeM
|
|
8
8
|
ulid_transform/ulid_uint128.hh,sha256=ibwgd8Qksjc0oG52h8kb7ClJruJe9CyfMQra4B3fk1E,15370
|
9
9
|
ulid_transform/ulid_wrapper.cpp,sha256=OLanExS7GGWBQzsc-BRk4hcrekXXny-GC_cqHlU_sz8,2892
|
10
10
|
ulid_transform/ulid_wrapper.h,sha256=3bK3iE2oeZ1h7Ze_sbdnGQJs4V6TbNpOtY-Eh0Q2VSo,519
|
11
|
-
ulid_transform/_ulid_impl.cp312-win32.pyd,sha256=
|
12
|
-
ulid_transform-0.
|
13
|
-
ulid_transform-0.
|
14
|
-
ulid_transform-0.
|
15
|
-
ulid_transform-0.
|
11
|
+
ulid_transform/_ulid_impl.cp312-win32.pyd,sha256=biPh-o8Ts-6vSvjkUZde7gfAEkQxXbYhBsSEf8S5toM,47104
|
12
|
+
ulid_transform-1.0.2.dist-info/LICENSE,sha256=glXAnenXQvBuN4WzZ8ikikOHF6v3qq4_z8fCZobbgxs,1094
|
13
|
+
ulid_transform-1.0.2.dist-info/METADATA,sha256=Q0zPytW1K4b_6xlBYFiqc3KpKcVfHqjIwFWZDHBkd5A,5396
|
14
|
+
ulid_transform-1.0.2.dist-info/WHEEL,sha256=66U7QM7HDPmnGxg7FXLBp3RF7qnbujoMhkC3p8CZ-u8,94
|
15
|
+
ulid_transform-1.0.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|