aldict 1.0.2__py3-none-any.whl → 1.0.3__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.
- {aldict-1.0.2.dist-info → aldict-1.0.3.dist-info}/METADATA +9 -9
- aldict-1.0.3.dist-info/RECORD +8 -0
- {aldict-1.0.2.dist-info → aldict-1.0.3.dist-info}/WHEEL +1 -1
- aldict-1.0.2.dist-info/RECORD +0 -8
- {aldict-1.0.2.dist-info → aldict-1.0.3.dist-info/licenses}/LICENSE +0 -0
- {aldict-1.0.2.dist-info → aldict-1.0.3.dist-info}/top_level.txt +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: aldict
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: Multi-key dictionary, supports adding and manipulating key-aliases pointing to shared values
|
|
5
5
|
Author-email: Kaloyan Ivanov <kaloyan.ivanov88@gmail.com>
|
|
6
6
|
Project-URL: repository, https://github.com/kaliv0/aldict
|
|
7
7
|
Keywords: multi-key dictionary,multidict,alias-dict
|
|
8
|
-
Requires-Python: >=3.
|
|
8
|
+
Requires-Python: >=3.10
|
|
9
9
|
Description-Content-Type: text/markdown
|
|
10
10
|
License-File: LICENSE
|
|
11
11
|
Provides-Extra: dev
|
|
@@ -13,6 +13,7 @@ Requires-Dist: pytest>=8.3.4; extra == "dev"
|
|
|
13
13
|
Requires-Dist: ruff>=0.8.3; extra == "dev"
|
|
14
14
|
Requires-Dist: build>=1.2.2; extra == "dev"
|
|
15
15
|
Requires-Dist: twine>=6.0.1; extra == "dev"
|
|
16
|
+
Dynamic: license-file
|
|
16
17
|
|
|
17
18
|
<p align="center">
|
|
18
19
|
<img src="https://github.com/kaliv0/aldict/blob/main/assets/alter-ego.jpg?raw=true" width="250" alt="Alter Ego">
|
|
@@ -22,7 +23,7 @@ Requires-Dist: twine>=6.0.1; extra == "dev"
|
|
|
22
23
|
# Aldict
|
|
23
24
|
|
|
24
25
|
[](https://github.com/kaliv0/aldict/actions/workflows/ci.yml)
|
|
25
|
-

|
|
26
27
|
[](https://pypi.org/project/aldict/)
|
|
27
28
|
[](https://github.com/kaliv0/aldict/blob/main/LICENSE)
|
|
28
29
|
[](https://pepy.tech/projects/aldict)
|
|
@@ -87,11 +88,10 @@ ad.add_alias("y", "Yy", "xyz")
|
|
|
87
88
|
ad.keys()
|
|
88
89
|
ad.values()
|
|
89
90
|
ad.items()
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
dict_items([('x', 10), ('y', 20), ('Xx', 10), ('Yy', 20), ('xyz', 20)])
|
|
91
|
+
|
|
92
|
+
# dict_keys(['x', 'y', 'Xx', 'Yy', 'xyz'])
|
|
93
|
+
# dict_values([10, 20])
|
|
94
|
+
# dict_items([('x', 10), ('y', 20), ('Xx', 10), ('Yy', 20), ('xyz', 20)])
|
|
95
95
|
```
|
|
96
96
|
- remove key and aliases
|
|
97
97
|
```python
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
aldict/__init__.py,sha256=0l5cJ5LuzCZhZfx-IOk2dEsq6nJQTShr6oGmufIa9i4,153
|
|
2
|
+
aldict/alias_dict.py,sha256=j92SVd2RN1pzrClYhxhtdRIWAZ2_eVml3P4jcK4R890,3304
|
|
3
|
+
aldict/exception.py,sha256=rFNmv9HuUOn2toPVYpVPQq6SOsl8nvwtJpGhPkK1puQ,83
|
|
4
|
+
aldict-1.0.3.dist-info/licenses/LICENSE,sha256=frOVyHZrx5o-fh5xC-kggT3MaLdp6yxV_YGpVXFHFSQ,1071
|
|
5
|
+
aldict-1.0.3.dist-info/METADATA,sha256=cW1pmdIJXW7AmOKgJK9HFNwcmBOwSJHJaUYCKt_ZpTQ,3486
|
|
6
|
+
aldict-1.0.3.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
|
|
7
|
+
aldict-1.0.3.dist-info/top_level.txt,sha256=pXwIKxRsbW2_Lh1HM-4cG2xE44RBzMz07GaY2EONV5M,7
|
|
8
|
+
aldict-1.0.3.dist-info/RECORD,,
|
aldict-1.0.2.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
aldict/__init__.py,sha256=0l5cJ5LuzCZhZfx-IOk2dEsq6nJQTShr6oGmufIa9i4,153
|
|
2
|
-
aldict/alias_dict.py,sha256=j92SVd2RN1pzrClYhxhtdRIWAZ2_eVml3P4jcK4R890,3304
|
|
3
|
-
aldict/exception.py,sha256=rFNmv9HuUOn2toPVYpVPQq6SOsl8nvwtJpGhPkK1puQ,83
|
|
4
|
-
aldict-1.0.2.dist-info/LICENSE,sha256=frOVyHZrx5o-fh5xC-kggT3MaLdp6yxV_YGpVXFHFSQ,1071
|
|
5
|
-
aldict-1.0.2.dist-info/METADATA,sha256=s-n_Y9mIdqTsWZvdlxkE0qH6YSbnN9DwCtw1TjmuM-g,3470
|
|
6
|
-
aldict-1.0.2.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
7
|
-
aldict-1.0.2.dist-info/top_level.txt,sha256=pXwIKxRsbW2_Lh1HM-4cG2xE44RBzMz07GaY2EONV5M,7
|
|
8
|
-
aldict-1.0.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|