tiferet 1.0.0a11__tar.gz → 1.0.0a12__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.
- {tiferet-1.0.0a11/tiferet.egg-info → tiferet-1.0.0a12}/PKG-INFO +1 -1
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/setup.py +1 -1
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/contexts/app.py +1 -1
- {tiferet-1.0.0a11 → tiferet-1.0.0a12/tiferet.egg-info}/PKG-INFO +1 -1
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/LICENSE +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/setup.cfg +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/__init__.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/clients/__init__.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/clients/yaml.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/commands/__init__.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/commands/container.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/commands/error.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/commands/feature.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/configs/__init__.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/contexts/__init__.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/contexts/container.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/contexts/error.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/contexts/feature.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/contexts/request.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/data/__init__.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/data/app.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/data/container.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/data/error.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/data/feature.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/domain/__init__.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/domain/app.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/domain/container.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/domain/core.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/domain/error.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/domain/feature.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/repos/__init__.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/repos/app.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/repos/container.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/repos/error.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/repos/feature.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/services/__init__.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/services/app.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet/services/container.py +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet.egg-info/SOURCES.txt +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet.egg-info/dependency_links.txt +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet.egg-info/requires.txt +0 -0
- {tiferet-1.0.0a11 → tiferet-1.0.0a12}/tiferet.egg-info/top_level.txt +0 -0
@@ -9,7 +9,7 @@ config = {
|
|
9
9
|
'url': r'https://github.com/greatstrength/app',
|
10
10
|
'download_url': r'https://github.com/greatstrength/app',
|
11
11
|
'author_email': 'andrew@greatstrength.me',
|
12
|
-
'version': '1.0.0-alpha.
|
12
|
+
'version': '1.0.0-alpha.12',
|
13
13
|
'license': 'BSD 3',
|
14
14
|
'install_requires': [
|
15
15
|
'schematics>=2.1.1',
|
@@ -118,7 +118,7 @@ class AppInterfaceContext(Model):
|
|
118
118
|
import json
|
119
119
|
|
120
120
|
# Return the response.
|
121
|
-
return json.loads(request.result) if request.result else
|
121
|
+
return json.loads(request.result) if request.result else None
|
122
122
|
|
123
123
|
# * method: run
|
124
124
|
def run(self, **kwargs):
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|