get-hc-secrets 1.2__tar.gz → 1.3__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: get_hc_secrets
3
- Version: 1.2
3
+ Version: 1.3
4
4
  Summary: A package to read secrets from Hashicorp vault
5
5
  Home-page: https://github.com/xmayeur/getSecrets
6
6
  Author: Xavier Mayeur
@@ -19,12 +19,12 @@ Requires-Dist: requests
19
19
  # getSecrets package
20
20
 
21
21
 
22
- getSecrets is a simple package that reads a secret from a Hashicorp vault
22
+ getSecrets is a simple package that reads from the 'secret' repository of a Hashicorp vault
23
23
 
24
24
  usage:
25
25
 
26
26
  ```
27
- from get_hc_secrets import get_secret
27
+ from get_secrets import get_secret
28
28
 
29
29
  data = get_secret(<id>)
30
30
  ```
@@ -1,12 +1,12 @@
1
1
  # getSecrets package
2
2
 
3
3
 
4
- getSecrets is a simple package that reads a secret from a Hashicorp vault
4
+ getSecrets is a simple package that reads from the 'secret' repository of a Hashicorp vault
5
5
 
6
6
  usage:
7
7
 
8
8
  ```
9
- from get_hc_secrets import get_secret
9
+ from get_secrets import get_secret
10
10
 
11
11
  data = get_secret(<id>)
12
12
  ```
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: get_hc_secrets
3
- Version: 1.2
3
+ Version: 1.3
4
4
  Summary: A package to read secrets from Hashicorp vault
5
5
  Home-page: https://github.com/xmayeur/getSecrets
6
6
  Author: Xavier Mayeur
@@ -19,12 +19,12 @@ Requires-Dist: requests
19
19
  # getSecrets package
20
20
 
21
21
 
22
- getSecrets is a simple package that reads a secret from a Hashicorp vault
22
+ getSecrets is a simple package that reads from the 'secret' repository of a Hashicorp vault
23
23
 
24
24
  usage:
25
25
 
26
26
  ```
27
- from get_hc_secrets import get_secret
27
+ from get_secrets import get_secret
28
28
 
29
29
  data = get_secret(<id>)
30
30
  ```
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='get_hc_secrets',
5
- version='1.2',
5
+ version='1.3',
6
6
  packages=['src'],
7
7
  url='https://github.com/xmayeur/getSecrets',
8
8
  license='',
File without changes
File without changes