forwardable
Advanced tools
+4
-0
@@ -0,1 +1,5 @@ | ||
| * 0.3.1 | ||
| - Various minor fixes in README.rst | ||
| * 0.3.0 | ||
@@ -2,0 +6,0 @@ |
| Metadata-Version: 1.1 | ||
| Name: forwardable | ||
| Version: 0.3.0 | ||
| Version: 0.3.1 | ||
| Summary: Forwardable as in Ruby's stdlib | ||
@@ -83,3 +83,3 @@ Home-page: https://github.com/5long/forwardable | ||
| @forwardable | ||
| @forwardable() | ||
| class MyDict(object): | ||
@@ -97,3 +97,3 @@ def_delegator('dct.get', '__call__') | ||
| The ``@forwardable()`` decorator injects ``def_delegator{,s}()`` into the | ||
| The ``@forwardable()`` decorator injects ``def_delegator{,s}`` into the | ||
| module scope temorarily, which is why you don't have to import them | ||
@@ -108,2 +108,8 @@ explicitly. This is admittedly magical but discourages the usage | ||
| Links | ||
| ----- | ||
| * Source Repository: https://github.com/5long/forwardable | ||
| * Feedback: https://github.com/5long/forwardable/issues | ||
| License | ||
@@ -110,0 +116,0 @@ ------- |
@@ -18,3 +18,3 @@ """ | ||
| __version__ = '0.3.0' | ||
| __version__ = '0.3.1' | ||
@@ -21,0 +21,0 @@ __all__ = ["forwardable", "def_delegator", "def_delegators"] |
+9
-3
| Metadata-Version: 1.1 | ||
| Name: forwardable | ||
| Version: 0.3.0 | ||
| Version: 0.3.1 | ||
| Summary: Forwardable as in Ruby's stdlib | ||
@@ -83,3 +83,3 @@ Home-page: https://github.com/5long/forwardable | ||
| @forwardable | ||
| @forwardable() | ||
| class MyDict(object): | ||
@@ -97,3 +97,3 @@ def_delegator('dct.get', '__call__') | ||
| The ``@forwardable()`` decorator injects ``def_delegator{,s}()`` into the | ||
| The ``@forwardable()`` decorator injects ``def_delegator{,s}`` into the | ||
| module scope temorarily, which is why you don't have to import them | ||
@@ -108,2 +108,8 @@ explicitly. This is admittedly magical but discourages the usage | ||
| Links | ||
| ----- | ||
| * Source Repository: https://github.com/5long/forwardable | ||
| * Feedback: https://github.com/5long/forwardable/issues | ||
| License | ||
@@ -110,0 +116,0 @@ ------- |
+8
-2
@@ -75,3 +75,3 @@ Forwardable | ||
| @forwardable | ||
| @forwardable() | ||
| class MyDict(object): | ||
@@ -89,3 +89,3 @@ def_delegator('dct.get', '__call__') | ||
| The ``@forwardable()`` decorator injects ``def_delegator{,s}()`` into the | ||
| The ``@forwardable()`` decorator injects ``def_delegator{,s}`` into the | ||
| module scope temorarily, which is why you don't have to import them | ||
@@ -100,2 +100,8 @@ explicitly. This is admittedly magical but discourages the usage | ||
| Links | ||
| ----- | ||
| * Source Repository: https://github.com/5long/forwardable | ||
| * Feedback: https://github.com/5long/forwardable/issues | ||
| License | ||
@@ -102,0 +108,0 @@ ------- |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
18914
2.87%