Skip to content

Commit

Permalink
Update from template
Browse files Browse the repository at this point in the history
  • Loading branch information
abdnh committed Feb 29, 2024
1 parent 2b4773c commit 9e2b0c7
Show file tree
Hide file tree
Showing 9 changed files with 75 additions and 69 deletions.
1 change: 1 addition & 0 deletions .github/workflows/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

pip install -r requirements/base.txt
pip-sync requirements/dev.txt
sudo apt-get update
sudo apt install libxcb-xinerama0 libxcb-cursor0 libegl1
1 change: 1 addition & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ output-format=colorized

[MESSAGES CONTROL]
disable=
R,
line-too-long,
too-many-lines,
missing-function-docstring,
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ The icons are taken from https://en.wiktionary.org/

## Support & feature requests

Please post any questions, bug reports, or feature requests in the [support page](https://forums.ankiweb.net/t/wiktionary-add-on/19571) or the [issue tracker](https://github.com/abdnh/anki-wiktionary/issues).
Please post any questions, bug reports, or feature requests in the [support page](https://forums.ankiweb.net/c/add-ons/11) or the [issue tracker](https://github.com/abdnh/anki-addon-template/issues).

If you want priority support for your feature/help request, I'm available for hire.
You can get in touch from the aforementioned pages, via [email](mailto:[email protected]) or on [Fiverr](https://www.fiverr.com/abd_nh).
Get in touch via [email](mailto:[email protected]) or the UpWork link below.

## Support me

Expand All @@ -41,6 +41,6 @@ Consider supporting me if you like my work:
<a href="https://www.patreon.com/abdnh"><img height='36' src="https://i.imgur.com/mZBGpZ1.png"></a>
<a href="https://www.buymeacoffee.com/abdnh" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png" alt="Buy Me A Coffee" height="36" ></a>

I'm also available for freelance add-on development on Fiverr:
I'm also available for freelance add-on development:

<a href="https://www.fiverr.com/abd_nh/develop-an-anki-addon"><img height='36' src="https://i.imgur.com/0meG4dk.png"></a>
<a href="https://www.upwork.com/freelancers/~01d764ac58a0eccc5c"><img height='36' src="https://i.imgur.com/z9lPvHb.png"></a>
20 changes: 10 additions & 10 deletions ankiweb_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@

See <a href="https://github.com/abdnh/anki-wiktionary/blob/master/CHANGELOG.md">CHANGELOG.md</a> for a list of changes.

<b>Support & feature requests</b>
<b>Support &amp; feature requests</b>

Please post any questions, bug reports, or feature requests in the <a href="https://forums.ankiweb.net/c/add-ons/11">support page</a> or the <a href="https://github.com/abdnh/anki-addon-template/issues">issue tracker</a>.
If you want priority support for your feature/help request, I'm available for hire. You can get in touch from the aforementioned pages, via <a href="mailto:[email protected]">email</a> or on <a href="https://www.fiverr.com/abd_nh">Fiverr</a>.
<p>Please post any questions, bug reports, or feature requests in the <a href="https://forums.ankiweb.net/c/add-ons/11">support page</a> or the <a href="https://github.com/abdnh/anki-addon-template/issues">issue tracker</a>.</p>
<p>If you want priority support for your feature/help request, I'm available for hire.
Get in touch via <a href="mailto:[email protected]">email</a> or the UpWork link below.</p>

<b>Support me</b>

Consider supporting me if you like my work:

<a href="https://github.com/sponsors/abdnh"><img height='36' src="https://i.imgur.com/dAgtzcC.png"></a><a href="https://www.patreon.com/abdnh"><img height="36" src="https://i.imgur.com/mZBGpZ1.png"></a><a href="https://www.buymeacoffee.com/abdnh" target="_blank"><img height="36" src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png" alt="Buy Me A Coffee"></a>

I'm also available for freelance add-on development on Fiverr:

<a href="https://www.fiverr.com/abd_nh/develop-an-anki-addon"><img height='36' src="https://i.imgur.com/0meG4dk.png"></a>
<p>Consider supporting me if you like my work:</p>
<p><a href="https://github.com/sponsors/abdnh"><img height="36" src="https://i.imgur.com/dAgtzcC.png"></a>
<a href="https://www.patreon.com/abdnh"><img height="36" src="https://i.imgur.com/mZBGpZ1.png"></a>
<a href="https://www.buymeacoffee.com/abdnh" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png" alt="Buy Me A Coffee" height="36"></a></p>
<p>I'm also available for freelance add-on development:</p>
<p><a href="https://www.upwork.com/freelancers/~01d764ac58a0eccc5c"><img height="36" src="https://i.imgur.com/z9lPvHb.png"></a>
12 changes: 7 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ colorama==0.4.6
# via
# build
# click
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via build
packaging==23.2
# via build
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements/base.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
Expand All @@ -25,7 +27,7 @@ zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
pip==24.0
# via pip-tools
setuptools==69.0.2
setuptools==69.1.1
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/bundle.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ankiutils @ git+https://github.com/abdnh/ankiutils@b5c5dfd2a16446781cc2de06fdbd019cfa733c94
ankiutils @ git+https://github.com/abdnh/ankiutils@29652295f7e1d2aff55e000a66fbc239de8c6224
2 changes: 1 addition & 1 deletion requirements/bundle.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ankiutils @ git+https://github.com/abdnh/ankiutils@b5c5dfd2a16446781cc2de06fdbd019cfa733c94
ankiutils @ git+https://github.com/abdnh/ankiutils@29652295f7e1d2aff55e000a66fbc239de8c6224
# via -r requirements/bundle.in
2 changes: 1 addition & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pyupgrade
pytest
pytest-cov
pre-commit
ankiscripts[forms] @ git+https://github.com/abdnh/ankiscripts@799759b4a7ea3c89cf4b6f50a695eb92383273f7
ankiscripts[forms] @ git+https://github.com/abdnh/ankiscripts@77c5c879fad8853eacfecfdd1067d42e97dd1852
types-requests
96 changes: 49 additions & 47 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
anki==23.10.1
anki==23.12.1
# via aqt
ankiscripts @ git+https://github.com/abdnh/ankiscripts@799759b4a7ea3c89cf4b6f50a695eb92383273f7
ankiscripts @ git+https://github.com/abdnh/ankiscripts@77c5c879fad8853eacfecfdd1067d42e97dd1852
# via -r requirements/dev.in
ankiutils @ git+https://github.com/abdnh/ankiutils@b5c5dfd2a16446781cc2de06fdbd019cfa733c94
ankiutils @ git+https://github.com/abdnh/ankiutils@29652295f7e1d2aff55e000a66fbc239de8c6224
# via -r requirements\bundle.in
aqt==23.10.1
aqt==23.12.1
# via -r requirements/dev.in
astroid==3.0.1
astroid==3.1.0
# via pylint
attrs==23.1.0
attrs==23.2.0
# via
# jsonschema
# referencing
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
# via
# anki
# aqt
black==23.11.0
black==24.2.0
# via -r requirements/dev.in
blinker==1.7.0
# via flask
build==1.0.3
# via pip-tools
certifi==2023.11.17
certifi==2024.2.2
# via requests
cfgv==3.4.0
# via pre-commit
Expand All @@ -39,124 +39,126 @@ colorama==0.4.6
# click
# pylint
# pytest
coverage==7.3.2
coverage==7.4.3
# via
# coverage
# pytest-cov
decorator==5.1.1
# via anki
dill==0.3.7
dill==0.3.8
# via pylint
distlib==0.3.7
distlib==0.3.8
# via virtualenv
exceptiongroup==1.2.0
# via pytest
filelock==3.13.1
# via virtualenv
flask==3.0.0
flask==3.0.2
# via
# aqt
# flask-cors
flask-cors==4.0.0
# via aqt
identify==2.5.32
identify==2.5.35
# via pre-commit
idna==3.6
# via requests
importlib-metadata==7.0.0
importlib-metadata==7.0.1
# via
# build
# flask
# markdown
iniconfig==2.0.0
# via pytest
isort==5.12.0
isort==5.13.2
# via
# -r requirements/dev.in
# pylint
itsdangerous==2.1.2
# via flask
jinja2==3.1.2
jinja2==3.1.3
# via flask
jsonschema==4.20.0
jsonschema==4.21.1
# via
# ankiscripts
# aqt
jsonschema-specifications==2023.11.2
jsonschema-specifications==2023.12.1
# via jsonschema
markdown==3.5.1
markdown==3.5.2
# via anki
markupsafe==2.1.3
markupsafe==2.1.5
# via
# jinja2
# werkzeug
mccabe==0.7.0
# via pylint
mypy==1.7.1
mypy==1.8.0
# via -r requirements/dev.in
mypy-extensions==1.0.0
# via
# black
# mypy
nodeenv==1.8.0
# via pre-commit
orjson==3.9.10
orjson==3.9.15
# via anki
packaging==23.2
# via
# black
# build
# pytest
pathspec==0.11.2
pathspec==0.12.1
# via black
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements\base.in
platformdirs==4.1.0
platformdirs==4.2.0
# via
# black
# pylint
# virtualenv
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pre-commit==3.5.0
pre-commit==3.6.2
# via -r requirements/dev.in
prompt-toolkit==3.0.36
# via questionary
protobuf==4.25.1
protobuf==4.25.3
# via anki
psutil==5.9.6 ; sys_platform == "win32"
psutil==5.9.8 ; sys_platform == "win32"
# via
# -r requirements/dev.in
# anki
# aqt
pylint==3.0.2
pylint==3.1.0
# via -r requirements/dev.in
pyproject-hooks==1.0.0
# via build
# via
# build
# pip-tools
pyqt6==6.6.1
# via
# ankiscripts
# aqt
# pyqt6-webengine
pyqt6-qt6==6.6.1
pyqt6-qt6==6.6.2
# via pyqt6
pyqt6-sip==13.6.0
# via
# pyqt6
# pyqt6-webengine
pyqt6-webengine==6.6.0
# via aqt
pyqt6-webengine-qt6==6.6.1
pyqt6-webengine-qt6==6.6.2
# via pyqt6-webengine
pysocks==1.7.1
# via requests
pytest==7.4.3
pytest==8.0.2
# via
# -r requirements/dev.in
# pytest-cov
pytest-cov==4.1.0
# via -r requirements/dev.in
pyupgrade==3.15.0
pyupgrade==3.15.1
# via -r requirements/dev.in
pywin32==306 ; sys_platform == "win32"
# via
Expand All @@ -166,15 +168,15 @@ pyyaml==6.0.1
# via pre-commit
questionary==2.0.1
# via ankiscripts
referencing==0.31.1
referencing==0.33.0
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via
# anki
# aqt
rpds-py==0.13.2
rpds-py==0.18.0
# via
# jsonschema
# referencing
Expand All @@ -194,25 +196,25 @@ tomli==2.0.1
# pylint
# pyproject-hooks
# pytest
tomlkit==0.12.3
tomlkit==0.12.4
# via pylint
types-requests==2.31.0.10
types-requests==2.31.0.20240218
# via -r requirements/dev.in
typing-extensions==4.8.0
typing-extensions==4.10.0
# via
# astroid
# black
# mypy
# pylint
urllib3==2.1.0
urllib3==2.2.1
# via
# requests
# types-requests
virtualenv==20.25.0
virtualenv==20.25.1
# via pre-commit
waitress==2.1.2
waitress==3.0.0
# via aqt
wcwidth==0.2.12
wcwidth==0.2.13
# via prompt-toolkit
werkzeug==3.0.1
# via flask
Expand All @@ -222,9 +224,9 @@ zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
pip==24.0
# via pip-tools
setuptools==69.0.2
setuptools==69.1.1
# via
# nodeenv
# pip-tools

0 comments on commit 9e2b0c7

Please sign in to comment.