-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #147 from AndreiDrang/master
Upd docs
- Loading branch information
Showing
12 changed files
with
143 additions
and
0 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
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,12 @@ | ||
AmazonWAF | ||
========= | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.amazon_waf import AmazonWAF | ||
.. autoclass:: python_rucaptcha.amazon_waf.AmazonWAF | ||
:members: |
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,12 @@ | ||
CapyPuzzle | ||
========== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.capy_puzzle import CapyPuzzle | ||
.. autoclass:: python_rucaptcha.capy_puzzle.CapyPuzzle | ||
:members: |
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,12 @@ | ||
Control | ||
======= | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.control import Control | ||
.. autoclass:: python_rucaptcha.control.Control | ||
:members: |
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,12 @@ | ||
ImageCaptcha | ||
============ | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.image_captcha import ImageCaptcha | ||
.. autoclass:: python_rucaptcha.image_captcha.ImageCaptcha | ||
:members: |
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,12 @@ | ||
KeyCaptcha | ||
=========== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.key_captcha import KeyCaptcha | ||
.. autoclass:: python_rucaptcha.key_captcha.KeyCaptcha | ||
:members: |
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,12 @@ | ||
LeminCroppedCaptcha | ||
=================== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.lemin_cropped_captcha import LeminCroppedCaptcha | ||
.. autoclass:: python_rucaptcha.lemin_cropped_captcha.LeminCroppedCaptcha | ||
:members: |
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,12 @@ | ||
ReCaptcha | ||
========= | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.re_captcha import ReCaptcha | ||
.. autoclass:: python_rucaptcha.re_captcha.ReCaptcha | ||
:members: |
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,12 @@ | ||
RotateCaptcha | ||
============= | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.rotate_captcha import RotateCaptcha | ||
.. autoclass:: python_rucaptcha.rotate_captcha.RotateCaptcha | ||
:members: |
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,12 @@ | ||
TextCaptcha | ||
=========== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.text_captcha import TextCaptcha | ||
.. autoclass:: python_rucaptcha.text_captcha.TextCaptcha | ||
:members: |
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,12 @@ | ||
Turnstile | ||
========= | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.turnstile import Turnstile | ||
.. autoclass:: python_rucaptcha.turnstile.Turnstile | ||
:members: |
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,12 @@ | ||
YandexSmartCaptcha | ||
================== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.yandex_smart_captcha import YandexSmartCaptcha | ||
.. autoclass:: python_rucaptcha.yandex_smart_captcha.YandexSmartCaptcha | ||
:members: |