swizzle 0.1.0__py3-none-any.whl → 0.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 CHANGED
@@ -3,7 +3,7 @@ import sys
3
3
  import types
4
4
  import inspect
5
5
 
6
- __version__ = "0.1.0"
6
+ __version__ = "0.1.1"
7
7
 
8
8
  def _swizzle(func):
9
9
  def _getattr(obj, name, default=object()):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: swizzle
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Transforms a string representation of a Python literal into the corresponding Python object.
5
5
  Home-page: https://github.com/janthmueller/swizzle
6
6
  Author: Jan T. Müller
@@ -35,6 +35,11 @@ print(Vector(1, 2, 3).yzx) # Output: (2, 3, 1)
35
35
  ```
36
36
 
37
37
  ## Installation
38
+ ### From PyPI
39
+ ```bash
40
+ pip install swizzle
41
+ ```
42
+ ### From GitHub
38
43
  ```bash
39
44
  pip install git+https://github.com/janthmueller/swizzle.git
40
45
  ```
@@ -0,0 +1,5 @@
1
+ swizzle/__init__.py,sha256=kJNzlAdcopVTPxSaWMVTMgbXThStQE4_Bbepgr_6cTk,2281
2
+ swizzle-0.1.1.dist-info/METADATA,sha256=60kRVo_hVRzN-fJtatPm8EWBTEgRAJmQgJOdVrREZ24,2869
3
+ swizzle-0.1.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
4
+ swizzle-0.1.1.dist-info/top_level.txt,sha256=XFSQti81x2zM0zAMCY1YD0lqB1eSg5my9BB03uFgCic,8
5
+ swizzle-0.1.1.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- swizzle/__init__.py,sha256=6xrT6tZERBQWGNPvWofOiSnVGzq-0-nRWbAjt9-czJY,2281
2
- swizzle-0.1.0.dist-info/METADATA,sha256=f4MejVS5TgwsY0hroO6wR7gWIJjLl1Guzx4K_zhm8j4,2807
3
- swizzle-0.1.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
4
- swizzle-0.1.0.dist-info/top_level.txt,sha256=XFSQti81x2zM0zAMCY1YD0lqB1eSg5my9BB03uFgCic,8
5
- swizzle-0.1.0.dist-info/RECORD,,