bqseine 0.0.1__py3-none-any.whl → 0.0.2__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 bqseine might be problematic. Click here for more details.
- {bqseine-0.0.1.dist-info → bqseine-0.0.2.dist-info}/METADATA +2 -2
- bqseine-0.0.2.dist-info/RECORD +6 -0
- bqseine/.polyp.py.swp +0 -0
- bqseine-0.0.1.dist-info/RECORD +0 -7
- {bqseine-0.0.1.dist-info → bqseine-0.0.2.dist-info}/WHEEL +0 -0
- {bqseine-0.0.1.dist-info → bqseine-0.0.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bqseine
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: ETL for BigQuery
|
|
5
5
|
Project-URL: Homepage, https://github.com/shaafiee/seine
|
|
6
6
|
Project-URL: Issues, https://github.com/shaafiee/siene/issues
|
|
@@ -18,7 +18,7 @@ Seine is a data loader that pushes data in a dictionary to BigQuery in relationa
|
|
|
18
18
|
|
|
19
19
|
## Usage
|
|
20
20
|
```
|
|
21
|
-
from bqseine import sync
|
|
21
|
+
from bqseine.polyp import sync
|
|
22
22
|
sourceData = [
|
|
23
23
|
{
|
|
24
24
|
'item': 'Juice',
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
bqseine/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
bqseine/polyp.py,sha256=Pk-_J7WTPxU8Tq9yIwn7GEO1xw1CeKHQp0g2eV_SEiQ,12178
|
|
3
|
+
bqseine-0.0.2.dist-info/METADATA,sha256=OF1R_SKP_urHaczUvbFlIWc-nj95gFC34gqEdkhNXgU,1560
|
|
4
|
+
bqseine-0.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
5
|
+
bqseine-0.0.2.dist-info/licenses/LICENSE,sha256=ACwmltkrXIz5VsEQcrqljq-fat6ZXAMepjXGoe40KtE,1069
|
|
6
|
+
bqseine-0.0.2.dist-info/RECORD,,
|
bqseine/.polyp.py.swp
DELETED
|
Binary file
|
bqseine-0.0.1.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
bqseine/.polyp.py.swp,sha256=MMw6cZr20moge7_M81xWAvTiKQiNtceG3I2PUAykSzw,16384
|
|
2
|
-
bqseine/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
bqseine/polyp.py,sha256=Pk-_J7WTPxU8Tq9yIwn7GEO1xw1CeKHQp0g2eV_SEiQ,12178
|
|
4
|
-
bqseine-0.0.1.dist-info/METADATA,sha256=8rxfZb6WbaI1tjgB5yhuQ4mlnybf7KDahiNdyNNVZwE,1554
|
|
5
|
-
bqseine-0.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
6
|
-
bqseine-0.0.1.dist-info/licenses/LICENSE,sha256=ACwmltkrXIz5VsEQcrqljq-fat6ZXAMepjXGoe40KtE,1069
|
|
7
|
-
bqseine-0.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|