prune_captcha 1.1.0__py3-none-any.whl → 1.3.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: prune_captcha
3
- Version: 1.1.0
3
+ Version: 1.3.0
4
4
  Summary: A tool to protect formulaire from spam.
5
5
  Author-email: Arnout <bastien@prune.sh>
6
6
  Project-URL: Made_by, https://prune.sh/
@@ -35,14 +35,6 @@ Run the following command in the console:
35
35
  uv add captcha_prune
36
36
  ```
37
37
 
38
- ### Running the captcha
39
-
40
- To run the package, simply enter in the console:
41
-
42
- ```bash
43
- captcha_prune
44
- ```
45
-
46
38
  ### Updating the captcha
47
39
 
48
40
  Don't hesitate to regularly run `uv sync --upgrade`, as the captcha evolves with time and our practices!
@@ -57,12 +49,6 @@ Run the following command:
57
49
  poetry add prune_captcha
58
50
  ```
59
51
 
60
- ### Running the captcha
61
-
62
- ```bash
63
- poetry run prune_captcha
64
- ```
65
-
66
52
  ### Updating the captcha
67
53
 
68
54
  Don't hesitate to regularly run `poetry update`, as the captcha evolves with time and our practices!
@@ -3,7 +3,6 @@ captcha_prune/asgi.py,sha256=wi2rRLFltXOZyve8mAB_E8udaFyONOf5N42WrWIQX8M,403
3
3
  captcha_prune/models.py,sha256=3IwEWBl5ykZEivE5FGU0jUZKZGVkhvCuMh1HFehjYFU,1201
4
4
  captcha_prune/payloads.py,sha256=PwR48xKg9YEgGgoJmGe7ywwFPCqM4gumomyFunn-Ems,115
5
5
  captcha_prune/settings.py,sha256=YEZHEjYYYK-cH3gSLIR3a7g4Bypnuf_5eMTTcm719CE,3395
6
- captcha_prune/start_server.py,sha256=-HBZ7IVfVM10yOT9cKY-_QSe_1k5wFFy_xCb9ouVJY8,89
7
6
  captcha_prune/urls.py,sha256=DeCJTjJA0krW27KoHafvh3GBRr7fJ80E2lVHEWYSsW4,271
8
7
  captcha_prune/views.py,sha256=BzjQfXLwYx2YSWODrnGpokqU8XeC-9QORivzWKxYofY,1539
9
8
  captcha_prune/wsgi.py,sha256=fukA_iiCT4FFzcJ0QX2Zr_HNddqdq-ln3ien2UWcCTA,403
@@ -15,8 +14,7 @@ commons/decorators.py,sha256=nU_3SyxENcWDdxo03VyNYEvoevplC6ig7BFogY8apNs,1306
15
14
  tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
15
  tests/captcha_prune/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
16
  tests/captcha_prune/test_views.py,sha256=h-Mrdiprh71s7kIJPYAt6xv4G_S7vp51WCpAzy4CZ6U,2364
18
- prune_captcha-1.1.0.dist-info/METADATA,sha256=Ji1IpNNI4TfAx5U6fLXzorKKrs90CIkRFlt5-K8d7yM,2447
19
- prune_captcha-1.1.0.dist-info/WHEEL,sha256=ooBFpIzZCPdw3uqIQsOo4qqbA4ZRPxHnOH7peeONza0,91
20
- prune_captcha-1.1.0.dist-info/entry_points.txt,sha256=_7zxh1tub_wWQu9oo5vcYIJAEQMPmTj0ekh0oXJ_8FM,52
21
- prune_captcha-1.1.0.dist-info/top_level.txt,sha256=EB4h0WF_YGF7kAWB0XtqmuloOhkL5pC71CzgEVYam7w,28
22
- prune_captcha-1.1.0.dist-info/RECORD,,
17
+ prune_captcha-1.3.0.dist-info/METADATA,sha256=r8T7YZU23h9uZsGiAJoofqGaYbKZpFlH4TnQE7c-18E,2282
18
+ prune_captcha-1.3.0.dist-info/WHEEL,sha256=ooBFpIzZCPdw3uqIQsOo4qqbA4ZRPxHnOH7peeONza0,91
19
+ prune_captcha-1.3.0.dist-info/top_level.txt,sha256=EB4h0WF_YGF7kAWB0XtqmuloOhkL5pC71CzgEVYam7w,28
20
+ prune_captcha-1.3.0.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- import subprocess
2
-
3
-
4
- def main():
5
- subprocess.run(["python", "manage.py", "runserver"])
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- prune_captcha = start_server:main