loaderup 0.1.0__tar.gz → 0.1.1__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.0 → loaderup-0.1.1}/PKG-INFO +16 -2
  2. {loaderup-0.1.0 → loaderup-0.1.1}/loaderup.egg-info/PKG-INFO +16 -2
  3. {loaderup-0.1.0 → loaderup-0.1.1}/loaderup.egg-info/requires.txt +1 -1
  4. {loaderup-0.1.0 → loaderup-0.1.1}/pyproject.toml +22 -2
  5. {loaderup-0.1.0 → loaderup-0.1.1}/README.md +0 -0
  6. {loaderup-0.1.0 → loaderup-0.1.1}/agents/analyzer.py +0 -0
  7. {loaderup-0.1.0 → loaderup-0.1.1}/agents/generator.py +0 -0
  8. {loaderup-0.1.0 → loaderup-0.1.1}/agents/runner.py +0 -0
  9. {loaderup-0.1.0 → loaderup-0.1.1}/loader/__init__.py +0 -0
  10. {loaderup-0.1.0 → loaderup-0.1.1}/loader/demo_registry_target.py +0 -0
  11. {loaderup-0.1.0 → loaderup-0.1.1}/loader/history.py +0 -0
  12. {loaderup-0.1.0 → loaderup-0.1.1}/loader/main.py +0 -0
  13. {loaderup-0.1.0 → loaderup-0.1.1}/loader/models.py +0 -0
  14. {loaderup-0.1.0 → loaderup-0.1.1}/loader/pipeline.py +0 -0
  15. {loaderup-0.1.0 → loaderup-0.1.1}/loader/settings.py +0 -0
  16. {loaderup-0.1.0 → loaderup-0.1.1}/loader/store.py +0 -0
  17. {loaderup-0.1.0 → loaderup-0.1.1}/loader/web/assets/app.js +0 -0
  18. {loaderup-0.1.0 → loaderup-0.1.1}/loader/web/assets/styles.css +0 -0
  19. {loaderup-0.1.0 → loaderup-0.1.1}/loader/web/index.html +0 -0
  20. {loaderup-0.1.0 → loaderup-0.1.1}/loaderup/__init__.py +0 -0
  21. {loaderup-0.1.0 → loaderup-0.1.1}/loaderup/autodiscovery.py +0 -0
  22. {loaderup-0.1.0 → loaderup-0.1.1}/loaderup/cli.py +0 -0
  23. {loaderup-0.1.0 → loaderup-0.1.1}/loaderup/collector.py +0 -0
  24. {loaderup-0.1.0 → loaderup-0.1.1}/loaderup/decorators.py +0 -0
  25. {loaderup-0.1.0 → loaderup-0.1.1}/loaderup/importer.py +0 -0
  26. {loaderup-0.1.0 → loaderup-0.1.1}/loaderup/models.py +0 -0
  27. {loaderup-0.1.0 → loaderup-0.1.1}/loaderup/registry.py +0 -0
  28. {loaderup-0.1.0 → loaderup-0.1.1}/loaderup.egg-info/SOURCES.txt +0 -0
  29. {loaderup-0.1.0 → loaderup-0.1.1}/loaderup.egg-info/dependency_links.txt +0 -0
  30. {loaderup-0.1.0 → loaderup-0.1.1}/loaderup.egg-info/entry_points.txt +0 -0
  31. {loaderup-0.1.0 → loaderup-0.1.1}/loaderup.egg-info/top_level.txt +0 -0
  32. {loaderup-0.1.0 → loaderup-0.1.1}/setup.cfg +0 -0
@@ -1,10 +1,24 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: loaderup
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Lightweight load-testing API and CLI built around FastAPI, k6, and decorator-based target registration.
5
+ Author: Mahdi Haroun
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/MahdiHaroun/LoaderUp
8
+ Project-URL: Repository, https://github.com/MahdiHaroun/LoaderUp
9
+ Project-URL: Issues, https://github.com/MahdiHaroun/LoaderUp/issues
10
+ Keywords: load-testing,fastapi,k6,performance,api-testing,benchmark
11
+ Classifier: Development Status :: 3 - Alpha
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Classifier: Framework :: FastAPI
17
+ Classifier: Topic :: Software Development :: Testing
18
+ Classifier: Topic :: Internet :: WWW/HTTP
5
19
  Requires-Python: >=3.12
6
20
  Description-Content-Type: text/markdown
7
- Requires-Dist: fastapi>=0.135.3
21
+ Requires-Dist: fastapi<=0.115.8,>=0.100
8
22
  Requires-Dist: httpx>=0.28.1
9
23
  Requires-Dist: pydantic>=2.12.5
10
24
  Requires-Dist: python-multipart>=0.0.24
@@ -1,10 +1,24 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: loaderup
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Lightweight load-testing API and CLI built around FastAPI, k6, and decorator-based target registration.
5
+ Author: Mahdi Haroun
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/MahdiHaroun/LoaderUp
8
+ Project-URL: Repository, https://github.com/MahdiHaroun/LoaderUp
9
+ Project-URL: Issues, https://github.com/MahdiHaroun/LoaderUp/issues
10
+ Keywords: load-testing,fastapi,k6,performance,api-testing,benchmark
11
+ Classifier: Development Status :: 3 - Alpha
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: License :: OSI Approved :: MIT License
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Classifier: Framework :: FastAPI
17
+ Classifier: Topic :: Software Development :: Testing
18
+ Classifier: Topic :: Internet :: WWW/HTTP
5
19
  Requires-Python: >=3.12
6
20
  Description-Content-Type: text/markdown
7
- Requires-Dist: fastapi>=0.135.3
21
+ Requires-Dist: fastapi<=0.115.8,>=0.100
8
22
  Requires-Dist: httpx>=0.28.1
9
23
  Requires-Dist: pydantic>=2.12.5
10
24
  Requires-Dist: python-multipart>=0.0.24
@@ -1,4 +1,4 @@
1
- fastapi>=0.135.3
1
+ fastapi<=0.115.8,>=0.100
2
2
  httpx>=0.28.1
3
3
  pydantic>=2.12.5
4
4
  python-multipart>=0.0.24
@@ -4,13 +4,28 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "loaderup"
7
- version = "0.1.0"
7
+ version = "0.1.1"
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"
11
+ license = { text = "MIT" }
12
+ authors = [
13
+ { name = "Mahdi Haroun" },
14
+ ]
15
+ keywords = ["load-testing", "fastapi", "k6", "performance", "api-testing", "benchmark"]
16
+ classifiers = [
17
+ "Development Status :: 3 - Alpha",
18
+ "Intended Audience :: Developers",
19
+ "License :: OSI Approved :: MIT License",
20
+ "Programming Language :: Python :: 3",
21
+ "Programming Language :: Python :: 3.12",
22
+ "Framework :: FastAPI",
23
+ "Topic :: Software Development :: Testing",
24
+ "Topic :: Internet :: WWW/HTTP",
25
+ ]
11
26
 
12
27
  dependencies = [
13
- "fastapi>=0.135.3",
28
+ "fastapi>=0.100,<=0.115.8",
14
29
  "httpx>=0.28.1",
15
30
  "pydantic>=2.12.5",
16
31
  "python-multipart>=0.0.24",
@@ -18,6 +33,11 @@ dependencies = [
18
33
  "rich>=13.10.0",
19
34
  ]
20
35
 
36
+ [project.urls]
37
+ Homepage = "https://github.com/MahdiHaroun/LoaderUp"
38
+ Repository = "https://github.com/MahdiHaroun/LoaderUp"
39
+ Issues = "https://github.com/MahdiHaroun/LoaderUp/issues"
40
+
21
41
  [project.scripts]
22
42
  loaderup = "loaderup.cli:main"
23
43
 
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