swizzle 0.1.2__tar.gz → 0.1.3__tar.gz

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.
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: swizzle
3
- Version: 0.1.2
4
- Summary: Transforms a string representation of a Python literal into the corresponding Python object.
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
@@ -17,7 +17,7 @@ setup(
17
17
  packages=find_packages(exclude=["tests"]),
18
18
  author="Jan T. Müller",
19
19
  author_email="mail@jantmueller.com",
20
- description="Transforms a string representation of a Python literal into the corresponding Python object.",
20
+ description="The Swizzle Decorator enables the retrieval of multiple attributes, similar to swizzling in computer graphics.",
21
21
  long_description=long_description,
22
22
  long_description_content_type="text/markdown",
23
23
  url="https://github.com/janthmueller/swizzle",
@@ -2,7 +2,7 @@ from functools import wraps
2
2
  import sys
3
3
  import types
4
4
 
5
- __version__ = "0.1.2"
5
+ __version__ = "0.1.3"
6
6
 
7
7
  def _split(s, sep):
8
8
  if sep == '':
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: swizzle
3
- Version: 0.1.2
4
- Summary: Transforms a string representation of a Python literal into the corresponding Python object.
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
File without changes
File without changes