Skip to content

Commit

Permalink
Merge branch 'luabida-sinan-metadata'
Browse files Browse the repository at this point in the history
  • Loading branch information
fccoelho committed Mar 14, 2023
2 parents 451f084 + 4b6aa27 commit ee0460e
Show file tree
Hide file tree
Showing 60 changed files with 2,416 additions and 1,212 deletions.
10 changes: 2 additions & 8 deletions .idea/PySUS.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 44 additions & 19 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,48 @@
repos:
- repo: https://github.com/asottile/seed-isort-config
rev: v2.2.0
hooks:
- id: seed-isort-config
- repo: https://github.com/timothycrosley/isort
rev: 5.9.3
hooks:
- id: isort
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: end-of-file-fixer

- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
exclude: ^dist/
- repo: local
hooks:
- entry: black
id: black
name: black
exclude: |
(?x)(
docs
)
files: ""
language: system
pass_filenames: true
stages:
- commit
types:
- python
- file
- python

- entry: flake8
exclude: ^$
files: ""
id: flake8
language: python
name: flake8
pass_filenames: true
stages:
- commit
types:
- python

- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
types:
- python
- entry: isort
exclude: "^.*/js/.*$"
files: ""
id: isort
language: python
name: isort
pass_filenames: true
stages:
- commit
types:
- python
2 changes: 1 addition & 1 deletion conda/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- pip
- psycopg2
- python 3.9.*
- poetry
- poetry >= 1.3.2
- pip:
- urllib3
- requests
13 changes: 12 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ geocoder = "^1.38.1"
jupyterlab = "^3.4.5"
numpy = "1.23.2"
pandas = "1.4.3"
pyarrow = "^9.0.0"
pyarrow = ">=11.0.0"
pycparser = "2.21"
pyreaddbc = "1.0.0"
python = "^3.9"
Expand All @@ -27,6 +27,7 @@ tqdm = "4.64.0"
wget = "^3.2"
loguru = "^0.6.0"
Unidecode = "^1.3.6"
sqlalchemy = "<2.0.0"

[tool.poetry.dev-dependencies]
black = "^22.6.0"
Expand All @@ -50,4 +51,14 @@ target-version = ["py39"]
line-length = 79
color = true

[tool.pytest.ini_options]
addopts = [
"--import-mode=importlib",
"-ra -q"
]
testpaths = [
"tests"
]


exclude = ["*.git", "docs/"]
Binary file added pysus/metadata/SINAN/ANIM.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/BOTU.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/CHAG.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/CHIK.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/COLE.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/COQU.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/DENG.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/DIFT.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/ESQU.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/FAMA.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/FMAC.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/FTIF.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/HANS.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/HANT.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/HEPA.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/IEXO.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/LEIV.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/LEPT.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/LTAN.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/MALA.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/MENI.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/PEST.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/RAIV.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/SIFC.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/SIFG.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/TETA.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/TETN.tar.gz
Binary file not shown.
Binary file added pysus/metadata/SINAN/TUBE.tar.gz
Binary file not shown.
Loading

0 comments on commit ee0460e

Please sign in to comment.