Metadata-Version: 2.1
Name: pythonsdk
Version: 0.2.0
Summary: Python Software Dev Kit
Author-email: lijok <lijok@pm.me>
License: MIT License
        
        Copyright (c) 2022 Lijok
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/lijok/python-sdk
Project-URL: Source Code, https://github.com/lijok/python-sdk
Project-URL: Documentation, https://github.com/lijok/python-sdk/docs
Project-URL: Changelog, https://github.com/lijok/python-sdk/blob/main/CHANGELOG.md
Project-URL: Bug Tracker, https://github.com/lijok/python-sdk/issues
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: aws
Requires-Dist: boto3 (>=1.24) ; extra == 'aws'
Provides-Extra: dev
Requires-Dist: build (>=0.8.0) ; extra == 'dev'
Requires-Dist: twine (>=4.0.1) ; extra == 'dev'
Requires-Dist: hypothesis (>=6.54.0) ; extra == 'dev'
Requires-Dist: pytest (>=7.1.3) ; extra == 'dev'
Requires-Dist: pytest-asyncio (>=0.19.0) ; extra == 'dev'
Provides-Extra: testing
Requires-Dist: black (>=22.10.0) ; extra == 'testing'
Requires-Dist: isort (>=5.10.1) ; extra == 'testing'
Requires-Dist: mypy (>=0.982) ; extra == 'testing'

# python-sdk

## Requirements
Python 3.10+

## Installation
```console
pip install pythonsdk

# If using AWS functionality
pip install pythonsdk[aws]
```
