The Nitric SDK for Python 3
Project description
Nitric Python SDK
The Python SDK supports the use of the cloud-portable Nitric framework with Python 3.7+.
The Nitric Python SDK is currently in Preview, API changes are likely prior to v1.x release.
Read full documentation here.
Usage
Nitric Functions (FaaS):
- Install Python 3.7+
- Install the Nitric CLI
- Create / Open a Nitric Project
- Make a Python37 function
# Create a new project
nitric make:project example-python
cd example-python
# Create a python37 Nitric Function
nitric make:service function/python37 example-function
note: The SDK will be included in the requirements.txt of a new Python function by default.
Standard Python Project
- Install Python 3.7+
# Install the Nitric SDK
pip3 install nitric
# import classes/modules as required
from nitric.api import Events, KeyValueClient
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nitric-0.6.0.dev9.tar.gz
(21.8 kB
view hashes)
Built Distribution
Close
Hashes for nitric-0.6.0.dev9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08fc78c1983db972486a96199be6c4227226cc0633e50135f781fdee54d789c3 |
|
MD5 | 4675e9d38dd7fa688385d7e26ff39018 |
|
BLAKE2b-256 | e3f93ae40943415074f8719a1c74704dcae8f4acd26621d2d217b582dfbd96ba |