datajunction-query 0.0.11__py3-none-any.whl → 0.0.13__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.

Potentially problematic release.


This version of datajunction-query might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datajunction-query
3
- Version: 0.0.11
3
+ Version: 0.0.13
4
4
  Summary: OSS Implementation of a DataJunction Query Service
5
5
  Project-URL: repository, https://github.com/DataJunction/dj
6
6
  Author-email: DataJunction Authors <roberto@dealmeida.net>
@@ -1,4 +1,4 @@
1
- djqs/__about__.py,sha256=hAy8wx6LyFtcHNjjhiHPCpzELwiCWD72b1F9j8DVcJk,50
1
+ djqs/__about__.py,sha256=4et5NX0aME2EjvyhWQ0ybas8cd1GM_GsAOsKf6R2a1A,50
2
2
  djqs/__init__.py,sha256=nN5-uJoSVEwuc8n-wMygqeF0Xhxi_zqqbCgutZvAt3E,384
3
3
  djqs/config.py,sha256=2tfHXFbW9HgvIEQ1DT4_WnSfRoxCRHzS_ateekj0I94,6664
4
4
  djqs/constants.py,sha256=WS0uC-cKLQ_ZPhtevcv6tJ8WI6UtxYGZwTqJJtsTep0,485
@@ -17,8 +17,8 @@ djqs/db/postgres.py,sha256=MnCKlZiX3PgS3qGUvwXHfjrV9Bgjb_css7x7vSlZ6_8,4863
17
17
  djqs/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
18
  djqs/models/query.py,sha256=n02TPSq8cZOuH49FyVieVwhGdrkaZ-4NpqCSuOgL5X4,3324
19
19
  djqs/models/table.py,sha256=EEJigO3RNjn-O9VWD7n3BtcvyKokQUiI5mfwKaGe-Lc,239
20
- datajunction_query-0.0.11.dist-info/METADATA,sha256=eE7RcKtyznbz7sQmL7-yyp-uJth_7z9tJTYpHrdle7A,9523
21
- datajunction_query-0.0.11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
22
- datajunction_query-0.0.11.dist-info/licenses/AUTHORS.rst,sha256=G9YmXPfQ0kAuxqlCwvWVvUnZitP9hAc-rPfZ5q7Pv1U,235
23
- datajunction_query-0.0.11.dist-info/licenses/LICENSE.txt,sha256=KuSxhVgPuUGoYWphJig4POcTAIUNLUj8vOx-cqQFMj8,1081
24
- datajunction_query-0.0.11.dist-info/RECORD,,
20
+ datajunction_query-0.0.13.dist-info/METADATA,sha256=YNFsIof87MR1o4tZcpSHj7TfqozYQuzPRN8_OynyZSQ,9523
21
+ datajunction_query-0.0.13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
22
+ datajunction_query-0.0.13.dist-info/licenses/AUTHORS.rst,sha256=G9YmXPfQ0kAuxqlCwvWVvUnZitP9hAc-rPfZ5q7Pv1U,235
23
+ datajunction_query-0.0.13.dist-info/licenses/LICENSE.txt,sha256=KuSxhVgPuUGoYWphJig4POcTAIUNLUj8vOx-cqQFMj8,1081
24
+ datajunction_query-0.0.13.dist-info/RECORD,,
djqs/__about__.py CHANGED
@@ -2,4 +2,4 @@
2
2
  Version for Hatch
3
3
  """
4
4
 
5
- __version__ = "0.0.11"
5
+ __version__ = "0.0.13"