dtools.circular-array 3.15.0__py3-none-any.whl → 3.15.1__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.
- {dtools_circular_array-3.15.0.dist-info → dtools_circular_array-3.15.1.dist-info}/METADATA +6 -2
- dtools_circular_array-3.15.1.dist-info/RECORD +5 -0
- dtools_circular_array-3.15.0.dist-info/RECORD +0 -5
- {dtools_circular_array-3.15.0.dist-info → dtools_circular_array-3.15.1.dist-info}/WHEEL +0 -0
- {dtools_circular_array-3.15.0.dist-info → dtools_circular_array-3.15.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: dtools.circular-array
|
3
|
-
Version: 3.15.
|
3
|
+
Version: 3.15.1
|
4
4
|
Summary: An indexable circular array data structure.
|
5
5
|
Keywords: circular array,dequeue,pop,push,indexable,auto resizing
|
6
6
|
Author-email: "Geoffrey R. Scheller" <geoffrey@scheller.com>
|
@@ -21,7 +21,11 @@ Project-URL: Homepage, https://github.com/grscheller/dtools-namespace-projects/b
|
|
21
21
|
Project-URL: Source, https://github.com/grscheller/dtools-circular-array
|
22
22
|
Provides-Extra: test
|
23
23
|
|
24
|
-
# Developer Tools - Circular Array
|
24
|
+
# Developer Tools - Circular Array **DEPRICATED**
|
25
|
+
|
26
|
+
Please use PyPI project
|
27
|
+
[pythonic-fp-circularray](https://pypi.org/project/pythonic-fp-circulararray/)
|
28
|
+
instead.
|
25
29
|
|
26
30
|
Python package containing a module implementing a circular array data
|
27
31
|
structure, This project is part of the [Developer Tools for Python][4]
|
@@ -0,0 +1,5 @@
|
|
1
|
+
dtools/circular_array.py,sha256=01aPPNR-N0yVoo1U94AQH1zYCis4upKp4Zo0aQ_EIqM,16405
|
2
|
+
dtools_circular_array-3.15.1.dist-info/licenses/LICENSE,sha256=csqbZRvA3Nyuav1aszWvswE8CZtaKr-hMjjjcKqms7w,10774
|
3
|
+
dtools_circular_array-3.15.1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
4
|
+
dtools_circular_array-3.15.1.dist-info/METADATA,sha256=2APRU3cFaIsKPFcfwbczm_1Us7goF3uZ31hXhYcAxNo,3704
|
5
|
+
dtools_circular_array-3.15.1.dist-info/RECORD,,
|
@@ -1,5 +0,0 @@
|
|
1
|
-
dtools/circular_array.py,sha256=01aPPNR-N0yVoo1U94AQH1zYCis4upKp4Zo0aQ_EIqM,16405
|
2
|
-
dtools_circular_array-3.15.0.dist-info/licenses/LICENSE,sha256=csqbZRvA3Nyuav1aszWvswE8CZtaKr-hMjjjcKqms7w,10774
|
3
|
-
dtools_circular_array-3.15.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
4
|
-
dtools_circular_array-3.15.0.dist-info/METADATA,sha256=byIqLKMsbJCiPQqVfQJqjtdAQdAugl_rb8OtdETS6Jc,3576
|
5
|
-
dtools_circular_array-3.15.0.dist-info/RECORD,,
|
File without changes
|
{dtools_circular_array-3.15.0.dist-info → dtools_circular_array-3.15.1.dist-info}/licenses/LICENSE
RENAMED
File without changes
|