Metadata-Version: 2.1
Name: digitalization
Version: 0.1.0
Summary: A test package for ops automation
Home-page: https://github.com/thangnt/digitalization
Author: thangnt
Author-email: mr.thangnt@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

Just a test description
Project description
OpenAI Python API library
PyPI version

The OpenAI Python library provides convenient access to the OpenAI REST API from any Python 3.7+ application. The library includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by httpx.

It is generated from our OpenAPI specification with Stainless.

Documentation
The REST API documentation can be found on platform.openai.com. The full API of this library can be found in api.md.

Installation
[!IMPORTANT] The SDK was rewritten in v1, which was released November 6th 2023. See the v1 migration guide, which includes scripts to automatically update your code.

# install from PyPI
pip install digitalization
Usage
The full API of this library can be found in api.md.
