arnmatch 0.3.2__py3-none-any.whl → 2026.1.0__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 CHANGED
@@ -1,6 +1,6 @@
1
1
  """ARN pattern matching using regex patterns."""
2
2
 
3
- __version__ = "0.3.2"
3
+ __version__ = "2026.01.0"
4
4
 
5
5
  import sys
6
6
  from dataclasses import dataclass
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: arnmatch
3
- Version: 0.3.2
3
+ Version: 2026.1.0
4
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
@@ -94,6 +94,10 @@ Properties:
94
94
 
95
95
  Exception raised when ARN parsing fails. Inherits from `ValueError`.
96
96
 
97
+ ## Versioning
98
+
99
+ This project uses [CalVer](https://calver.org/) with format `YYYY.MM.MICRO` (e.g., `2026.01.0`).
100
+
97
101
  ## Development
98
102
 
99
103
  Prerequisites: [uv](https://github.com/astral-sh/uv)
@@ -0,0 +1,6 @@
1
+ arnmatch/__init__.py,sha256=QOU1UsHrmWmpDypPLeaxrdSVECVAkOQv_N-sw0Ann3Y,3930
2
+ arnmatch/arn_patterns.py,sha256=_1ZzNbqTrHWrdMMQAvpu78cdrNmsLaFSpae3auPA7cI,351568
3
+ arnmatch-2026.1.0.dist-info/METADATA,sha256=-SCS4GI_VCDxe1pyj5NecvlicE6Zw2usWq9STSNrxRU,3149
4
+ arnmatch-2026.1.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
5
+ arnmatch-2026.1.0.dist-info/entry_points.txt,sha256=k4tR_yh3Rodi-BfwVhc_6TktgYhE7BfMy6s0Zzq6EFk,43
6
+ arnmatch-2026.1.0.dist-info/RECORD,,
@@ -1,6 +0,0 @@
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,,