datajunction-query 0.0.1a78__py3-none-any.whl → 0.0.1a79__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,10 +1,12 @@
1
- Metadata-Version: 2.3
1
+ Metadata-Version: 2.4
2
2
  Name: datajunction-query
3
- Version: 0.0.1a78
3
+ Version: 0.0.1a79
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>
7
7
  License: MIT
8
+ License-File: AUTHORS.rst
9
+ License-File: LICENSE.txt
8
10
  Classifier: License :: OSI Approved :: MIT License
9
11
  Classifier: Operating System :: OS Independent
10
12
  Classifier: Programming Language :: Python :: 3.8
@@ -1,4 +1,4 @@
1
- djqs/__about__.py,sha256=VSRsK9W19rKw9DLmEJGXon3RToZjLoo5LavNt7qBacM,51
1
+ djqs/__about__.py,sha256=jTwqL3tuC0XbH6sudYz9AUtjCNk9jNxGeMLhCLrAixk,51
2
2
  djqs/__init__.py,sha256=nN5-uJoSVEwuc8n-wMygqeF0Xhxi_zqqbCgutZvAt3E,384
3
3
  djqs/config.py,sha256=8WLfe3M3maO4WhWb4ukrj8gdIlHQyLC4j9Q7KQ95bOQ,6662
4
4
  djqs/constants.py,sha256=WS0uC-cKLQ_ZPhtevcv6tJ8WI6UtxYGZwTqJJtsTep0,485
@@ -17,8 +17,8 @@ djqs/db/postgres.py,sha256=ggTAVjm52oRbdfgHg1e0QXXb7AkYgFP_bGBys7IP5yE,4862
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=7HmiXWHBWEthqdwPYLlsOgeKD-w9urCHoC4xaQ1RnM8,238
20
- datajunction_query-0.0.1a78.dist-info/METADATA,sha256=5-9JiZiZC3QQfDtJIlzoWGNOD49W9y9X4iauHrhgjes,9473
21
- datajunction_query-0.0.1a78.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
22
- datajunction_query-0.0.1a78.dist-info/licenses/AUTHORS.rst,sha256=G9YmXPfQ0kAuxqlCwvWVvUnZitP9hAc-rPfZ5q7Pv1U,235
23
- datajunction_query-0.0.1a78.dist-info/licenses/LICENSE.txt,sha256=KuSxhVgPuUGoYWphJig4POcTAIUNLUj8vOx-cqQFMj8,1081
24
- datajunction_query-0.0.1a78.dist-info/RECORD,,
20
+ datajunction_query-0.0.1a79.dist-info/METADATA,sha256=tiGn2IXQLrb4VeYwdyvkD-Y2rm4noapMrQl01bmTFK0,9525
21
+ datajunction_query-0.0.1a79.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
22
+ datajunction_query-0.0.1a79.dist-info/licenses/AUTHORS.rst,sha256=G9YmXPfQ0kAuxqlCwvWVvUnZitP9hAc-rPfZ5q7Pv1U,235
23
+ datajunction_query-0.0.1a79.dist-info/licenses/LICENSE.txt,sha256=KuSxhVgPuUGoYWphJig4POcTAIUNLUj8vOx-cqQFMj8,1081
24
+ datajunction_query-0.0.1a79.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.26.3
2
+ Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
djqs/__about__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  """
2
2
  Version for Hatch
3
3
  """
4
- __version__ = "0.0.1a78"
4
+ __version__ = "0.0.1a79"