-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
197 changed files
with
261 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,12 +14,10 @@ jobs: | |
uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.7 | ||
- name: Install Poetry | ||
run: python -m pip install poetry --user | ||
- name: Install dependencies | ||
run: poetry install | ||
- name: Install dev dependencies | ||
run: pip install -r dev-requirements.txt | ||
- name: Build package | ||
run: poetry build | ||
run: hatch build | ||
- name: Publish distribution 📦 to Test PyPI | ||
uses: pypa/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,12 +14,10 @@ jobs: | |
uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.7 | ||
- name: Install Poetry | ||
run: python -m pip install poetry --user | ||
- name: Install dependencies | ||
run: poetry install | ||
- name: Install dev dependencies | ||
run: pip install -r dev-requirements.txt | ||
- name: Build package | ||
run: poetry build | ||
run: hatch build | ||
- name: Publish distribution 📦 to PyPI | ||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') | ||
uses: pypa/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,17 +6,15 @@ jobs: | |
runs-on: ubuntu-18.04 | ||
strategy: | ||
matrix: | ||
python: ["3.7", "3.8", "3.9", "3.10"] | ||
python: ["3.7", "3.8", "3.9", "3.10", "3.11"] | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: ${{ matrix.python }} | ||
- name: Install Poetry | ||
run: python -m pip install poetry --user | ||
- name: Install dev dependencies | ||
run: poetry install | ||
run: pip install -r dev-requirements.txt | ||
- name: Run Tox | ||
run: poetry run tox -e py | ||
run: tox -e py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,217 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.7 | ||
# by the following command: | ||
# | ||
# pip-compile --extra=dev --output-file=dev-requirements.txt --resolver=backtracking pyproject.toml | ||
# | ||
anyio==3.6.2 | ||
# via httpcore | ||
attrs==22.2.0 | ||
# via pytest | ||
black==22.12.0 | ||
# via isocodes (pyproject.toml) | ||
certifi==2022.12.7 | ||
# via | ||
# httpcore | ||
# httpx | ||
click==8.1.3 | ||
# via | ||
# black | ||
# hatch | ||
# mkdocs | ||
# userpath | ||
commonmark==0.9.1 | ||
# via rich | ||
distlib==0.3.6 | ||
# via virtualenv | ||
editables==0.3 | ||
# via hatchling | ||
exceptiongroup==1.1.0 | ||
# via pytest | ||
filelock==3.9.0 | ||
# via | ||
# tox | ||
# virtualenv | ||
flake8==5.0.4 | ||
# via isocodes (pyproject.toml) | ||
ghp-import==2.1.0 | ||
# via mkdocs | ||
h11==0.14.0 | ||
# via httpcore | ||
hatch==1.6.3 | ||
# via isocodes (pyproject.toml) | ||
hatchling==1.12.1 | ||
# via hatch | ||
httpcore==0.16.3 | ||
# via httpx | ||
httpx==0.23.2 | ||
# via hatch | ||
hyperlink==21.0.0 | ||
# via hatch | ||
idna==3.4 | ||
# via | ||
# anyio | ||
# hyperlink | ||
# rfc3986 | ||
importlib-metadata==4.2.0 | ||
# via | ||
# click | ||
# flake8 | ||
# hatchling | ||
# keyring | ||
# markdown | ||
# mkdocs | ||
# pluggy | ||
# pytest | ||
# tox | ||
# virtualenv | ||
iniconfig==1.1.1 | ||
# via pytest | ||
jaraco-classes==3.2.3 | ||
# via keyring | ||
jinja2==3.0.3 | ||
# via | ||
# mkdocs | ||
# mkdocs-material | ||
# mkdocstrings | ||
keyring==23.9.3 | ||
# via hatch | ||
markdown==3.3.4 | ||
# via | ||
# mkdocs | ||
# mkdocs-autorefs | ||
# mkdocs-material | ||
# mkdocstrings | ||
# pymdown-extensions | ||
markupsafe==2.1.1 | ||
# via | ||
# jinja2 | ||
# mkdocstrings | ||
mccabe==0.7.0 | ||
# via flake8 | ||
mergedeep==1.3.4 | ||
# via mkdocs | ||
mkdocs==1.2.4 | ||
# via | ||
# isocodes (pyproject.toml) | ||
# mkdocs-autorefs | ||
# mkdocs-material | ||
# mkdocstrings | ||
mkdocs-autorefs==0.4.1 | ||
# via mkdocstrings | ||
mkdocs-material==8.2.7 | ||
# via isocodes (pyproject.toml) | ||
mkdocs-material-extensions==1.1.1 | ||
# via mkdocs-material | ||
mkdocstrings==0.19.1 | ||
# via isocodes (pyproject.toml) | ||
more-itertools==9.0.0 | ||
# via jaraco-classes | ||
mypy==0.991 | ||
# via isocodes (pyproject.toml) | ||
mypy-extensions==0.4.3 | ||
# via | ||
# black | ||
# mypy | ||
packaging==22.0 | ||
# via | ||
# hatch | ||
# hatchling | ||
# mkdocs | ||
# pytest | ||
# tox | ||
pathspec==0.10.3 | ||
# via | ||
# black | ||
# hatchling | ||
pexpect==4.8.0 | ||
# via hatch | ||
platformdirs==2.6.2 | ||
# via | ||
# black | ||
# hatch | ||
# virtualenv | ||
pluggy==1.0.0 | ||
# via | ||
# hatchling | ||
# pytest | ||
# tox | ||
ptyprocess==0.7.0 | ||
# via pexpect | ||
py==1.11.0 | ||
# via tox | ||
pycodestyle==2.9.1 | ||
# via flake8 | ||
pyflakes==2.5.0 | ||
# via flake8 | ||
pygments==2.14.0 | ||
# via | ||
# mkdocs-material | ||
# rich | ||
pymdown-extensions==9.9 | ||
# via | ||
# mkdocs-material | ||
# mkdocstrings | ||
pyperclip==1.8.2 | ||
# via hatch | ||
pytest==7.2.0 | ||
# via isocodes (pyproject.toml) | ||
python-dateutil==2.8.2 | ||
# via ghp-import | ||
pyyaml==6.0 | ||
# via | ||
# mkdocs | ||
# pyyaml-env-tag | ||
pyyaml-env-tag==0.1 | ||
# via mkdocs | ||
rfc3986[idna2008]==1.5.0 | ||
# via httpx | ||
rich==13.0.0 | ||
# via hatch | ||
shellingham==1.5.0 | ||
# via hatch | ||
six==1.16.0 | ||
# via | ||
# python-dateutil | ||
# tox | ||
sniffio==1.3.0 | ||
# via | ||
# anyio | ||
# httpcore | ||
# httpx | ||
tomli==2.0.1 | ||
# via | ||
# black | ||
# hatchling | ||
# mypy | ||
# pytest | ||
# tox | ||
tomli-w==1.0.0 | ||
# via hatch | ||
tomlkit==0.11.6 | ||
# via hatch | ||
tox==3.28.0 | ||
# via isocodes (pyproject.toml) | ||
typed-ast==1.5.4 | ||
# via | ||
# black | ||
# mypy | ||
typing-extensions==4.4.0 | ||
# via | ||
# anyio | ||
# black | ||
# h11 | ||
# importlib-metadata | ||
# mypy | ||
# platformdirs | ||
# rich | ||
userpath==1.8.0 | ||
# via hatch | ||
virtualenv==20.16.2 | ||
# via | ||
# hatch | ||
# tox | ||
watchdog==2.2.1 | ||
# via mkdocs | ||
zipp==3.11.0 | ||
# via importlib-metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
iso_3166-2.mo |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
iso_639-2.mo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
iso_639-3.mo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
iso_639-5.mo |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
iso_3166-2.mo |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
iso_639-2.mo |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
iso_639-5.mo |
Binary file not shown.
Binary file modified
BIN
-90 Bytes
(100%)
isocodes/share/locale/tt@iqtelif/LC_MESSAGES/iso_3166-1.mo
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
prefix=/workspaces/isocodes/isocodes | ||
prefix=/Users/atem/Repos/isocodes/isocodes | ||
domains=iso_639-2 iso_639-3 iso_639-5 iso_3166-1 iso_3166-2 iso_3166-3 iso_4217 iso_15924 | ||
|
||
Name: iso-codes | ||
Description: ISO country, language, script and currency codes and translations | ||
Version: 4.11.0 | ||
Version: 4.12.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.