Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mromanello committed Aug 12, 2019
2 parents ec6543c + 923699b commit 9733c55
Show file tree
Hide file tree
Showing 574 changed files with 140,887 additions and 523 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ text_importer/data/temp/
.ipynb_checkpoints/
text_importer/data/cahier-de-charges-mets-alto2016
dask-worker-space/
worker-*
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "text_importer/impresso-schemas"]
path = text_importer/impresso-schemas
url = https://github.com/impresso/impresso-schemas.git
branch = schemas-update
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ python-jsonschema-objects = "*"
jsonlines = "*"
boto = "*"
"boto3" = "*"
impresso_commons = {git = "https://github.com/impresso/impresso-pycommons.git",editable = true}
impresso-commons = {git = "https://github.com/impresso/impresso-pycommons.git",editable = true}
e1839a8 = {editable = true,path = "."}
tornado = "~=6.0"

[dev-packages]
pytest = "*"
Expand All @@ -26,6 +25,7 @@ jupyter = "*"
"flake8" = "*"
isort = "*"
tox = "*"
bokeh = "*"

[requires]
python_version = "3.6"
712 changes: 414 additions & 298 deletions Pipfile.lock

Large diffs are not rendered by default.

1,566 changes: 1,566 additions & 0 deletions notebooks/import_lux_data.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 9733c55

Please sign in to comment.