Skip to content

Commit ee0460e

Browse files
committed
Merge branch 'luabida-sinan-metadata'
2 parents 451f084 + 4b6aa27 commit ee0460e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+2416
-1212
lines changed

.idea/PySUS.iml

Lines changed: 2 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.pre-commit-config.yaml

Lines changed: 44 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,48 @@
11
repos:
2-
- repo: https://github.com/asottile/seed-isort-config
3-
rev: v2.2.0
4-
hooks:
5-
- id: seed-isort-config
6-
- repo: https://github.com/timothycrosley/isort
7-
rev: 5.9.3
8-
hooks:
9-
- id: isort
2+
- repo: https://github.com/pre-commit/pre-commit-hooks
3+
rev: v4.1.0
4+
hooks:
5+
- id: end-of-file-fixer
106

11-
- repo: https://github.com/psf/black
12-
rev: 22.3.0
13-
hooks:
14-
- id: black
15-
exclude: ^dist/
7+
- repo: local
8+
hooks:
9+
- entry: black
10+
id: black
11+
name: black
12+
exclude: |
13+
(?x)(
14+
docs
15+
)
16+
files: ""
17+
language: system
18+
pass_filenames: true
19+
stages:
20+
- commit
21+
types:
22+
- python
23+
- file
24+
- python
1625

26+
- entry: flake8
27+
exclude: ^$
28+
files: ""
29+
id: flake8
30+
language: python
31+
name: flake8
32+
pass_filenames: true
33+
stages:
34+
- commit
35+
types:
36+
- python
1737

18-
- repo: https://gitlab.com/pycqa/flake8
19-
rev: 3.9.2
20-
hooks:
21-
- id: flake8
22-
types:
23-
- python
38+
- entry: isort
39+
exclude: "^.*/js/.*$"
40+
files: ""
41+
id: isort
42+
language: python
43+
name: isort
44+
pass_filenames: true
45+
stages:
46+
- commit
47+
types:
48+
- python

conda/dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- pip
1111
- psycopg2
1212
- python 3.9.*
13-
- poetry
13+
- poetry >= 1.3.2
1414
- pip:
1515
- urllib3
1616
- requests

pyproject.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ geocoder = "^1.38.1"
1616
jupyterlab = "^3.4.5"
1717
numpy = "1.23.2"
1818
pandas = "1.4.3"
19-
pyarrow = "^9.0.0"
19+
pyarrow = ">=11.0.0"
2020
pycparser = "2.21"
2121
pyreaddbc = "1.0.0"
2222
python = "^3.9"
@@ -27,6 +27,7 @@ tqdm = "4.64.0"
2727
wget = "^3.2"
2828
loguru = "^0.6.0"
2929
Unidecode = "^1.3.6"
30+
sqlalchemy = "<2.0.0"
3031

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

54+
[tool.pytest.ini_options]
55+
addopts = [
56+
"--import-mode=importlib",
57+
"-ra -q"
58+
]
59+
testpaths = [
60+
"tests"
61+
]
62+
63+
5364
exclude = ["*.git", "docs/"]

pysus/metadata/SINAN/ANIM.tar.gz

3.84 KB
Binary file not shown.

pysus/metadata/SINAN/BOTU.tar.gz

6.9 KB
Binary file not shown.

pysus/metadata/SINAN/CHAG.tar.gz

5.22 KB
Binary file not shown.

pysus/metadata/SINAN/CHIK.tar.gz

5.31 KB
Binary file not shown.

pysus/metadata/SINAN/COLE.tar.gz

5.17 KB
Binary file not shown.

pysus/metadata/SINAN/COQU.tar.gz

4.39 KB
Binary file not shown.

0 commit comments

Comments
 (0)