Metadata-Version: 2.1
Name: kelvin-python-sdk
Version: 0.0.11
Summary: Kelvin Python SDK
Author-email: Kelvin Inc <engineering@kelvininc.com>
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: arrow==1.2.3
Requires-Dist: click==8.0.4
Requires-Dist: pyaml==23.5.8
Requires-Dist: pydantic==1.10.13
Requires-Dist: python-dateutil==2.8.2
Requires-Dist: pyyaml==6.0.1
Requires-Dist: six==1.16.0
Requires-Dist: structlog==21.5.0
Requires-Dist: typing-extensions==4.7.1
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-asyncio; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: asyncmock; python_version < "3.8" and extra == "tests"
Provides-Extra: format
Requires-Dist: isort; extra == "format"
Requires-Dist: black; extra == "format"
Provides-Extra: lint
Requires-Dist: flake8; extra == "lint"
Requires-Dist: flake8-pyproject; extra == "lint"
Requires-Dist: mypy[reporting]; extra == "lint"
Requires-Dist: types-PyYAML; extra == "lint"

# README #

This README would normally document whatever steps are necessary to get your application up and running.

### What is this repository for? ###

* Quick summary
* Version
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)

### How do I get set up? ###

* Summary of set up
* Configuration
* Dependencies
* Database configuration
* How to run tests
* Deployment instructions

### Contribution guidelines ###

* Writing tests
* Code review
* Other guidelines

### Who do I talk to? ###

* Repo owner or admin
* Other community or team contact
