swizzle 0.1.2__py3-none-any.whl → 0.1.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.
- swizzle/__init__.py +1 -1
- {swizzle-0.1.2.dist-info → swizzle-0.1.3.dist-info}/METADATA +2 -2
- swizzle-0.1.3.dist-info/RECORD +5 -0
- swizzle-0.1.2.dist-info/RECORD +0 -5
- {swizzle-0.1.2.dist-info → swizzle-0.1.3.dist-info}/WHEEL +0 -0
- {swizzle-0.1.2.dist-info → swizzle-0.1.3.dist-info}/top_level.txt +0 -0
swizzle/__init__.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: swizzle
|
3
|
-
Version: 0.1.
|
4
|
-
Summary:
|
3
|
+
Version: 0.1.3
|
4
|
+
Summary: The Swizzle Decorator 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
|
7
7
|
Author-email: mail@jantmueller.com
|
@@ -0,0 +1,5 @@
|
|
1
|
+
swizzle/__init__.py,sha256=Y3Z1mQdZbcjFE612dzwlqMby_qtJtSf68NgmylPPHGw,2684
|
2
|
+
swizzle-0.1.3.dist-info/METADATA,sha256=ueORk9NK-YFClvH7EvL7nTFwmXUaaNHkFUZfafMPw6c,2908
|
3
|
+
swizzle-0.1.3.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
4
|
+
swizzle-0.1.3.dist-info/top_level.txt,sha256=XFSQti81x2zM0zAMCY1YD0lqB1eSg5my9BB03uFgCic,8
|
5
|
+
swizzle-0.1.3.dist-info/RECORD,,
|
swizzle-0.1.2.dist-info/RECORD
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
swizzle/__init__.py,sha256=xWLQSOHFJ3eK_I5tnY5LLybU6IbsPocwz-3LmEunDVw,2684
|
2
|
-
swizzle-0.1.2.dist-info/METADATA,sha256=fkh4lJnUzFmgHWaZWp5q5JRNHO7puyjPxvAjS578Fkk,2890
|
3
|
-
swizzle-0.1.2.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
4
|
-
swizzle-0.1.2.dist-info/top_level.txt,sha256=XFSQti81x2zM0zAMCY1YD0lqB1eSg5my9BB03uFgCic,8
|
5
|
-
swizzle-0.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|