datacrunch 1.8.2__py3-none-any.whl → 1.8.3__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.
- datacrunch/__version__.py +1 -1
- {datacrunch-1.8.2.dist-info → datacrunch-1.8.3.dist-info}/METADATA +9 -31
- {datacrunch-1.8.2.dist-info → datacrunch-1.8.3.dist-info}/RECORD +6 -6
- {datacrunch-1.8.2.dist-info → datacrunch-1.8.3.dist-info}/WHEEL +0 -0
- {datacrunch-1.8.2.dist-info → datacrunch-1.8.3.dist-info}/licenses/LICENSE +0 -0
- {datacrunch-1.8.2.dist-info → datacrunch-1.8.3.dist-info}/top_level.txt +0 -0
datacrunch/__version__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
VERSION = '1.8.
|
|
1
|
+
VERSION = '1.8.3'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: datacrunch
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.3
|
|
4
4
|
Summary: Official Python SDK for DataCrunch Public API
|
|
5
5
|
Home-page: https://github.com/DataCrunch-io
|
|
6
6
|
Author: DataCrunch Oy
|
|
@@ -41,35 +41,13 @@ Dynamic: summary
|
|
|
41
41
|
|
|
42
42
|
# DataCrunch Python SDK
|
|
43
43
|
|
|
44
|
-
<
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
</a>
|
|
52
|
-
|
|
53
|
-
<a href="https://codecov.io/gh/DataCrunch-io/datacrunch-python">
|
|
54
|
-
<img src="https://codecov.io/gh/DataCrunch-io/datacrunch-python/branch/master/graph/badge.svg?token=5X5KTYSSPK"/>
|
|
55
|
-
</a>
|
|
56
|
-
|
|
57
|
-
<a href='https://datacrunch-python.readthedocs.io/en/latest/'>
|
|
58
|
-
<img src='https://readthedocs.org/projects/datacrunch-python/badge/?version=latest'></img>
|
|
59
|
-
</a>
|
|
60
|
-
|
|
61
|
-
<a href='https://github.com/DataCrunch-io/datacrunch-python/blob/master/LICENSE'>
|
|
62
|
-
<img src='https://img.shields.io/github/license/DataCrunch-io/datacrunch-python'></img>
|
|
63
|
-
</a>
|
|
64
|
-
|
|
65
|
-
<a href='https://pypi.org/project/datacrunch/'>
|
|
66
|
-
<img src='https://img.shields.io/pypi/v/datacrunch?logo=python'></img>
|
|
67
|
-
</a>
|
|
68
|
-
|
|
69
|
-
<a href='https://pypi.org/project/datacrunch/'>
|
|
70
|
-
<img src='https://img.shields.io/pypi/pyversions/datacrunch'></img>
|
|
71
|
-
</a>
|
|
72
|
-
</p>
|
|
44
|
+
[<img src='https://github.com/DataCrunch-io/datacrunch-python/workflows/Unit%20Tests/badge.svg'>](https://github.com/DataCrunch-io/datacrunch-python/actions?query=workflow%3A%22Unit+Tests%22+branch%3Amaster)
|
|
45
|
+
[<img src='https://github.com/DataCrunch-io/datacrunch-python/workflows/Code%20Style/badge.svg'>](https://github.com/DataCrunch-io/datacrunch-python/actions?query=workflow%3A%22Code+Style%22+branch%3Amaster)
|
|
46
|
+
[<img src="https://codecov.io/gh/DataCrunch-io/datacrunch-python/branch/master/graph/badge.svg?token=5X5KTYSSPK">](https://codecov.io/gh/DataCrunch-io/datacrunch-python)
|
|
47
|
+
[<img src='https://readthedocs.org/projects/datacrunch-python/badge/?version=latest'>](https://datacrunch-python.readthedocs.io/en/latest/)
|
|
48
|
+
[<img src='https://img.shields.io/github/license/DataCrunch-io/datacrunch-python'>](https://github.com/DataCrunch-io/datacrunch-python/blob/master/LICENSE)
|
|
49
|
+
[<img src='https://img.shields.io/pypi/v/datacrunch?logo=python'>](https://pypi.org/project/datacrunch/)
|
|
50
|
+
[<img src='https://img.shields.io/pypi/pyversions/datacrunch'>](https://pypi.org/project/datacrunch/)
|
|
73
51
|
|
|
74
52
|
The official [DataCrunch.io](https://datacrunch.io) Python SDK.
|
|
75
53
|
|
|
@@ -213,4 +191,4 @@ autopep8 file.py --in-place
|
|
|
213
191
|
|
|
214
192
|
## Contact
|
|
215
193
|
|
|
216
|
-
You can [contact us here](https://datacrunch.io/contact
|
|
194
|
+
You can [contact us here](https://datacrunch.io/contact), or open an issue in the repo.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
datacrunch/__init__.py,sha256=OG-5Avmuq3NXyBs_66GMwyzscUi0c-T6vWW5sRIfnZg,51
|
|
2
|
-
datacrunch/__version__.py,sha256=
|
|
2
|
+
datacrunch/__version__.py,sha256=JjJ9ZFLPA1Rddg7CQ4UgM7StKQpRxOW2LF45_SsWwHM,18
|
|
3
3
|
datacrunch/constants.py,sha256=uBtS1kTe6ip5oWzA4SKAVftdapkKwUU45GdLYOuBzAA,2354
|
|
4
4
|
datacrunch/datacrunch.py,sha256=lRDasgf_PG_RUFLxSSJZQ4zdV8N-TNlJ1moAwUXYqqI,3141
|
|
5
5
|
datacrunch/exceptions.py,sha256=uOP_YU2HEUi_mcMxQ9WYrIjqWUuUrwdube-RdL1C4Ps,781
|
|
@@ -28,7 +28,7 @@ datacrunch/volume_types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG
|
|
|
28
28
|
datacrunch/volume_types/volume_types.py,sha256=CNJ8kfd_nxmF99x-UAJeku-uN4Gdh-yg15Aa8WGLgWU,1828
|
|
29
29
|
datacrunch/volumes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
30
30
|
datacrunch/volumes/volumes.py,sha256=aAH4UIVG-7NehjHu-a_4MGSdZ1jmeApV-kKh-X6TB-s,11908
|
|
31
|
-
datacrunch-1.8.
|
|
31
|
+
datacrunch-1.8.3.dist-info/licenses/LICENSE,sha256=LkdhbR2MArjDfV8M0dySL5mG_kfzxF2ntMgbJvWGyUQ,1069
|
|
32
32
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
33
33
|
tests/integration_tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
34
34
|
tests/integration_tests/conftest.py,sha256=PWf6K1G3NoddebmDIy_Pk02dHQrEKfrNxpWwqE8Eqrk,546
|
|
@@ -61,7 +61,7 @@ tests/unit_tests/volume_types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
|
|
|
61
61
|
tests/unit_tests/volume_types/test_volume_types.py,sha256=vGuC3dWjhQLD8bTYgw_we3dZ6vlUKRmKZbb9yCfhe0w,1386
|
|
62
62
|
tests/unit_tests/volumes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
63
63
|
tests/unit_tests/volumes/test_volumes.py,sha256=p53eSIHddWKL7U9oLLTnxo849LrJSoi6A5lpWF6ydHs,20672
|
|
64
|
-
datacrunch-1.8.
|
|
65
|
-
datacrunch-1.8.
|
|
66
|
-
datacrunch-1.8.
|
|
67
|
-
datacrunch-1.8.
|
|
64
|
+
datacrunch-1.8.3.dist-info/METADATA,sha256=l34K13Pvxo2-FhLMUqcTrwJYO8yMgauFedlW4C5rDyM,5872
|
|
65
|
+
datacrunch-1.8.3.dist-info/WHEEL,sha256=DK49LOLCYiurdXXOXwGJm6U4DkHkg4lcxjhqwRa0CP4,91
|
|
66
|
+
datacrunch-1.8.3.dist-info/top_level.txt,sha256=FvH4EZJkbUxNm-aKx0RjmWwnduAMpfRT13Fo123i7yE,17
|
|
67
|
+
datacrunch-1.8.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|