Metadata-Version: 2.1
Name: nitric
Version: 0.8.0.dev7
Summary: The Nitric SDK for Python 3
Home-page: https://github.com/nitrictech/python-sdk
Author: Nitric
Author-email: team@nitric.io
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: nitric-api (==0.18.0)
Requires-Dist: protobuf (==3.19.4)
Requires-Dist: asyncio
Provides-Extra: dev
Requires-Dist: tox (==3.20.1) ; extra == 'dev'
Requires-Dist: twine (==3.2.0) ; extra == 'dev'
Requires-Dist: pytest (==6.0.1) ; extra == 'dev'
Requires-Dist: pytest-cov (==2.10.1) ; extra == 'dev'
Requires-Dist: pre-commit (==2.12.0) ; extra == 'dev'
Requires-Dist: black (==22.3) ; extra == 'dev'
Requires-Dist: flake8 (==3.9.1) ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: flake8-bugbear ; extra == 'dev'
Requires-Dist: flake8-comprehensions ; extra == 'dev'
Requires-Dist: flake8-string-format ; extra == 'dev'
Requires-Dist: pydocstyle (==6.0.0) ; extra == 'dev'
Requires-Dist: pip-licenses (==3.3.1) ; extra == 'dev'
Requires-Dist: licenseheaders (==0.8.8) ; extra == 'dev'
Requires-Dist: pdoc3 (==0.9.2) ; extra == 'dev'

<p align="center">
  <img src="https://github.com/nitrictech/python-sdk/raw/main/docs/assets/dot-matrix-logo-python.png" alt="Nitric Python SDK Logo"/>
</p>

![test status](https://github.com/nitrictech/python-sdk/actions/workflows/test.yaml/badge.svg?branch=main)
[![codecov](https://codecov.io/gh/nitrictech/python-sdk/branch/main/graph/badge.svg?token=SBFRNSZ4ZF)](https://codecov.io/gh/nitrictech/python-sdk)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nitrictech_python-sdk&metric=alert_status)](https://sonarcloud.io/dashboard?id=nitrictech_python-sdk)

# Nitric Python SDK

The Python SDK supports the use of the cloud-portable [Nitric](https://nitric.io) framework with Python 3.

> The Nitric Python SDK is currently in Preview, API changes are likely prior to v1.x release.

Read full documentation [here](https://nitrictech.github.io/python-sdk/).

## Prerequisites

- Python 3.8+

## Getting Started

### Using the [Nitric CLI](https://github.com/nitrictech/cli)

> nitric is included in all python related projects by default

```bash
nitric stack new
```

Then select `official/Python Stack`

### Adding to an existing project

**pip**

```bash
# Install the Nitric SDK
pip3 install nitric
```

## Usage
[Nitric Documentation](https://nitric.io/docs)

