tiferet 1.0.0a0__tar.gz → 1.0.0a1__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.
Files changed (47) hide show
  1. {tiferet-1.0.0a0/tiferet.egg-info → tiferet-1.0.0a1}/PKG-INFO +1 -1
  2. {tiferet-1.0.0a0 → tiferet-1.0.0a1}/setup.py +10 -10
  3. {tiferet-1.0.0a0 → tiferet-1.0.0a1/tiferet.egg-info}/PKG-INFO +1 -1
  4. tiferet-1.0.0a1/tiferet.egg-info/SOURCES.txt +43 -0
  5. tiferet-1.0.0a1/tiferet.egg-info/top_level.txt +1 -0
  6. tiferet-1.0.0a0/tiferet.egg-info/SOURCES.txt +0 -43
  7. tiferet-1.0.0a0/tiferet.egg-info/top_level.txt +0 -1
  8. {tiferet-1.0.0a0 → tiferet-1.0.0a1}/LICENSE +0 -0
  9. {tiferet-1.0.0a0 → tiferet-1.0.0a1}/setup.cfg +0 -0
  10. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/__init__.py +0 -0
  11. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/clients/__init__.py +0 -0
  12. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/clients/yaml.py +0 -0
  13. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/commands/__init__.py +0 -0
  14. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/commands/container.py +0 -0
  15. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/commands/error.py +0 -0
  16. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/commands/feature.py +0 -0
  17. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/configs/__init__.py +0 -0
  18. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/configs/app.py +0 -0
  19. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/configs/container.py +0 -0
  20. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/contexts/__init__.py +0 -0
  21. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/contexts/app.py +0 -0
  22. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/contexts/container.py +0 -0
  23. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/contexts/env.py +0 -0
  24. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/contexts/error.py +0 -0
  25. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/contexts/feature.py +0 -0
  26. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/contexts/request.py +0 -0
  27. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/data/__init__.py +0 -0
  28. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/data/app.py +0 -0
  29. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/data/container.py +0 -0
  30. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/data/error.py +0 -0
  31. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/data/feature.py +0 -0
  32. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/domain/__init__.py +0 -0
  33. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/domain/app.py +0 -0
  34. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/domain/container.py +0 -0
  35. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/domain/core.py +0 -0
  36. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/domain/error.py +0 -0
  37. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/domain/feature.py +0 -0
  38. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/repos/__init__.py +0 -0
  39. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/repos/app.py +0 -0
  40. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/repos/container.py +0 -0
  41. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/repos/error.py +0 -0
  42. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/repos/feature.py +0 -0
  43. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/services/__init__.py +0 -0
  44. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/services/cli.py +0 -0
  45. {tiferet-1.0.0a0/app → tiferet-1.0.0a1/tiferet}/services/container.py +0 -0
  46. {tiferet-1.0.0a0 → tiferet-1.0.0a1}/tiferet.egg-info/dependency_links.txt +0 -0
  47. {tiferet-1.0.0a0 → tiferet-1.0.0a1}/tiferet.egg-info/requires.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tiferet
3
- Version: 1.0.0a0
3
+ Version: 1.0.0a1
4
4
  Summary: A multi-purpose application framework embodying beauty in form.
5
5
  Home-page: https://github.com/greatstrength/app
6
6
  Download-URL: https://github.com/greatstrength/app
@@ -9,22 +9,22 @@ 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.0',
12
+ 'version': '1.0.0-alpha.1',
13
13
  'license': 'BSD 3',
14
14
  'install_requires': [
15
15
  'schematics>=2.1.1',
16
16
  'pyyaml>=6.0.1'
17
17
  ],
18
18
  'packages': [
19
- 'app',
20
- 'app.clients',
21
- 'app.commands',
22
- 'app.configs',
23
- 'app.contexts',
24
- 'app.data',
25
- 'app.domain',
26
- 'app.repos',
27
- 'app.services',
19
+ 'tiferet',
20
+ 'tiferet.clients',
21
+ 'tiferet.commands',
22
+ 'tiferet.configs',
23
+ 'tiferet.contexts',
24
+ 'tiferet.data',
25
+ 'tiferet.domain',
26
+ 'tiferet.repos',
27
+ 'tiferet.services',
28
28
  ],
29
29
  'scripts': [],
30
30
  'name': 'tiferet'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tiferet
3
- Version: 1.0.0a0
3
+ Version: 1.0.0a1
4
4
  Summary: A multi-purpose application framework embodying beauty in form.
5
5
  Home-page: https://github.com/greatstrength/app
6
6
  Download-URL: https://github.com/greatstrength/app
@@ -0,0 +1,43 @@
1
+ LICENSE
2
+ setup.py
3
+ tiferet/__init__.py
4
+ tiferet.egg-info/PKG-INFO
5
+ tiferet.egg-info/SOURCES.txt
6
+ tiferet.egg-info/dependency_links.txt
7
+ tiferet.egg-info/requires.txt
8
+ tiferet.egg-info/top_level.txt
9
+ tiferet/clients/__init__.py
10
+ tiferet/clients/yaml.py
11
+ tiferet/commands/__init__.py
12
+ tiferet/commands/container.py
13
+ tiferet/commands/error.py
14
+ tiferet/commands/feature.py
15
+ tiferet/configs/__init__.py
16
+ tiferet/configs/app.py
17
+ tiferet/configs/container.py
18
+ tiferet/contexts/__init__.py
19
+ tiferet/contexts/app.py
20
+ tiferet/contexts/container.py
21
+ tiferet/contexts/env.py
22
+ tiferet/contexts/error.py
23
+ tiferet/contexts/feature.py
24
+ tiferet/contexts/request.py
25
+ tiferet/data/__init__.py
26
+ tiferet/data/app.py
27
+ tiferet/data/container.py
28
+ tiferet/data/error.py
29
+ tiferet/data/feature.py
30
+ tiferet/domain/__init__.py
31
+ tiferet/domain/app.py
32
+ tiferet/domain/container.py
33
+ tiferet/domain/core.py
34
+ tiferet/domain/error.py
35
+ tiferet/domain/feature.py
36
+ tiferet/repos/__init__.py
37
+ tiferet/repos/app.py
38
+ tiferet/repos/container.py
39
+ tiferet/repos/error.py
40
+ tiferet/repos/feature.py
41
+ tiferet/services/__init__.py
42
+ tiferet/services/cli.py
43
+ tiferet/services/container.py
@@ -0,0 +1 @@
1
+ tiferet
@@ -1,43 +0,0 @@
1
- LICENSE
2
- setup.py
3
- app/__init__.py
4
- app/clients/__init__.py
5
- app/clients/yaml.py
6
- app/commands/__init__.py
7
- app/commands/container.py
8
- app/commands/error.py
9
- app/commands/feature.py
10
- app/configs/__init__.py
11
- app/configs/app.py
12
- app/configs/container.py
13
- app/contexts/__init__.py
14
- app/contexts/app.py
15
- app/contexts/container.py
16
- app/contexts/env.py
17
- app/contexts/error.py
18
- app/contexts/feature.py
19
- app/contexts/request.py
20
- app/data/__init__.py
21
- app/data/app.py
22
- app/data/container.py
23
- app/data/error.py
24
- app/data/feature.py
25
- app/domain/__init__.py
26
- app/domain/app.py
27
- app/domain/container.py
28
- app/domain/core.py
29
- app/domain/error.py
30
- app/domain/feature.py
31
- app/repos/__init__.py
32
- app/repos/app.py
33
- app/repos/container.py
34
- app/repos/error.py
35
- app/repos/feature.py
36
- app/services/__init__.py
37
- app/services/cli.py
38
- app/services/container.py
39
- tiferet.egg-info/PKG-INFO
40
- tiferet.egg-info/SOURCES.txt
41
- tiferet.egg-info/dependency_links.txt
42
- tiferet.egg-info/requires.txt
43
- tiferet.egg-info/top_level.txt
@@ -1 +0,0 @@
1
- app
File without changes
File without changes