-
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.
- Loading branch information
1 parent
35c4e9e
commit fe52bc6
Showing
7 changed files
with
85 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 @@ | ||
BoundingBoxCaptcha | ||
================== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.bounding_box_captcha import BoundingBoxCaptcha | ||
.. autoclass:: python_rucaptcha.bounding_box_captcha.BoundingBoxCaptcha | ||
: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 @@ | ||
CoordinatesCaptcha | ||
================== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.coordinates_captcha import CoordinatesCaptcha | ||
.. autoclass:: python_rucaptcha.coordinates_captcha.CoordinatesCaptcha | ||
: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 @@ | ||
DrawAroundCaptcha | ||
================= | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.draw_around_captcha import DrawAroundCaptcha | ||
.. autoclass:: python_rucaptcha.draw_around_captcha.DrawAroundCaptcha | ||
: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
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 @@ | ||
GridCaptcha | ||
=========== | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.grid_captcha import GridCaptcha | ||
.. autoclass:: python_rucaptcha.grid_captcha.GridCaptcha | ||
: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 @@ | ||
MTCaptcha | ||
========= | ||
|
||
To import this module: | ||
|
||
.. code-block:: python | ||
from python_rucaptcha.mt_captcha import MTCaptcha | ||
.. autoclass:: python_rucaptcha.mt_captcha.MTCaptcha | ||
:members: |