diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dda24c61..13217111 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 90bf1f78..3c681b69 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 82b15e1f..65db0f76 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 6c5360b8..5c6516a9 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python 3.11 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.11.6 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f27bea8a..6ccb682e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} diff --git a/Makefile b/Makefile index 4bb6c0e1..54c311a1 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ lint: isort src/ --check-only upload: - pip install twine + pip install twine wheel cd src/ && python setup.py upload tests: install diff --git a/README.md b/README.md index 88e6f93d..d3fa6f5e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # python3-capsolver -![Python3-Capsolver](https://github.com/AndreiDrang/python3-capsolver/blob/main/files/CapsolverSm.png) + +![Logo](https://red-panda-dev.xyz/media/images/Capsolver.max-800x600.png) Capsolver's Banner @@ -37,6 +38,10 @@ Or email python-captcha@pm.me *** +You can check our other projects here - [RedPandaDev group](https://red-panda-dev.xyz/blog/). For example - [Torrents Tracker bot](https://t.me/torrents_tracker_bot) for Telegram. + +*** + ## How to install? We recommend using the latest version of Python. `python3-capsolver` supports Python 3.7+. diff --git a/docs/_static/Capsolver.png b/docs/_static/Capsolver.png new file mode 100644 index 00000000..e8668bbd Binary files /dev/null and b/docs/_static/Capsolver.png differ diff --git a/docs/_static/Capsolver300x.png b/docs/_static/Capsolver300x.png deleted file mode 100644 index 7413f45f..00000000 Binary files a/docs/_static/Capsolver300x.png and /dev/null differ diff --git a/docs/_static/CapsolverESm.png b/docs/_static/CapsolverESm.png deleted file mode 100644 index 9d003714..00000000 Binary files a/docs/_static/CapsolverESm.png and /dev/null differ diff --git a/docs/_static/CapsolverSM.png b/docs/_static/CapsolverSM.png deleted file mode 100644 index 967737a9..00000000 Binary files a/docs/_static/CapsolverSM.png and /dev/null differ diff --git a/docs/conf.py b/docs/conf.py index b1010900..626d5332 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,8 +41,8 @@ html_theme = "jinja" html_theme_options = {"index_sidebar_logo": False} html_static_path = ["_static"] -html_favicon = "_static/CapsolverESm.png" -html_logo = "_static/CapsolverSM.png" +html_favicon = "_static/Capsolver.png" +html_logo = "_static/Capsolver.png" html_title = f"python3-capsolver ({__version__})" html_show_sourcelink = False @@ -54,7 +54,7 @@ "Capsolver", "https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1", ), - ProjectLink("RedPandaDev", "https://red-panda-dev.xyz/"), + ProjectLink("RedPandaDev group", "https://red-panda-dev.xyz/blog/"), ], } html_sidebars = { diff --git a/docs/index.rst b/docs/index.rst index 4225d9e4..24b472b8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,13 +2,15 @@ python3-capsolver ================= -.. image:: _static/Capsolver300x.png +.. image:: _static/Capsolver.png :align: center Python3 library for `Capsolver API `_. The library is intended for software developers and is used to work with the `Capsolver API `_. +Check our other projects here - `RedPandaDev group `_. For example - `Torrents Tracker bot `_ for Telegram + .. toctree:: :maxdepth: 1 :caption: Start here: diff --git a/docs/modules/main/info.md b/docs/modules/main/info.md index b83b3318..6bd9eef5 100644 --- a/docs/modules/main/info.md +++ b/docs/modules/main/info.md @@ -2,7 +2,7 @@ ## Welcome to python3-capsolver -![](../../_static/CapsolverSM.png) +![](../../_static/Capsolver.png) [![Capsolver](https://user-images.githubusercontent.com/16991365/234852229-6e4b3f3c-f498-4fd5-9a6b-f7f269dd4bfc.gif)](https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1) @@ -27,6 +27,12 @@ Tested on UNIX based OS. The library is intended for software developers and is used to work with the [Capsolver](https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1) service API. +*** + +You can check our other projects here - [RedPandaDev group](https://red-panda-dev.xyz/blog/). For example - [Torrents Tracker bot](https://t.me/torrents_tracker_bot) for Telegram. + +*** + ## How to install? We recommend using the latest version of Python. `python3-capsolver` supports Python 3.7+. diff --git a/files/2938013993.gif b/files/2938013993.gif deleted file mode 100644 index 137d30c7..00000000 Binary files a/files/2938013993.gif and /dev/null differ diff --git a/files/Capsolver.png b/files/Capsolver.png index 596ed70e..b288b69d 100644 Binary files a/files/Capsolver.png and b/files/Capsolver.png differ diff --git a/files/CapsolverSm.png b/files/CapsolverSm.png deleted file mode 100644 index 967737a9..00000000 Binary files a/files/CapsolverSm.png and /dev/null differ diff --git a/src/python3_capsolver/__version__.py b/src/python3_capsolver/__version__.py index d69d16e9..a2fecb45 100644 --- a/src/python3_capsolver/__version__.py +++ b/src/python3_capsolver/__version__.py @@ -1 +1 @@ -__version__ = "0.9.1" +__version__ = "0.9.2"