python-dotsecenv 0.0.1__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.
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: python-dotsecenv
3
+ Version: 0.0.1
4
+ Summary: Encrypt .env secrets at rest with GPG
5
+ License: MIT
6
+ Project-URL: Homepage, https://dotsecenv.com
7
+ Project-URL: Repository, https://github.com/dotsecenv/dotsecenv
8
+ Keywords: env,secrets,encryption,gpg,dotenv
9
+ Requires-Python: >=3.8
@@ -0,0 +1,8 @@
1
+ # python-dotsecenv
2
+
3
+ Encrypt .env secrets at rest with GPG.
4
+
5
+ This is a placeholder package. The actual CLI is distributed via [GitHub releases](https://github.com/dotsecenv/dotsecenv/releases).
6
+
7
+ - **Docs**: https://dotsecenv.com
8
+ - **Source**: https://github.com/dotsecenv/dotsecenv
@@ -0,0 +1,15 @@
1
+ [build-system]
2
+ requires = ["setuptools>=61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "python-dotsecenv"
7
+ version = "0.0.1"
8
+ description = "Encrypt .env secrets at rest with GPG"
9
+ license = {text = "MIT"}
10
+ requires-python = ">=3.8"
11
+ keywords = ["env", "secrets", "encryption", "gpg", "dotenv"]
12
+
13
+ [project.urls]
14
+ Homepage = "https://dotsecenv.com"
15
+ Repository = "https://github.com/dotsecenv/dotsecenv"
@@ -0,0 +1,9 @@
1
+ Metadata-Version: 2.4
2
+ Name: python-dotsecenv
3
+ Version: 0.0.1
4
+ Summary: Encrypt .env secrets at rest with GPG
5
+ License: MIT
6
+ Project-URL: Homepage, https://dotsecenv.com
7
+ Project-URL: Repository, https://github.com/dotsecenv/dotsecenv
8
+ Keywords: env,secrets,encryption,gpg,dotenv
9
+ Requires-Python: >=3.8
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ python_dotsecenv.egg-info/PKG-INFO
4
+ python_dotsecenv.egg-info/SOURCES.txt
5
+ python_dotsecenv.egg-info/dependency_links.txt
6
+ python_dotsecenv.egg-info/top_level.txt
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+