ct 0.10.8.116__py3-none-any.whl → 0.10.8.117__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.
- cantools/__init__.py +1 -1
- cantools/config.py +4 -0
- {ct-0.10.8.116.dist-info → ct-0.10.8.117.dist-info}/METADATA +2 -2
- {ct-0.10.8.116.dist-info → ct-0.10.8.117.dist-info}/RECORD +8 -8
- {ct-0.10.8.116.dist-info → ct-0.10.8.117.dist-info}/LICENSE +0 -0
- {ct-0.10.8.116.dist-info → ct-0.10.8.117.dist-info}/WHEEL +0 -0
- {ct-0.10.8.116.dist-info → ct-0.10.8.117.dist-info}/entry_points.txt +0 -0
- {ct-0.10.8.116.dist-info → ct-0.10.8.117.dist-info}/top_level.txt +0 -0
cantools/__init__.py
CHANGED
cantools/config.py
CHANGED
|
@@ -97,6 +97,10 @@ for key, val in items:
|
|
|
97
97
|
config.update("cache", pc)
|
|
98
98
|
if not config.db.main:
|
|
99
99
|
config.db.update("main", config.db[config.web.server])
|
|
100
|
+
if "ENV" in config.db.main:
|
|
101
|
+
config.db.update("main", config.db.main.replace("ENV",
|
|
102
|
+
"%s:%s@%s/%s"%tuple(map(lambda e : os.getenv(e),
|
|
103
|
+
["DB_USERNAME", "DB_PASSWORD", "DB_HOST", "DB_DATABASE"]))))
|
|
100
104
|
if "DBPW" in config.db.main:
|
|
101
105
|
config.db.update("main", config.db.main.replace("DBPW", config.cache("database password? ")))
|
|
102
106
|
for prop in ["deep", "flush", "timestamp", "allow"]:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ct
|
|
3
|
-
Version: 0.10.8.
|
|
3
|
+
Version: 0.10.8.117
|
|
4
4
|
Summary: Modern minimal web framework
|
|
5
5
|
Author: Mario Balibrera
|
|
6
6
|
Author-email: mario.balibrera@gmail.com
|
|
@@ -15,7 +15,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
15
15
|
License-File: LICENSE
|
|
16
16
|
Requires-Dist: babyweb >=0.1.2
|
|
17
17
|
Requires-Dist: catmail >=0.1.9.1
|
|
18
|
-
Requires-Dist: databae >=0.1.5.
|
|
18
|
+
Requires-Dist: databae >=0.1.5.3
|
|
19
19
|
Requires-Dist: dez >=0.10.10.45
|
|
20
20
|
Requires-Dist: fyg >=0.1.7.9
|
|
21
21
|
Requires-Dist: rel >=0.4.9.23
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
cantools/__init__.py,sha256=
|
|
1
|
+
cantools/__init__.py,sha256=6IP7Z8uNdWuFguHwvIpYl4vytFFwC3JOhUxUEa6RvMg,824
|
|
2
2
|
cantools/_db.py,sha256=g-kXshJpjfLiYPg8GtTrae1bD0uZ8eWbYi8ORKaXGNs,5075
|
|
3
3
|
cantools/_memcache.py,sha256=xv_rumi1mrr6Br4ofZXTA6deNOEyZg6nwFW6QEcUVZ4,2154
|
|
4
4
|
cantools/_pay.py,sha256=hvu8SiFVUySVIu5W1SZuD_6DHaUWnmy0XOITPlt1C3M,1292
|
|
5
5
|
cantools/admin.py,sha256=MuRKvFQ_LhGqRro6cY6e6PGOBjLXGwKKcTJ1GuAa3K0,1182
|
|
6
6
|
cantools/cfg.py,sha256=N1hBT_MwuHIYAtZ0vczjnE9B_cvwq_IcgTWRvoBUGZI,8920
|
|
7
|
-
cantools/config.py,sha256=
|
|
7
|
+
cantools/config.py,sha256=qppVBsnh8StiJtWUz_BGdTB3GCHPf-6ehmRYo0IR7N0,5381
|
|
8
8
|
cantools/geo.py,sha256=WQMWp142niNzRf4WXRurzGPiFaZ3orbDpBwQC2gZXn0,5422
|
|
9
9
|
cantools/hooks.py,sha256=kEnYBt8Fl6EFJz_u-jPQjGQTXa9TxACZxPMbgUW3cHc,219
|
|
10
10
|
cantools/db/__init__.py,sha256=slJyO03jrCTEqDWzXUkrsmolGoJTO42FPJSLCE87RSM,614
|
|
@@ -48,9 +48,9 @@ cantools/web/__init__.py,sha256=nJOA_sNuT31LgFauWGUjznjhWoubjb1JqGVg2XWXjhM,407
|
|
|
48
48
|
cantools/web/bw.py,sha256=N-cimUHYyDuHv8v2Ut0twsi8yBDMb3alw1m9EpCYDEs,2704
|
|
49
49
|
cantools/web/gae_server.py,sha256=dPLkEsvzOb-wEFCSMleCvIElNnJoLRMdAGw5DYytwGU,2007
|
|
50
50
|
cantools/web/util.py,sha256=ovacYpR6VtJVw9MvL9jJuXdkMKKv8A5GxjWE-KlYe70,4367
|
|
51
|
-
ct-0.10.8.
|
|
52
|
-
ct-0.10.8.
|
|
53
|
-
ct-0.10.8.
|
|
54
|
-
ct-0.10.8.
|
|
55
|
-
ct-0.10.8.
|
|
56
|
-
ct-0.10.8.
|
|
51
|
+
ct-0.10.8.117.dist-info/LICENSE,sha256=lUkxqJkYxLYhvL52PQdG8L3aqmG241XXmThs30isJTU,1078
|
|
52
|
+
ct-0.10.8.117.dist-info/METADATA,sha256=WhURxOwaPYGD4Udx_-kfRGgLX2AP8wbSX9lLoytiYdc,1175
|
|
53
|
+
ct-0.10.8.117.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
54
|
+
ct-0.10.8.117.dist-info/entry_points.txt,sha256=Gd3wUZp5AMeazvq2oIOh4qn57T2joZ8NeHenLhXG4Hw,261
|
|
55
|
+
ct-0.10.8.117.dist-info/top_level.txt,sha256=Tl_rJpBXgVrhgmBrKozbrcQrKnOIX89JqFF7aF_4EbA,9
|
|
56
|
+
ct-0.10.8.117.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|