prune_captcha 1.0.0__py3-none-any.whl → 1.2.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.
@@ -0,0 +1,5 @@
1
+ import subprocess
2
+
3
+
4
+ def main():
5
+ subprocess.run(["python", "manage.py", "runserver"])
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: prune_captcha
3
- Version: 1.0.0
3
+ Version: 1.2.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/
@@ -3,6 +3,7 @@ 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
6
7
  captcha_prune/urls.py,sha256=DeCJTjJA0krW27KoHafvh3GBRr7fJ80E2lVHEWYSsW4,271
7
8
  captcha_prune/views.py,sha256=BzjQfXLwYx2YSWODrnGpokqU8XeC-9QORivzWKxYofY,1539
8
9
  captcha_prune/wsgi.py,sha256=fukA_iiCT4FFzcJ0QX2Zr_HNddqdq-ln3ien2UWcCTA,403
@@ -14,8 +15,8 @@ commons/decorators.py,sha256=nU_3SyxENcWDdxo03VyNYEvoevplC6ig7BFogY8apNs,1306
14
15
  tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
16
  tests/captcha_prune/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
17
  tests/captcha_prune/test_views.py,sha256=h-Mrdiprh71s7kIJPYAt6xv4G_S7vp51WCpAzy4CZ6U,2364
17
- prune_captcha-1.0.0.dist-info/METADATA,sha256=bUB-rBL654MCCPo0kmTGlwmCHtfkA-DDr56hPjpkALI,2447
18
- prune_captcha-1.0.0.dist-info/WHEEL,sha256=ooBFpIzZCPdw3uqIQsOo4qqbA4ZRPxHnOH7peeONza0,91
19
- prune_captcha-1.0.0.dist-info/entry_points.txt,sha256=_7zxh1tub_wWQu9oo5vcYIJAEQMPmTj0ekh0oXJ_8FM,52
20
- prune_captcha-1.0.0.dist-info/top_level.txt,sha256=EB4h0WF_YGF7kAWB0XtqmuloOhkL5pC71CzgEVYam7w,28
21
- prune_captcha-1.0.0.dist-info/RECORD,,
18
+ prune_captcha-1.2.0.dist-info/METADATA,sha256=u-jrV4DFH51X1iHcUIlmZmduQnU9HwfDp1srkAqGYIo,2447
19
+ prune_captcha-1.2.0.dist-info/WHEEL,sha256=ooBFpIzZCPdw3uqIQsOo4qqbA4ZRPxHnOH7peeONza0,91
20
+ prune_captcha-1.2.0.dist-info/entry_points.txt,sha256=9WhhTzPHD9uzp9u7--VPeAS-CoeNK8CVid6uTuUbthY,66
21
+ prune_captcha-1.2.0.dist-info/top_level.txt,sha256=EB4h0WF_YGF7kAWB0XtqmuloOhkL5pC71CzgEVYam7w,28
22
+ prune_captcha-1.2.0.dist-info/RECORD,,
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ prune_captcha = captcha_prune.start_server:main
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- prune_captcha = start_server:main