>
> Warning: work in progress. until complete, please use [github.com/dotenvx/dotenvx](https://github.com/dotenvx/dotenvx)
>
[![dotenvx](https://dotenvx.com/better-banner.png)](https://dotenvx.com)
*a better dotenv*–from the creator of [`dotenv`](https://github.com/motdotla/dotenv).
* run anywhere (cross-platform)
* multi-environment
* encrypted envs
### Quickstart [![PyPI version](https://badge.fury.io/py/python-dotenvx.svg)](http://badge.fury.io/py/python-dotenvx)
Install and use it in code just like `python-dotenv`.
```sh
pip install python-dotenv
```
```python
# main.py
import os
from dotenvx import load_dotenvx
load_dotenvx() # take environment variables from .env.
print(os.getenv("S3_BUCKET"))
```
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [Unreleased](https://github.com/dotenv-org/python-dotenvx/compare/v0.0.1...main)
## 0.1.1
Please see commit history.
Raw data
{
"_id": null,
"home_page": "https://github.com/dotenvx/python-dotenvx",
"name": "python-dotenvx",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "environment, environment variables, deployments, settings, env, dotenv, configurations, python, dotenvx",
"author": "dotenv",
"author_email": "mot@dotenvx.com",
"download_url": "https://files.pythonhosted.org/packages/76/fe/c9b225dc404a126586bf5bb957c2bc4d38d0b8d04af1ca3eb04a9078cd72/python_dotenvx-0.2.0.tar.gz",
"platform": null,
"description": ">\n> Warning: work in progress. until complete, please use [github.com/dotenvx/dotenvx](https://github.com/dotenvx/dotenvx)\n>\n\n[![dotenvx](https://dotenvx.com/better-banner.png)](https://dotenvx.com)\n\n*a better dotenv*\u2013from the creator of [`dotenv`](https://github.com/motdotla/dotenv).\n\n* run anywhere (cross-platform)\n* multi-environment\n* encrypted envs\n\n \n\n\n### Quickstart [![PyPI version](https://badge.fury.io/py/python-dotenvx.svg)](http://badge.fury.io/py/python-dotenvx) \n\nInstall and use it in code just like `python-dotenv`.\n\n```sh\npip install python-dotenv\n```\n```python\n# main.py\nimport os\nfrom dotenvx import load_dotenvx\nload_dotenvx() # take environment variables from .env.\n\nprint(os.getenv(\"S3_BUCKET\"))\n```\n\n \n\n\n# Changelog\n\nAll notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n\n## [Unreleased](https://github.com/dotenv-org/python-dotenvx/compare/v0.0.1...main)\n\n## 0.1.1\n\nPlease see commit history.\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "[dotenvx.com] a better dotenv\u2013from the creator of `dotenv`",
"version": "0.2.0",
"project_urls": {
"Homepage": "https://github.com/dotenvx/python-dotenvx"
},
"split_keywords": [
"environment",
" environment variables",
" deployments",
" settings",
" env",
" dotenv",
" configurations",
" python",
" dotenvx"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7d7569b06d3b085dfe3d008e4ecac3b6f61182aa85004bbbf09b33c7a90cbef9",
"md5": "4ee40c8eb32ed7c3c63750b26b7a46d4",
"sha256": "90357a5678542214b7eadd8bf0e0bf559e6832efe52b2cdce2ad27927f081cb4"
},
"downloads": -1,
"filename": "python_dotenvx-0.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4ee40c8eb32ed7c3c63750b26b7a46d4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3456,
"upload_time": "2024-10-18T17:23:06",
"upload_time_iso_8601": "2024-10-18T17:23:06.680324Z",
"url": "https://files.pythonhosted.org/packages/7d/75/69b06d3b085dfe3d008e4ecac3b6f61182aa85004bbbf09b33c7a90cbef9/python_dotenvx-0.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "76fec9b225dc404a126586bf5bb957c2bc4d38d0b8d04af1ca3eb04a9078cd72",
"md5": "39d14eaf6c3d1de091cba3ab5ca653f7",
"sha256": "6d6c1efeb08aa8eaddd5e77101874041083cd4c00210d5d46b1fe0fa2d642959"
},
"downloads": -1,
"filename": "python_dotenvx-0.2.0.tar.gz",
"has_sig": false,
"md5_digest": "39d14eaf6c3d1de091cba3ab5ca653f7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3225,
"upload_time": "2024-10-18T17:23:08",
"upload_time_iso_8601": "2024-10-18T17:23:08.388926Z",
"url": "https://files.pythonhosted.org/packages/76/fe/c9b225dc404a126586bf5bb957c2bc4d38d0b8d04af1ca3eb04a9078cd72/python_dotenvx-0.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-18 17:23:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "dotenvx",
"github_project": "python-dotenvx",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "python-dotenvx"
}