arnmatch 0.3.0__py3-none-any.whl → 0.3.1__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.0"
3
+ __version__ = "0.3.1"
4
4
 
5
5
  import sys
6
6
  from dataclasses import dataclass
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: arnmatch
3
- Version: 0.3.0
4
- Summary: arnmatch - parse AWS ARNs into structured data
3
+ Version: 0.3.1
4
+ Summary: Parse AWS ARNs into structured data
5
5
  Author-email: Andrey Gubarev <andrey@andreygubarev.com>
6
6
  Requires-Python: >=3.10
7
7
  Description-Content-Type: text/markdown
@@ -31,7 +31,7 @@ pip install arnmatch
31
31
  ### CLI
32
32
 
33
33
  ```bash
34
- $ arnmatch "arn:aws:lambda:us-east-1:123456789012:function:my-function"
34
+ $ uvx arnmatch "arn:aws:lambda:us-east-1:123456789012:function:my-function"
35
35
  aws_service: lambda
36
36
  aws_region: us-east-1
37
37
  aws_account: 123456789012
@@ -0,0 +1,6 @@
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,,
@@ -1,6 +0,0 @@
1
- arnmatch/__init__.py,sha256=LHndisskoE9eNlKfd5g7Q41RUA3uV1kVE8bx_CsbwKw,3926
2
- arnmatch/arn_patterns.py,sha256=_1ZzNbqTrHWrdMMQAvpu78cdrNmsLaFSpae3auPA7cI,351568
3
- arnmatch-0.3.0.dist-info/METADATA,sha256=bBXvzguzL4mp_J-RSkfe2KZRbGUpZaBEVQhYdQzkcw8,2797
4
- arnmatch-0.3.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
5
- arnmatch-0.3.0.dist-info/entry_points.txt,sha256=k4tR_yh3Rodi-BfwVhc_6TktgYhE7BfMy6s0Zzq6EFk,43
6
- arnmatch-0.3.0.dist-info/RECORD,,