repofail 0.2.7__tar.gz → 0.2.9__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 (61) hide show
  1. {repofail-0.2.7 → repofail-0.2.9}/PKG-INFO +4 -4
  2. {repofail-0.2.7 → repofail-0.2.9}/README.md +3 -3
  3. {repofail-0.2.7 → repofail-0.2.9}/pyproject.toml +2 -2
  4. {repofail-0.2.7 → repofail-0.2.9}/.github/workflows/publish.yml +0 -0
  5. {repofail-0.2.7 → repofail-0.2.9}/.github/workflows/repofail.yml +0 -0
  6. {repofail-0.2.7 → repofail-0.2.9}/.gitignore +0 -0
  7. {repofail-0.2.7 → repofail-0.2.9}/CONTRIBUTING.md +0 -0
  8. {repofail-0.2.7 → repofail-0.2.9}/Formula/repofail.rb +0 -0
  9. {repofail-0.2.7 → repofail-0.2.9}/LICENSE +0 -0
  10. {repofail-0.2.7 → repofail-0.2.9}/RULES.md +0 -0
  11. {repofail-0.2.7 → repofail-0.2.9}/contract.json +0 -0
  12. {repofail-0.2.7 → repofail-0.2.9}/docs/assets/demo-autogpt.png +0 -0
  13. {repofail-0.2.7 → repofail-0.2.9}/docs/assets/repofail-logo.png +0 -0
  14. {repofail-0.2.7 → repofail-0.2.9}/docs/logo.png +0 -0
  15. {repofail-0.2.7 → repofail-0.2.9}/docs/screenshots/high_failure.png +0 -0
  16. {repofail-0.2.7 → repofail-0.2.9}/docs/screenshots/nodefail.gif +0 -0
  17. {repofail-0.2.7 → repofail-0.2.9}/repofail/__init__.py +0 -0
  18. {repofail-0.2.7 → repofail-0.2.9}/repofail/cli.py +0 -0
  19. {repofail-0.2.7 → repofail-0.2.9}/repofail/contract.py +0 -0
  20. {repofail-0.2.7 → repofail-0.2.9}/repofail/engine.py +0 -0
  21. {repofail-0.2.7 → repofail-0.2.9}/repofail/fleet.py +0 -0
  22. {repofail-0.2.7 → repofail-0.2.9}/repofail/format.py +0 -0
  23. {repofail-0.2.7 → repofail-0.2.9}/repofail/lock.py +0 -0
  24. {repofail-0.2.7 → repofail-0.2.9}/repofail/models.py +0 -0
  25. {repofail-0.2.7 → repofail-0.2.9}/repofail/risk.py +0 -0
  26. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/__init__.py +0 -0
  27. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/abi_wheel_mismatch.py +0 -0
  28. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/apple_silicon.py +0 -0
  29. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/base.py +0 -0
  30. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/docker_only.py +0 -0
  31. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/gpu_memory.py +0 -0
  32. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/info_signals.py +0 -0
  33. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/lock_file_missing.py +0 -0
  34. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/ml_niche.py +0 -0
  35. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/native_toolchain.py +0 -0
  36. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/node_engine.py +0 -0
  37. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/node_eol.py +0 -0
  38. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/node_windows.py +0 -0
  39. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/port_collision.py +0 -0
  40. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/python_eol.py +0 -0
  41. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/python_version.py +0 -0
  42. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/registry.py +0 -0
  43. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/spec_drift.py +0 -0
  44. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/system_libs.py +0 -0
  45. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/torch_cuda.py +0 -0
  46. {repofail-0.2.7 → repofail-0.2.9}/repofail/rules/yaml_loader.py +0 -0
  47. {repofail-0.2.7 → repofail-0.2.9}/repofail/scanner/__init__.py +0 -0
  48. {repofail-0.2.7 → repofail-0.2.9}/repofail/scanner/ast_scan.py +0 -0
  49. {repofail-0.2.7 → repofail-0.2.9}/repofail/scanner/host.py +0 -0
  50. {repofail-0.2.7 → repofail-0.2.9}/repofail/scanner/parsers.py +0 -0
  51. {repofail-0.2.7 → repofail-0.2.9}/repofail/scanner/repo.py +0 -0
  52. {repofail-0.2.7 → repofail-0.2.9}/repofail/telemetry.py +0 -0
  53. {repofail-0.2.7 → repofail-0.2.9}/tests/__init__.py +0 -0
  54. {repofail-0.2.7 → repofail-0.2.9}/tests/test_cli_stage2.py +0 -0
  55. {repofail-0.2.7 → repofail-0.2.9}/tests/test_contract.py +0 -0
  56. {repofail-0.2.7 → repofail-0.2.9}/tests/test_fleet.py +0 -0
  57. {repofail-0.2.7 → repofail-0.2.9}/tests/test_integration.py +0 -0
  58. {repofail-0.2.7 → repofail-0.2.9}/tests/test_ml_rules.py +0 -0
  59. {repofail-0.2.7 → repofail-0.2.9}/tests/test_rules.py +0 -0
  60. {repofail-0.2.7 → repofail-0.2.9}/tests/test_scanner.py +0 -0
  61. {repofail-0.2.7 → repofail-0.2.9}/tests/test_telemetry.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: repofail
3
- Version: 0.2.7
3
+ Version: 0.2.9
4
4
  Summary: Predict why a repository will fail on your machine before you run it.
5
5
  Author: Jayanth
6
6
  License-File: LICENSE
@@ -19,7 +19,7 @@ Requires-Dist: pytest>=7.0; extra == 'dev'
19
19
  Description-Content-Type: text/markdown
20
20
 
21
21
  <p align="center">
22
- <img src="docs/logo.png" width="65%" alt="repofail logo">
22
+ <img src="https://raw.githubusercontent.com/jayvenn21/repofail/main/docs/logo.png" width="65%" alt="repofail logo">
23
23
  </p>
24
24
 
25
25
  <p align="center">
@@ -27,8 +27,8 @@ Description-Content-Type: text/markdown
27
27
  </p>
28
28
 
29
29
  <p align="center">
30
- <a href="https://pypi.org/project/repofail/"><img src="https://img.shields.io/pypi/v/repofail?cacheSeconds=60" alt="PyPI"></a>
31
- <a href="https://pypi.org/project/repofail/"><img src="https://img.shields.io/pypi/pyversions/repofail?cacheSeconds=60" alt="Python"></a>
30
+ <a href="https://pypi.org/project/repofail/"><img src="https://img.shields.io/pypi/v/repofail" alt="PyPI version"></a>
31
+ <a href="https://pypi.org/project/repofail/"><img src="https://img.shields.io/pypi/pyversions/repofail" alt="Python"></a>
32
32
  <a href="https://pypi.org/project/repofail/"><img src="https://img.shields.io/pypi/dm/repofail?cacheSeconds=60" alt="Downloads"></a>
33
33
  <a href="https://github.com/jayvenn21/repofail/actions"><img src="https://img.shields.io/github/actions/workflow/status/jayvenn21/repofail/repofail.yml?branch=main" alt="CI"></a>
34
34
  <img src="https://img.shields.io/badge/runtime-validated-brightgreen" alt="Runtime">
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="docs/logo.png" width="65%" alt="repofail logo">
2
+ <img src="https://raw.githubusercontent.com/jayvenn21/repofail/main/docs/logo.png" width="65%" alt="repofail logo">
3
3
  </p>
4
4
 
5
5
  <p align="center">
@@ -7,8 +7,8 @@
7
7
  </p>
8
8
 
9
9
  <p align="center">
10
- <a href="https://pypi.org/project/repofail/"><img src="https://img.shields.io/pypi/v/repofail?cacheSeconds=60" alt="PyPI"></a>
11
- <a href="https://pypi.org/project/repofail/"><img src="https://img.shields.io/pypi/pyversions/repofail?cacheSeconds=60" alt="Python"></a>
10
+ <a href="https://pypi.org/project/repofail/"><img src="https://img.shields.io/pypi/v/repofail" alt="PyPI version"></a>
11
+ <a href="https://pypi.org/project/repofail/"><img src="https://img.shields.io/pypi/pyversions/repofail" alt="Python"></a>
12
12
  <a href="https://pypi.org/project/repofail/"><img src="https://img.shields.io/pypi/dm/repofail?cacheSeconds=60" alt="Downloads"></a>
13
13
  <a href="https://github.com/jayvenn21/repofail/actions"><img src="https://img.shields.io/github/actions/workflow/status/jayvenn21/repofail/repofail.yml?branch=main" alt="CI"></a>
14
14
  <img src="https://img.shields.io/badge/runtime-validated-brightgreen" alt="Runtime">
@@ -4,9 +4,9 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "repofail"
7
- version = "0.2.7"
7
+ version = "0.2.9"
8
8
  description = "Predict why a repository will fail on your machine before you run it."
9
- readme = "README.md"
9
+ readme = { file = "README.md", content-type = "text/markdown" }
10
10
  requires-python = ">=3.10"
11
11
  authors = [{ name = "Jayanth" }]
12
12
  dependencies = [
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
File without changes
File without changes