quillsql 1.7__py3-none-any.whl → 1.8__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.
quillsql/core.py CHANGED
@@ -7,8 +7,8 @@ import redis
7
7
  from psycopg2.extensions import make_dsn
8
8
 
9
9
  ## The host url of the Quill metadata server
10
- # HOST = "https://quill-344421.uc.r.appspot.com" # or "http://localhost:8080"
11
- HOST = "http://localhost:8080"
10
+ HOST = "https://quill-344421.uc.r.appspot.com" # or "http://localhost:8080"
11
+ # HOST = "http://localhost:8080"
12
12
 
13
13
 
14
14
  ## The TTL for new cache entries (default: 1h)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: quillsql
3
- Version: 1.7
3
+ Version: 1.8
4
4
  Summary: Quill SDK for Python.
5
5
  Home-page: https://github.com/quill-sql/quill-python
6
6
  Author: Quill
@@ -1,12 +1,12 @@
1
1
  quillsql/__init__.py,sha256=IgJnPRLx5GcenVt82mMQo0ydvXYB_-39Ft4Of5sEEGA,39
2
- quillsql/core.py,sha256=2A6VveKVoBx95E-6lSco65l2WDGWXf1QE8_24P391NE,12362
2
+ quillsql/core.py,sha256=AJFzeFfSCVmFeGgfBFotPPDRXKPL3MbQz12E48LHlwg,12362
3
3
  tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  tests/cache_test.py,sha256=5MvAAyGF37wiRejOwG8m4uG9jxnEOseV5GtXTtjAk-8,11092
5
5
  tests/external_test.py,sha256=PxHB3Kg-V3lDHHfZVUour3aVYGPS3P1bMKqfajt9oFA,8063
6
6
  tests/simple_test.py,sha256=-ibAbgHtcwYHzL4VxQFoPmqX8_OlKfTzlkJvEbJRy3Y,7967
7
7
  tests/staging_test.py,sha256=zdDV6BvJRyNKCy80bxDNfK1F1oqM6oIv7ul7JPKi51Q,4962
8
- quillsql-1.7.dist-info/LICENSE,sha256=f2-T2fNvArbqfNW8RwsOu2IWEwpsaRX6G-AJvLJKuzg,1068
9
- quillsql-1.7.dist-info/METADATA,sha256=9a_nKhl7R5MUBy3DD2f6JaHxghgKC-jl84NyFYwCTds,570
10
- quillsql-1.7.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
11
- quillsql-1.7.dist-info/top_level.txt,sha256=DCsUgdO5twxI1s5sw-euqMt1NDDtIGMR-t9A68P3gZs,15
12
- quillsql-1.7.dist-info/RECORD,,
8
+ quillsql-1.8.dist-info/LICENSE,sha256=f2-T2fNvArbqfNW8RwsOu2IWEwpsaRX6G-AJvLJKuzg,1068
9
+ quillsql-1.8.dist-info/METADATA,sha256=auI6BMo1-n9ObCk65rlRtpC7td8yhgBZauKUvouEe1c,570
10
+ quillsql-1.8.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
11
+ quillsql-1.8.dist-info/top_level.txt,sha256=DCsUgdO5twxI1s5sw-euqMt1NDDtIGMR-t9A68P3gZs,15
12
+ quillsql-1.8.dist-info/RECORD,,
File without changes