Metadata-Version: 2.1
Name: python-dotenvx
Version: 0.1.2
Summary: [dotenvx.com] a better dotenv–from the creator of `dotenv`
Home-page: https://github.com/dotenvx/python-dotenvx
Author: dotenv
Author-email: mot@dotenvx.com
License: BSD-3-Clause
Keywords: environment,environment variables,deployments,settings,env,dotenv,configurations,python,dotenvx
Description-Content-Type: text/markdown
License-File: LICENSE

[![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

&nbsp;


### 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"))
```

&nbsp;


# 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.
