arnmatch 0.3.1__py3-none-any.whl → 0.3.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.
- arnmatch/__init__.py +1 -1
- {arnmatch-0.3.1.dist-info → arnmatch-0.3.2.dist-info}/METADATA +8 -2
- arnmatch-0.3.2.dist-info/RECORD +6 -0
- arnmatch-0.3.1.dist-info/RECORD +0 -6
- {arnmatch-0.3.1.dist-info → arnmatch-0.3.2.dist-info}/WHEEL +0 -0
- {arnmatch-0.3.1.dist-info → arnmatch-0.3.2.dist-info}/entry_points.txt +0 -0
arnmatch/__init__.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: arnmatch
|
|
3
|
-
Version: 0.3.
|
|
4
|
-
Summary: Parse AWS ARNs into structured data
|
|
3
|
+
Version: 0.3.2
|
|
4
|
+
Summary: Parse AWS ARNs into structured data (2000+ resource types)
|
|
5
5
|
Author-email: Andrey Gubarev <andrey@andreygubarev.com>
|
|
6
6
|
Requires-Python: >=3.10
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
@@ -12,6 +12,10 @@ Parse AWS ARNs into structured data.
|
|
|
12
12
|
|
|
13
13
|

|
|
14
14
|
|
|
15
|
+
## Why
|
|
16
|
+
|
|
17
|
+
AWS ARN formats are inconsistent. This problem was unsolved. Now it's solved (for 2000+ resource types from 300+ services). You're welcome.
|
|
18
|
+
|
|
15
19
|
## Features
|
|
16
20
|
|
|
17
21
|
- Zero runtime dependencies
|
|
@@ -96,6 +100,8 @@ Prerequisites: [uv](https://github.com/astral-sh/uv)
|
|
|
96
100
|
|
|
97
101
|
```bash
|
|
98
102
|
make lint # Run ruff linter
|
|
103
|
+
make test # Run pytest tests
|
|
104
|
+
make check # Run lint and test
|
|
99
105
|
make build # Build wheel and tarball
|
|
100
106
|
make publish # Build and upload to PyPI
|
|
101
107
|
make clean # Remove build artifacts
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
arnmatch/__init__.py,sha256=8eeYRwIu9WY-CPlujy06MCByeBDxvkuBxsC56J3avzU,3926
|
|
2
|
+
arnmatch/arn_patterns.py,sha256=_1ZzNbqTrHWrdMMQAvpu78cdrNmsLaFSpae3auPA7cI,351568
|
|
3
|
+
arnmatch-0.3.2.dist-info/METADATA,sha256=UUmTL6M_2-QKEUYUW8Xe75ghSvNW20U2Qa5IlGquh28,3033
|
|
4
|
+
arnmatch-0.3.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
5
|
+
arnmatch-0.3.2.dist-info/entry_points.txt,sha256=k4tR_yh3Rodi-BfwVhc_6TktgYhE7BfMy6s0Zzq6EFk,43
|
|
6
|
+
arnmatch-0.3.2.dist-info/RECORD,,
|
arnmatch-0.3.1.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
arnmatch/__init__.py,sha256=0wjjGQPi3iz4yhfQOyuPPECSEIwTY7dbVDIJE-EANSU,3926
|
|
2
|
-
arnmatch/arn_patterns.py,sha256=_1ZzNbqTrHWrdMMQAvpu78cdrNmsLaFSpae3auPA7cI,351568
|
|
3
|
-
arnmatch-0.3.1.dist-info/METADATA,sha256=G-8engLIim1QdU1uw45dxATlFOIuT-Y3iAPZpjyIPdY,2790
|
|
4
|
-
arnmatch-0.3.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
5
|
-
arnmatch-0.3.1.dist-info/entry_points.txt,sha256=k4tR_yh3Rodi-BfwVhc_6TktgYhE7BfMy6s0Zzq6EFk,43
|
|
6
|
-
arnmatch-0.3.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|