pandoraspec 0.1.1__py3-none-any.whl → 0.1.2__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.
@@ -1,12 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pandoraspec
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: DORA Compliance Auditor for OpenAPI Specs
5
5
  Author-email: Ulises Merlan <ulimerlan@gmail.com>
6
6
  License: MIT
7
7
  Requires-Python: >=3.9
8
8
  Description-Content-Type: text/markdown
9
- Requires-Dist: fastapi
10
9
  Requires-Dist: schemathesis==4.9.1
11
10
  Requires-Dist: typer[all]
12
11
  Requires-Dist: rich
@@ -24,10 +23,45 @@ PanDoraSpec is a CLI tool that performs deep technical due diligence on your API
24
23
 
25
24
  ## 📦 Installation
26
25
 
27
- ```bash
28
26
  pip install pandoraspec
29
27
  ```
30
28
 
29
+ ### System Requirements
30
+ The PDF report generation requires `weasyprint`, which depends on **Pango**.
31
+
32
+ **macOS:**
33
+ ```bash
34
+ brew install pango
35
+ ```
36
+
37
+ **Debian / Ubuntu:**
38
+ ```bash
39
+ sudo apt-get install libpango-1.0-0 libpangoft2-1.0-0
40
+ ```
41
+
42
+ ## 🛠️ Development Setup
43
+
44
+ To run the CLI locally without reinstalling after every change:
45
+
46
+ 1. **Clone & CD**:
47
+ ```bash
48
+ git clone ...
49
+ cd pandoraspec
50
+ ```
51
+
52
+ 2. **Create & Activate Virtual Environment**:
53
+ It's recommended to use a virtual environment to keep dependencies isolated.
54
+ ```bash
55
+ python3 -m venv venv
56
+ source venv/bin/activate # On Windows: venv\Scripts\activate
57
+ ```
58
+
59
+ 3. **Editable Install**:
60
+ ```bash
61
+ pip install -e .
62
+ ```
63
+ This links the `pandoraspec` command directly to your source code. Any changes you make will be reflected immediately.
64
+
31
65
  ## 🚀 Usage
32
66
 
33
67
  Run the audit directly from your terminal.
@@ -63,7 +97,7 @@ Stress tests the API to ensure it handles invalid inputs gracefully (`4xx` vs `5
63
97
  Checks for common security headers and configurations.
64
98
 
65
99
  ### Module D: The Report
66
- Generates a branded PDF report: **"DORA ICT Third-Party Technical Risk Assessment"**.
100
+ Generates a PDF report: **"DORA ICT Third-Party Technical Risk Assessment"**.
67
101
 
68
102
  ---
69
103
 
@@ -2,8 +2,8 @@ pandoraspec/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  pandoraspec/cli.py,sha256=sJsVHMmQ_UHQf_lap--aLuf99_HUS_0rOAA5nTAxF54,3087
3
3
  pandoraspec/core.py,sha256=bKoPYSfqQa4Yn7CxOX6QPCZXCLMLoiagD8aMfzLtC6o,16059
4
4
  pandoraspec/reporting.py,sha256=aAFImWkhi5Ho6AQUCANJy-9MpIbzCJlsCWBSRmivOSQ,8804
5
- pandoraspec-0.1.1.dist-info/METADATA,sha256=-YMhZl-uwnYuBS64UhgYZrr0oQgluAqCOiZR-w5Jq8k,1892
6
- pandoraspec-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- pandoraspec-0.1.1.dist-info/entry_points.txt,sha256=gmXGBQNpfy0IeOjB_SqunmaitLbyFsUZdgfwQOto2P0,52
8
- pandoraspec-0.1.1.dist-info/top_level.txt,sha256=8It7kimNf30-5ZUI7CZl6kCBeImIG8H49ZjSU26dRuc,12
9
- pandoraspec-0.1.1.dist-info/RECORD,,
5
+ pandoraspec-0.1.2.dist-info/METADATA,sha256=EHx4KbCmEkb5LVjxgrCoZiCIYKnHv0C5-mOg-wU-b2Y,2635
6
+ pandoraspec-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ pandoraspec-0.1.2.dist-info/entry_points.txt,sha256=gmXGBQNpfy0IeOjB_SqunmaitLbyFsUZdgfwQOto2P0,52
8
+ pandoraspec-0.1.2.dist-info/top_level.txt,sha256=8It7kimNf30-5ZUI7CZl6kCBeImIG8H49ZjSU26dRuc,12
9
+ pandoraspec-0.1.2.dist-info/RECORD,,