Skip to content

Commit

Permalink
Merge pull request #59 from AndreiDrang/main
Browse files Browse the repository at this point in the history
0.9.2 - Update docs and images
  • Loading branch information
AndreiDrang committed Dec 8, 2023
2 parents 60ee370 + 9cfc400 commit 483655b
Show file tree
Hide file tree
Showing 18 changed files with 26 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

<a href="https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1">
<img src="https://cdn.discordapp.com/attachments/1105172394655625306/1105180101802471575/20221207-160749.gif" alt="Capsolver's Banner">
Expand Down Expand Up @@ -37,6 +38,10 @@ Or email [email protected]

***

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+.
Expand Down
Binary file added docs/_static/Capsolver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_static/Capsolver300x.png
Binary file not shown.
Binary file removed docs/_static/CapsolverESm.png
Binary file not shown.
Binary file removed docs/_static/CapsolverSM.png
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 = {
Expand Down
4 changes: 3 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

python3-capsolver
=================
.. image:: _static/Capsolver300x.png
.. image:: _static/Capsolver.png
:align: center

Python3 library for `Capsolver API <https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1>`_.

The library is intended for software developers and is used to work with the `Capsolver API <https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1)>`_.

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

.. toctree::
:maxdepth: 1
:caption: Start here:
Expand Down
8 changes: 7 additions & 1 deletion docs/modules/main/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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+.
Expand Down
Binary file removed files/2938013993.gif
Binary file not shown.
Binary file modified files/Capsolver.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed files/CapsolverSm.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/python3_capsolver/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.1"
__version__ = "0.9.2"

0 comments on commit 483655b

Please sign in to comment.