swizzle 2.1.0__py3-none-any.whl → 2.1.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.
- swizzle/__init__.py +1 -2
- {swizzle-2.1.0.dist-info → swizzle-2.1.1.dist-info}/METADATA +5 -5
- swizzle-2.1.1.dist-info/RECORD +6 -0
- {swizzle-2.1.0.dist-info → swizzle-2.1.1.dist-info}/WHEEL +1 -1
- swizzle-2.1.0.dist-info/RECORD +0 -6
- {swizzle-2.1.0.dist-info → swizzle-2.1.1.dist-info}/LICENSE +0 -0
- {swizzle-2.1.0.dist-info → swizzle-2.1.1.dist-info}/top_level.txt +0 -0
swizzle/__init__.py
CHANGED
@@ -14,7 +14,7 @@ except ImportError:
|
|
14
14
|
_tuplegetter = lambda index, doc: property(_itemgetter(index), doc=doc)
|
15
15
|
|
16
16
|
|
17
|
-
__version__ = "2.1.
|
17
|
+
__version__ = "2.1.1"
|
18
18
|
|
19
19
|
MISSING = object()
|
20
20
|
|
@@ -362,7 +362,6 @@ def swizzle(cls=None, meta=False, separator=None, type = tuple, **kwargs):
|
|
362
362
|
|
363
363
|
# Handle meta-class swizzling if requested
|
364
364
|
if meta:
|
365
|
-
print(cls)
|
366
365
|
meta_cls = _type(cls)
|
367
366
|
if meta_cls == _type:
|
368
367
|
class SwizzledMetaType(meta_cls):
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: swizzle
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.1
|
4
4
|
Summary: Swizzle enables the retrieval of multiple attributes, similar to swizzling in computer graphics.
|
5
5
|
Home-page: https://github.com/janthmueller/swizzle
|
6
6
|
Author: Jan T. Müller
|
@@ -19,10 +19,10 @@ Description-Content-Type: text/markdown
|
|
19
19
|
License-File: LICENSE
|
20
20
|
|
21
21
|
# Swizzle
|
22
|
-
[](https://pypi.org/project/swizzle/)
|
23
|
+
[](https://pepy.tech/project/swizzle)
|
24
|
+
[](https://github.com/janthmueller/swizzle/blob/main/LICENSE)
|
25
|
+
[](https://github.com/janthmueller/swizzle/stargazers)
|
26
26
|
|
27
27
|
**Swizzle** for Python enhances attribute lookup methods to facilitate dynamic and flexible retrieval of multiple attributes based on specified arrangements of their names.
|
28
28
|
> **Update v2:**
|
@@ -0,0 +1,6 @@
|
|
1
|
+
swizzle/__init__.py,sha256=_YUDBGbs3unvltIfO8A0DIsWC05vxQaklY43vsFKyK4,16370
|
2
|
+
swizzle-2.1.1.dist-info/LICENSE,sha256=WDAegKWtl3rZUiN-SQ2FEQQwEFxlM_jEKQyJRJawJXo,1070
|
3
|
+
swizzle-2.1.1.dist-info/METADATA,sha256=xwo2y2C9uuy_-fW5YRDQd3PtMnn7hkD9zXVlAIBqNiU,3826
|
4
|
+
swizzle-2.1.1.dist-info/WHEEL,sha256=nCVcAvsfA9TDtwGwhYaRrlPhTLV9m-Ga6mdyDtuwK18,91
|
5
|
+
swizzle-2.1.1.dist-info/top_level.txt,sha256=XFSQti81x2zM0zAMCY1YD0lqB1eSg5my9BB03uFgCic,8
|
6
|
+
swizzle-2.1.1.dist-info/RECORD,,
|
swizzle-2.1.0.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
swizzle/__init__.py,sha256=124893c7gC4KJhrpFAGOuOJb5TVBGSUPyZPm0wilsKQ,16394
|
2
|
-
swizzle-2.1.0.dist-info/LICENSE,sha256=WDAegKWtl3rZUiN-SQ2FEQQwEFxlM_jEKQyJRJawJXo,1070
|
3
|
-
swizzle-2.1.0.dist-info/METADATA,sha256=x1iq2dpfhqBWHYdn0MeqqL3vqa9Jw-Fb6lt3PITDjfs,3825
|
4
|
-
swizzle-2.1.0.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
|
5
|
-
swizzle-2.1.0.dist-info/top_level.txt,sha256=XFSQti81x2zM0zAMCY1YD0lqB1eSg5my9BB03uFgCic,8
|
6
|
-
swizzle-2.1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|