keyrings.codeartifact 2.1.1__py3-none-any.whl → 2.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.
- {keyrings_codeartifact-2.1.1.dist-info → keyrings_codeartifact-2.1.2.dist-info}/METADATA +20 -9
- keyrings_codeartifact-2.1.2.dist-info/RECORD +8 -0
- keyrings_codeartifact-2.1.1.dist-info/RECORD +0 -8
- {keyrings_codeartifact-2.1.1.dist-info → keyrings_codeartifact-2.1.2.dist-info}/WHEEL +0 -0
- {keyrings_codeartifact-2.1.1.dist-info → keyrings_codeartifact-2.1.2.dist-info}/entry_points.txt +0 -0
- {keyrings_codeartifact-2.1.1.dist-info → keyrings_codeartifact-2.1.2.dist-info}/licenses/LICENSE +0 -0
- {keyrings_codeartifact-2.1.1.dist-info → keyrings_codeartifact-2.1.2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: keyrings.codeartifact
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.2
|
4
4
|
Summary: Automatically retrieve credentials for AWS CodeArtifact.
|
5
5
|
Author-email: "Joshua M. Keyes" <joshua.michael.keyes@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/jmkeyes/keyrings.codeartifact
|
@@ -14,14 +14,14 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
14
14
|
Requires-Python: >=3.9
|
15
15
|
Description-Content-Type: text/markdown
|
16
16
|
License-File: LICENSE
|
17
|
-
Requires-Dist: keyring~=25.
|
18
|
-
Requires-Dist: boto3~=1.
|
19
|
-
Provides-Extra:
|
20
|
-
Requires-Dist: flake8; extra == "
|
21
|
-
Requires-Dist: black; extra == "
|
22
|
-
Provides-Extra:
|
23
|
-
Requires-Dist: pytest>=6; extra == "
|
24
|
-
Requires-Dist: pytest-cov; extra == "
|
17
|
+
Requires-Dist: keyring~=25.6
|
18
|
+
Requires-Dist: boto3~=1.39
|
19
|
+
Provides-Extra: dev
|
20
|
+
Requires-Dist: flake8; extra == "dev"
|
21
|
+
Requires-Dist: black; extra == "dev"
|
22
|
+
Provides-Extra: test
|
23
|
+
Requires-Dist: pytest>=6; extra == "test"
|
24
|
+
Requires-Dist: pytest-cov; extra == "test"
|
25
25
|
Dynamic: license-file
|
26
26
|
|
27
27
|
AWS CodeArtifact Keyring Backend
|
@@ -115,3 +115,14 @@ profile_name=special_profile
|
|
115
115
|
[codeartifact account="999999999999" name="staging"]
|
116
116
|
profile_name=staging_profile
|
117
117
|
```
|
118
|
+
|
119
|
+
Development Environment
|
120
|
+
-----------------------
|
121
|
+
|
122
|
+
Use a virtual environment:
|
123
|
+
|
124
|
+
```
|
125
|
+
$ python3 -m venv venv
|
126
|
+
$ source venv/bin/activate
|
127
|
+
$ pip install -e .[dev,test]
|
128
|
+
```
|
@@ -0,0 +1,8 @@
|
|
1
|
+
keyrings/__init__.py,sha256=ED6jHcYiuYpr_0vjGz0zx2lrrmJT9sDJCzIljoDfmlM,65
|
2
|
+
keyrings/codeartifact.py,sha256=tfXlAFvgwiNHmCaJvhhWb_ZUEs_U18q58V_-cqFenqk,8516
|
3
|
+
keyrings_codeartifact-2.1.2.dist-info/licenses/LICENSE,sha256=rBKHwYBR3VuB8PVCXNYgSaJqhvpradtRbu9SEMxfRiI,1105
|
4
|
+
keyrings_codeartifact-2.1.2.dist-info/METADATA,sha256=xV3RPwGafqpsHC62o9zuNiGCjZwWSz3KMFhvwC2k6uM,4473
|
5
|
+
keyrings_codeartifact-2.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
+
keyrings_codeartifact-2.1.2.dist-info/entry_points.txt,sha256=Dtin9CsXc5q4hx0zKP2PiPNqVaQIlhnIX042QMqbM6U,60
|
7
|
+
keyrings_codeartifact-2.1.2.dist-info/top_level.txt,sha256=CFU-m0Q3B8OHGUonsk82bd-w5tsD16QsqpnMH4hufJY,9
|
8
|
+
keyrings_codeartifact-2.1.2.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
keyrings/__init__.py,sha256=ED6jHcYiuYpr_0vjGz0zx2lrrmJT9sDJCzIljoDfmlM,65
|
2
|
-
keyrings/codeartifact.py,sha256=tfXlAFvgwiNHmCaJvhhWb_ZUEs_U18q58V_-cqFenqk,8516
|
3
|
-
keyrings_codeartifact-2.1.1.dist-info/licenses/LICENSE,sha256=rBKHwYBR3VuB8PVCXNYgSaJqhvpradtRbu9SEMxfRiI,1105
|
4
|
-
keyrings_codeartifact-2.1.1.dist-info/METADATA,sha256=KfcIJ5OQVrt81zNmitYIOdq5P63qV5_l67eay6gTtis,4323
|
5
|
-
keyrings_codeartifact-2.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
-
keyrings_codeartifact-2.1.1.dist-info/entry_points.txt,sha256=Dtin9CsXc5q4hx0zKP2PiPNqVaQIlhnIX042QMqbM6U,60
|
7
|
-
keyrings_codeartifact-2.1.1.dist-info/top_level.txt,sha256=CFU-m0Q3B8OHGUonsk82bd-w5tsD16QsqpnMH4hufJY,9
|
8
|
-
keyrings_codeartifact-2.1.1.dist-info/RECORD,,
|
File without changes
|
{keyrings_codeartifact-2.1.1.dist-info → keyrings_codeartifact-2.1.2.dist-info}/entry_points.txt
RENAMED
File without changes
|
{keyrings_codeartifact-2.1.1.dist-info → keyrings_codeartifact-2.1.2.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
{keyrings_codeartifact-2.1.1.dist-info → keyrings_codeartifact-2.1.2.dist-info}/top_level.txt
RENAMED
File without changes
|