dtools.circular-array 3.12.0__py3-none-any.whl → 3.12.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.
@@ -17,20 +17,17 @@
17
17
  Package for an indexable, sliceable, auto-resizing circular array
18
18
  data structure with amortized O(1) pushes and pops either end.
19
19
 
20
- #### Circular Array Data Structure
21
-
22
- ##### *module* dtools.circular_array.ca
23
-
24
20
  Circular array data structure.
25
21
 
26
- - *class* dtools.circular_array.ca.CA
27
- - initializer takes 1 or 0 iterables
28
- - *function* dtools.circular_array.ca.ca
29
- - factory function taking a variable number of arguments
22
+ - *module* dtools.circular_array
23
+ - *class* dtools.circular_array.ca.CA
24
+ - initializer takes up to 1 iterable
25
+ - *function* dtools.circular_array.ca.ca
26
+ - factory function taking a variable number of arguments
30
27
 
31
28
  """
32
29
 
33
- __version__ = '3.12.0'
30
+ __version__ = '3.12.1'
34
31
  __author__ = 'Geoffrey R. Scheller'
35
32
  __copyright__ = 'Copyright (c) 2023-2025 Geoffrey R. Scheller'
36
33
  __license__ = 'Apache License 2.0'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dtools.circular-array
3
- Version: 3.12.0
3
+ Version: 3.12.1
4
4
  Summary: ### Developer Tools - Circular Array Data Structure
5
5
  Keywords: circular array,circle array,CA,dequeue,dqueue,FIFO,LIFO,pop,push,indexable,auto-resizing,auto resizing,resizing
6
6
  Author-email: "Geoffrey R. Scheller" <geoffrey@scheller.com>
@@ -0,0 +1,7 @@
1
+ dtools/circular_array/__init__.py,sha256=2CvFEORjHTaRYTteVH-Ifo7THhbttgif71VigBM-3-Y,1189
2
+ dtools/circular_array/ca.py,sha256=PRt-AOvR9WqwS6EdKFWXde7VxBc1yOD6kuCK_lXuWFQ,16683
3
+ dtools/circular_array/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ dtools_circular_array-3.12.1.dist-info/licenses/LICENSE,sha256=csqbZRvA3Nyuav1aszWvswE8CZtaKr-hMjjjcKqms7w,10774
5
+ dtools_circular_array-3.12.1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
6
+ dtools_circular_array-3.12.1.dist-info/METADATA,sha256=9HGyzkYTReGc9LUbP_X1qbWEK-EQKVwA_gAaZdI_5cI,3495
7
+ dtools_circular_array-3.12.1.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- dtools/circular_array/__init__.py,sha256=HLp77z9ZpK_08IeOtC5DxUzSRgOfit2uNMtN2vLPycs,1225
2
- dtools/circular_array/ca.py,sha256=PRt-AOvR9WqwS6EdKFWXde7VxBc1yOD6kuCK_lXuWFQ,16683
3
- dtools/circular_array/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- dtools_circular_array-3.12.0.dist-info/licenses/LICENSE,sha256=csqbZRvA3Nyuav1aszWvswE8CZtaKr-hMjjjcKqms7w,10774
5
- dtools_circular_array-3.12.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
6
- dtools_circular_array-3.12.0.dist-info/METADATA,sha256=5teklBZccescI4dK27U5YL7LYb7gYpKyJ8G4VkqaKhA,3495
7
- dtools_circular_array-3.12.0.dist-info/RECORD,,