locust 2.20.0__py3-none-any.whl → 2.20.1.dev9__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.
locust/_version.py CHANGED
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '2.20.0'
16
- __version_tuple__ = version_tuple = (2, 20, 0)
15
+ __version__ = version = '2.20.1.dev9'
16
+ __version_tuple__ = version_tuple = (2, 20, 1, 'dev9')
locust/argument_parser.py CHANGED
@@ -355,7 +355,7 @@ def setup_parser_arguments(parser):
355
355
  dest="web_auth",
356
356
  metavar="<username:password>",
357
357
  default=None,
358
- help="DEPRECATED Turn on Basic Auth for the web interface. Should be supplied in the following format: username:password",
358
+ help="DEPRECATED. See https://github.com/locustio/locust/issues/2517 Turn on Basic Auth for the web interface. Should be supplied in the following format: username:password ",
359
359
  env_var="LOCUST_WEB_AUTH",
360
360
  )
361
361
  web_ui_group.add_argument(
locust/main.py CHANGED
@@ -428,7 +428,9 @@ See https://github.com/locustio/locust/wiki/Installation#increasing-maximum-numb
428
428
  else:
429
429
  logger.info(f"Starting web interface at {protocol}://0.0.0.0:{options.web_port}")
430
430
  if options.web_auth:
431
- logging.info("BasicAuth support is deprecated, it will be removed in a future release.")
431
+ logging.warning(
432
+ "BasicAuth support is deprecated, it will be removed in a future release, unless someone reimplements it in a more modern way! See https://github.com/locustio/locust/issues/2517"
433
+ )
432
434
  web_ui = environment.create_web_ui(
433
435
  host=web_host,
434
436
  port=options.web_port,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: locust
3
- Version: 2.20.0
3
+ Version: 2.20.1.dev9
4
4
  Summary: Developer friendly load testing framework
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://locust.io/
@@ -39,18 +39,23 @@ Requires-Dist: psutil >=5.9.1
39
39
  Requires-Dist: Flask-BasicAuth >=0.2.0
40
40
  Requires-Dist: Flask-Cors >=3.0.10
41
41
  Requires-Dist: roundrobin >=0.0.2
42
+ Requires-Dist: charset-normalizer >=3.3.0
42
43
  Requires-Dist: pywin32 ; platform_system == "Windows"
43
44
 
44
45
  # Locust
45
46
 
46
47
  [![PyPI](https://img.shields.io/pypi/v/locust.svg)](https://pypi.org/project/locust/)
47
48
  [![PyPI](https://img.shields.io/pypi/pyversions/locust.svg)](https://pypi.org/project/locust/)
49
+ [![Downloads](https://pepy.tech/badge/locust/week)](https://pepy.tech/project/locust)
48
50
  [![Build Status](https://github.com/locustio/locust/workflows/Tests/badge.svg)](https://github.com/locustio/locust/actions?query=workflow%3ATests)
49
- [![license](https://img.shields.io/github/license/locustio/locust.svg)](https://github.com/locustio/locust/blob/master/LICENSE)
50
51
  [![GitHub contributors](https://img.shields.io/github/contributors/locustio/locust.svg)](https://github.com/locustio/locust/graphs/contributors)
51
52
  [![Support Ukraine Badge](https://bit.ly/support-ukraine-now)](https://github.com/support-ukraine/support-ukraine)
52
53
 
53
- Locust is an easy to use, scriptable and scalable performance testing tool. You define your load test in regular Python code, instead of being constrained by a UI or domain specific language that only pretends to be real code. This makes Locust infinitely expandable and very developer friendly.
54
+ Locust is an open source performance/load testing tool for HTTP and other protocols. Its developer friendly approach lets you to define your tests in regular Python code.
55
+
56
+ Locust tests can be run from command line or using its web-based UI. Throughput, response times and errors can be viewed in real time and/or exported for later analysis.
57
+
58
+ You can import regular Python libraries into your tests, and with Locust's pluggable architecture it is infinitely expandable. Unlike when using most other tools, your test design will never be limited by a GUI or domain-specific language.
54
59
 
55
60
  To get started right away, head over to the [documentation](http://docs.locust.io/en/stable/installation.html).
56
61
 
@@ -1,7 +1,7 @@
1
1
  locust/__init__.py,sha256=Q6sqz7YDUaMKPEqcDjWcXEFG2ilVRQR7kl0fG0yK_5A,1402
2
2
  locust/__main__.py,sha256=vBQ82334kX06ImDbFlPFgiBRiLIinwNk3z8Khs6hd74,31
3
- locust/_version.py,sha256=06rDmnBueRSgi5xMbJeJJv4Inf7i7qfZ2JToAUH8pTU,413
4
- locust/argument_parser.py,sha256=H2tzJLu1F3oxxYkXLRUT6GtpV5UG5aGTcPWI3XwE4-c,26365
3
+ locust/_version.py,sha256=B6pUaK9uh1AzmSRI9EMgx4eT4QLT2VuWzTYJyiJtXYA,426
4
+ locust/argument_parser.py,sha256=eCJM29OX7NcMROfNSxQm0uyNcEtml6Rj202t51TlovE,26418
5
5
  locust/clients.py,sha256=GJXTWcyBAepE6O-o-V92WboV8XKOXxWR-AixlcL74_w,14768
6
6
  locust/debug.py,sha256=pEnZ74679vCdDODEMTNvjYcVdWCe4sWolHDJvdXh9dU,4818
7
7
  locust/dispatch.py,sha256=nVWXBkUzpqsVeVp5sw3sYSjR1dD5AAUiFLqutqsrlm4,18634
@@ -11,7 +11,7 @@ locust/exception.py,sha256=aGCx5TQmkYZn8P_uDD3Z4ZwxxRoA7R3ml0WJO-nHgFQ,1942
11
11
  locust/html.py,sha256=2mp33VdzqYHaugas3nGtW-ypWRLzGyhPYwin6HFkA98,5717
12
12
  locust/input_events.py,sha256=ARmzf5K_t4OnsNilkx0adDnNqvU9-NxtQvKOOjwgA_A,3048
13
13
  locust/log.py,sha256=2IVp9YL4ZPfWdj3sBFuOHfgneg3g7m7tUGR-sy2s3E8,3155
14
- locust/main.py,sha256=Kf9zoml_ZpRdTSgSA9-wtzJtcSzTZw-T0YIwV_Lgf50,27009
14
+ locust/main.py,sha256=1W_omId9MMARONGmo08BfIIKvutdDuDWL5VfV9SijgM,27154
15
15
  locust/py.typed,sha256=gkWLl8yD4mIZnNYYAIRM8g9VarLvWmTAFeUfEbxJLBw,65
16
16
  locust/runners.py,sha256=C1Lxdc3mZbomJcwt7OPCRdHXECvinJJ8I4wsfh7o_6g,65805
17
17
  locust/shape.py,sha256=SrKDabGtZ5bqMopJDdivvLbPencaYfAPUv1qzQiAgiA,1969
@@ -94,9 +94,9 @@ locust/webui/dist/report.html,sha256=Vyi9LIAjBNiAsvn6LVFkdAZ9R4Fa8UjHnqscjAeOFp8
94
94
  locust/webui/dist/assets/favicon.ico,sha256=IUl-rYqfpHdV38e-s0bkmFIeLS-n3Ug0DQxk-h202hI,8348
95
95
  locust/webui/dist/assets/index-01afe4fa.js,sha256=uXPULlueC1FWZnTAMk7oA0wCSeY7xtNbxxycrIVvEGQ,1627703
96
96
  locust/webui/dist/assets/logo.png,sha256=lPCYhpDsPXYY3gUMlq3bzABI5WBtdBOvtay8R9hRFv4,2943
97
- locust-2.20.0.dist-info/LICENSE,sha256=78XGpIn3fHVBfaxlPNUfjVufSN7QsdhpJMRJHv2AFpo,1095
98
- locust-2.20.0.dist-info/METADATA,sha256=AoFzNr5VqIAiqzOwkW0SdsOBCNFvG6Cwxi1ZRWn6nNE,7144
99
- locust-2.20.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
100
- locust-2.20.0.dist-info/entry_points.txt,sha256=RAdt8Ku-56m7bFjmdj-MBhbF6h4NX7tVODR9QNnOg0E,44
101
- locust-2.20.0.dist-info/top_level.txt,sha256=XSsjgPA8Ggf9TqKVbkwSqZFuPlZ085X13M9orDycE20,7
102
- locust-2.20.0.dist-info/RECORD,,
97
+ locust-2.20.1.dev9.dist-info/LICENSE,sha256=78XGpIn3fHVBfaxlPNUfjVufSN7QsdhpJMRJHv2AFpo,1095
98
+ locust-2.20.1.dev9.dist-info/METADATA,sha256=zYzaiitl-IhVRmtD0uqjDayW7ro1yCBWx08y9hzPo34,7436
99
+ locust-2.20.1.dev9.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
100
+ locust-2.20.1.dev9.dist-info/entry_points.txt,sha256=RAdt8Ku-56m7bFjmdj-MBhbF6h4NX7tVODR9QNnOg0E,44
101
+ locust-2.20.1.dev9.dist-info/top_level.txt,sha256=XSsjgPA8Ggf9TqKVbkwSqZFuPlZ085X13M9orDycE20,7
102
+ locust-2.20.1.dev9.dist-info/RECORD,,