envbool 0.1.2__tar.gz → 0.2.0__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.
- {envbool-0.1.2 → envbool-0.2.0}/PKG-INFO +1 -1
- {envbool-0.1.2 → envbool-0.2.0}/pyproject.toml +1 -1
- {envbool-0.1.2 → envbool-0.2.0}/README.md +0 -0
- {envbool-0.1.2 → envbool-0.2.0}/src/envbool/__init__.py +0 -0
- {envbool-0.1.2 → envbool-0.2.0}/src/envbool/_cli.py +0 -0
- {envbool-0.1.2 → envbool-0.2.0}/src/envbool/_config.py +0 -0
- {envbool-0.1.2 → envbool-0.2.0}/src/envbool/_core.py +0 -0
- {envbool-0.1.2 → envbool-0.2.0}/src/envbool/_defaults.py +0 -0
- {envbool-0.1.2 → envbool-0.2.0}/src/envbool/_env.py +0 -0
- {envbool-0.1.2 → envbool-0.2.0}/src/envbool/exceptions.py +0 -0
- {envbool-0.1.2 → envbool-0.2.0}/src/envbool/py.typed +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: envbool
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0
|
|
4
4
|
Summary: A small Python library and CLI tool for coercing environment variables (and arbitrary strings) into boolean values.
|
|
5
5
|
Keywords: environment variables,boolean,configuration,env,coerce
|
|
6
6
|
Author: Kyle O'Malley
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "envbool"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.2.0"
|
|
4
4
|
description = "A small Python library and CLI tool for coercing environment variables (and arbitrary strings) into boolean values."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
authors = [{ name = "Kyle O'Malley", email = "j.kyle.omalley@gmail.com" }]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|