python-decouple
Advanced tools
+5
-0
@@ -34,2 +34,4 @@ # coding: utf-8 | ||
| def strtobool(value): | ||
| if isinstance(value, bool): | ||
| return value | ||
| value = value.lower() | ||
@@ -273,2 +275,5 @@ | ||
| """The actual transformation""" | ||
| if value is None: | ||
| return self.post_process() | ||
| transform = lambda s: self.cast(s.strip(self.strip)) | ||
@@ -275,0 +280,0 @@ |
+1
-3
| Metadata-Version: 2.1 | ||
| Name: python-decouple | ||
| Version: 3.6 | ||
| Version: 3.7 | ||
| Summary: Strict separation of settings from code. | ||
@@ -458,3 +458,1 @@ Home-page: http://github.com/henriquebastos/python-decouple/ | ||
| THE SOFTWARE. | ||
| Metadata-Version: 2.1 | ||
| Name: python-decouple | ||
| Version: 3.6 | ||
| Version: 3.7 | ||
| Summary: Strict separation of settings from code. | ||
@@ -458,3 +458,1 @@ Home-page: http://github.com/henriquebastos/python-decouple/ | ||
| THE SOFTWARE. | ||
+1
-1
@@ -9,3 +9,3 @@ # coding: utf-8 | ||
| setup(name='python-decouple', | ||
| version='3.6', | ||
| version='3.7', | ||
| description='Strict separation of settings from code.', | ||
@@ -12,0 +12,0 @@ long_description=open(README).read(), |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
52819
0.22%264
1.54%