pysentry-rs 0.3.7__cp39-cp39-macosx_11_0_arm64.whl → 0.3.10__cp39-cp39-macosx_11_0_arm64.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.
Potentially problematic release.
This version of pysentry-rs might be problematic. Click here for more details.
- pysentry/_internal.cpython-39-darwin.so +0 -0
- {pysentry_rs-0.3.7.dist-info → pysentry_rs-0.3.10.dist-info}/METADATA +9 -11
- pysentry_rs-0.3.10.dist-info/RECORD +7 -0
- {pysentry_rs-0.3.7.dist-info → pysentry_rs-0.3.10.dist-info}/WHEEL +1 -1
- pysentry_rs-0.3.7.dist-info/RECORD +0 -7
- {pysentry_rs-0.3.7.dist-info → pysentry_rs-0.3.10.dist-info}/entry_points.txt +0 -0
- {pysentry_rs-0.3.7.dist-info → pysentry_rs-0.3.10.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pysentry-rs
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.10
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Intended Audience :: Developers
|
|
6
6
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
|
7
7
|
Classifier: Programming Language :: Rust
|
|
8
8
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
9
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
10
9
|
Classifier: Programming Language :: Python :: 3.9
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.10
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -18,7 +17,7 @@ License-File: LICENSE
|
|
|
18
17
|
Summary: Security vulnerability auditing tool for Python packages
|
|
19
18
|
Author-email: nyudenkov <nyudenkov@pm.me>
|
|
20
19
|
License: GPL-3.0
|
|
21
|
-
Requires-Python: >=3.
|
|
20
|
+
Requires-Python: >=3.9
|
|
22
21
|
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
23
22
|
Project-URL: Homepage, https://github.com/nyudenkov/pysentry
|
|
24
23
|
Project-URL: Repository, https://github.com/nyudenkov/pysentry
|
|
@@ -79,7 +78,7 @@ This method:
|
|
|
79
78
|
|
|
80
79
|
### 📦 From PyPI (Python Package)
|
|
81
80
|
|
|
82
|
-
For Python 3.
|
|
81
|
+
For Python 3.9+ on Linux, macOS, and Windows:
|
|
83
82
|
|
|
84
83
|
```bash
|
|
85
84
|
pip install pysentry-rs
|
|
@@ -130,22 +129,21 @@ The binary will be available at `target/release/pysentry`.
|
|
|
130
129
|
|
|
131
130
|
### Requirements
|
|
132
131
|
|
|
133
|
-
- **For uvx**: Python 3.
|
|
132
|
+
- **For uvx**: Python 3.9+ and [uv](https://docs.astral.sh/uv/) installed
|
|
134
133
|
- **For binaries**: No additional dependencies
|
|
135
|
-
- **For Python package**: Python 3.
|
|
134
|
+
- **For Python package**: Python 3.9+
|
|
136
135
|
- **For Rust package and source**: Rust 1.79+
|
|
137
136
|
|
|
138
137
|
### Platform Support
|
|
139
138
|
|
|
140
139
|
| Installation Method | Linux | macOS | Windows |
|
|
141
140
|
| ------------------- | ----- | ----- | ------- |
|
|
142
|
-
| uvx | ✅ | ✅ |
|
|
143
|
-
| PyPI (pip) | ✅ | ✅ |
|
|
141
|
+
| uvx | ✅ | ✅ | ✅ |
|
|
142
|
+
| PyPI (pip) | ✅ | ✅ | ✅ |
|
|
144
143
|
| Crates.io (cargo) | ✅ | ✅ | ✅ |
|
|
145
144
|
| GitHub Releases | ✅ | ✅ | ✅ |
|
|
146
145
|
| From Source | ✅ | ✅ | ✅ |
|
|
147
146
|
|
|
148
|
-
**Note**: Windows Python wheels are not available due to compilation complexity. Windows users should use the pre-built binary from GitHub releases, install via cargo and build from source.
|
|
149
147
|
|
|
150
148
|
### CLI Command Names
|
|
151
149
|
|
|
@@ -301,7 +299,7 @@ Add PySentry to your `.pre-commit-config.yaml`:
|
|
|
301
299
|
```yaml
|
|
302
300
|
repos:
|
|
303
301
|
- repo: https://github.com/pysentry/pysentry-pre-commit
|
|
304
|
-
rev: v0.3.
|
|
302
|
+
rev: v0.3.7
|
|
305
303
|
hooks:
|
|
306
304
|
- id: pysentry # default pysentry settings
|
|
307
305
|
```
|
|
@@ -311,7 +309,7 @@ repos:
|
|
|
311
309
|
```yaml
|
|
312
310
|
repos:
|
|
313
311
|
- repo: https://github.com/pysentry/pysentry-pre-commit
|
|
314
|
-
rev: v0.3.
|
|
312
|
+
rev: v0.3.7
|
|
315
313
|
hooks:
|
|
316
314
|
- id: pysentry
|
|
317
315
|
args: ["--sources", "pypa,osv", "--fail-on", "high"]
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
pysentry/__init__.py,sha256=uSo2bKZNbcRd1bEXOzF3MuxrEapECowrIHG0t_DERa8,611
|
|
2
|
+
pysentry/_internal.cpython-39-darwin.so,sha256=Dfq-3VVctJ6GvqMZX1dcltdpl6Hmszbs0CxJzPhfOJE,10084128
|
|
3
|
+
pysentry_rs-0.3.10.dist-info/METADATA,sha256=nPaEvu1KyH94RdHAy12BC5FYcAyE2u00h79q2lObvoQ,27461
|
|
4
|
+
pysentry_rs-0.3.10.dist-info/WHEEL,sha256=eaks-ToHCMaE9uuBvsY2O9kgX6WLc_MSizbs-MkpJw8,102
|
|
5
|
+
pysentry_rs-0.3.10.dist-info/entry_points.txt,sha256=3bJguekVEbXTn-ceDCWJaSIZScquPPP1Ux9TPVHHanE,44
|
|
6
|
+
pysentry_rs-0.3.10.dist-info/licenses/LICENSE,sha256=TAMtDCoJuavXz7pCEklrzjH55sdvsy5gKsXY9NsImwY,34878
|
|
7
|
+
pysentry_rs-0.3.10.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
pysentry/__init__.py,sha256=uSo2bKZNbcRd1bEXOzF3MuxrEapECowrIHG0t_DERa8,611
|
|
2
|
-
pysentry/_internal.cpython-39-darwin.so,sha256=-PX-ESMzj-aPTI9KHzosBS74J57m7skYiI-KUFT-tGI,10784864
|
|
3
|
-
pysentry_rs-0.3.7.dist-info/METADATA,sha256=Z7Gt0YF-GsWvIknYohKcqjEZhHR9EmdUg-23JymLPm4,27728
|
|
4
|
-
pysentry_rs-0.3.7.dist-info/WHEEL,sha256=XNDUDUieSorG-Y7wZ8qiKEUDK0umKv3PscUlyjQeFKE,102
|
|
5
|
-
pysentry_rs-0.3.7.dist-info/entry_points.txt,sha256=3bJguekVEbXTn-ceDCWJaSIZScquPPP1Ux9TPVHHanE,44
|
|
6
|
-
pysentry_rs-0.3.7.dist-info/licenses/LICENSE,sha256=TAMtDCoJuavXz7pCEklrzjH55sdvsy5gKsXY9NsImwY,34878
|
|
7
|
-
pysentry_rs-0.3.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|