loaderup 0.1.1__tar.gz → 0.1.2__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 (32) hide show
  1. {loaderup-0.1.1 → loaderup-0.1.2}/PKG-INFO +1 -1
  2. {loaderup-0.1.1 → loaderup-0.1.2}/loader/demo_registry_target.py +2 -2
  3. {loaderup-0.1.1 → loaderup-0.1.2}/loaderup.egg-info/PKG-INFO +1 -1
  4. {loaderup-0.1.1 → loaderup-0.1.2}/pyproject.toml +1 -1
  5. {loaderup-0.1.1 → loaderup-0.1.2}/README.md +0 -0
  6. {loaderup-0.1.1 → loaderup-0.1.2}/agents/analyzer.py +0 -0
  7. {loaderup-0.1.1 → loaderup-0.1.2}/agents/generator.py +0 -0
  8. {loaderup-0.1.1 → loaderup-0.1.2}/agents/runner.py +0 -0
  9. {loaderup-0.1.1 → loaderup-0.1.2}/loader/__init__.py +0 -0
  10. {loaderup-0.1.1 → loaderup-0.1.2}/loader/history.py +0 -0
  11. {loaderup-0.1.1 → loaderup-0.1.2}/loader/main.py +0 -0
  12. {loaderup-0.1.1 → loaderup-0.1.2}/loader/models.py +0 -0
  13. {loaderup-0.1.1 → loaderup-0.1.2}/loader/pipeline.py +0 -0
  14. {loaderup-0.1.1 → loaderup-0.1.2}/loader/settings.py +0 -0
  15. {loaderup-0.1.1 → loaderup-0.1.2}/loader/store.py +0 -0
  16. {loaderup-0.1.1 → loaderup-0.1.2}/loader/web/assets/app.js +0 -0
  17. {loaderup-0.1.1 → loaderup-0.1.2}/loader/web/assets/styles.css +0 -0
  18. {loaderup-0.1.1 → loaderup-0.1.2}/loader/web/index.html +0 -0
  19. {loaderup-0.1.1 → loaderup-0.1.2}/loaderup/__init__.py +0 -0
  20. {loaderup-0.1.1 → loaderup-0.1.2}/loaderup/autodiscovery.py +0 -0
  21. {loaderup-0.1.1 → loaderup-0.1.2}/loaderup/cli.py +0 -0
  22. {loaderup-0.1.1 → loaderup-0.1.2}/loaderup/collector.py +0 -0
  23. {loaderup-0.1.1 → loaderup-0.1.2}/loaderup/decorators.py +0 -0
  24. {loaderup-0.1.1 → loaderup-0.1.2}/loaderup/importer.py +0 -0
  25. {loaderup-0.1.1 → loaderup-0.1.2}/loaderup/models.py +0 -0
  26. {loaderup-0.1.1 → loaderup-0.1.2}/loaderup/registry.py +0 -0
  27. {loaderup-0.1.1 → loaderup-0.1.2}/loaderup.egg-info/SOURCES.txt +0 -0
  28. {loaderup-0.1.1 → loaderup-0.1.2}/loaderup.egg-info/dependency_links.txt +0 -0
  29. {loaderup-0.1.1 → loaderup-0.1.2}/loaderup.egg-info/entry_points.txt +0 -0
  30. {loaderup-0.1.1 → loaderup-0.1.2}/loaderup.egg-info/requires.txt +0 -0
  31. {loaderup-0.1.1 → loaderup-0.1.2}/loaderup.egg-info/top_level.txt +0 -0
  32. {loaderup-0.1.1 → loaderup-0.1.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: loaderup
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Lightweight load-testing API and CLI built around FastAPI, k6, and decorator-based target registration.
5
5
  Author: Mahdi Haroun
6
6
  License: MIT
@@ -2,7 +2,7 @@
2
2
 
3
3
  from loaderup import load_target
4
4
 
5
-
5
+ """
6
6
  @load_target(
7
7
  name="home",
8
8
  method="GET",
@@ -22,4 +22,4 @@ def home():
22
22
  )
23
23
  def gg():
24
24
  pass
25
-
25
+ """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: loaderup
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Lightweight load-testing API and CLI built around FastAPI, k6, and decorator-based target registration.
5
5
  Author: Mahdi Haroun
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "loaderup"
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  description = "Lightweight load-testing API and CLI built around FastAPI, k6, and decorator-based target registration."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes