prune_captcha 1.2.0__tar.gz → 1.3.0__tar.gz

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.
Files changed (27) hide show
  1. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/PKG-INFO +1 -15
  2. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/README.md +0 -14
  3. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/prune_captcha.egg-info/PKG-INFO +1 -15
  4. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/prune_captcha.egg-info/SOURCES.txt +0 -2
  5. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/pyproject.toml +1 -4
  6. prune_captcha-1.2.0/captcha_prune/start_server.py +0 -5
  7. prune_captcha-1.2.0/prune_captcha.egg-info/entry_points.txt +0 -2
  8. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/captcha_prune/__init__.py +0 -0
  9. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/captcha_prune/asgi.py +0 -0
  10. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/captcha_prune/migrations/0001_initial.py +0 -0
  11. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/captcha_prune/migrations/0002_remove_captcha_created_at_remove_captcha_pos_x_and_more.py +0 -0
  12. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/captcha_prune/migrations/__init__.py +0 -0
  13. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/captcha_prune/models.py +0 -0
  14. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/captcha_prune/payloads.py +0 -0
  15. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/captcha_prune/settings.py +0 -0
  16. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/captcha_prune/urls.py +0 -0
  17. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/captcha_prune/views.py +0 -0
  18. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/captcha_prune/wsgi.py +0 -0
  19. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/commons/base_model.py +0 -0
  20. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/commons/decorators.py +0 -0
  21. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/prune_captcha.egg-info/dependency_links.txt +0 -0
  22. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/prune_captcha.egg-info/requires.txt +0 -0
  23. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/prune_captcha.egg-info/top_level.txt +0 -0
  24. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/setup.cfg +0 -0
  25. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/tests/__init__.py +0 -0
  26. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/tests/captcha_prune/__init__.py +0 -0
  27. {prune_captcha-1.2.0 → prune_captcha-1.3.0}/tests/captcha_prune/test_views.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: prune_captcha
3
- Version: 1.2.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!
@@ -18,14 +18,6 @@ Run the following command in the console:
18
18
  uv add captcha_prune
19
19
  ```
20
20
 
21
- ### Running the captcha
22
-
23
- To run the package, simply enter in the console:
24
-
25
- ```bash
26
- captcha_prune
27
- ```
28
-
29
21
  ### Updating the captcha
30
22
 
31
23
  Don't hesitate to regularly run `uv sync --upgrade`, as the captcha evolves with time and our practices!
@@ -40,12 +32,6 @@ Run the following command:
40
32
  poetry add prune_captcha
41
33
  ```
42
34
 
43
- ### Running the captcha
44
-
45
- ```bash
46
- poetry run prune_captcha
47
- ```
48
-
49
35
  ### Updating the captcha
50
36
 
51
37
  Don't hesitate to regularly run `poetry update`, as the captcha evolves with time and our practices!
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: prune_captcha
3
- Version: 1.2.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!
@@ -5,7 +5,6 @@ captcha_prune/asgi.py
5
5
  captcha_prune/models.py
6
6
  captcha_prune/payloads.py
7
7
  captcha_prune/settings.py
8
- captcha_prune/start_server.py
9
8
  captcha_prune/urls.py
10
9
  captcha_prune/views.py
11
10
  captcha_prune/wsgi.py
@@ -17,7 +16,6 @@ commons/decorators.py
17
16
  prune_captcha.egg-info/PKG-INFO
18
17
  prune_captcha.egg-info/SOURCES.txt
19
18
  prune_captcha.egg-info/dependency_links.txt
20
- prune_captcha.egg-info/entry_points.txt
21
19
  prune_captcha.egg-info/requires.txt
22
20
  prune_captcha.egg-info/top_level.txt
23
21
  tests/__init__.py
@@ -20,7 +20,7 @@ classifiers = [
20
20
  keywords = ["captcha", "django", "code-quality"]
21
21
  urls = {Made_by = "https://prune.sh/"}
22
22
  name = "prune_captcha"
23
- version = "1.2.0"
23
+ version = "1.3.0"
24
24
  description = "A tool to protect formulaire from spam."
25
25
  readme = "README.md"
26
26
  dependencies = [
@@ -29,6 +29,3 @@ dependencies = [
29
29
  "pydantic>=2.11.4",
30
30
  "pydantic-settings>=2.9.1",
31
31
  ]
32
-
33
- [project.scripts]
34
- prune_captcha = "captcha_prune.start_server:main"
@@ -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 = captcha_prune.start_server:main
File without changes