Metadata-Version: 2.1
Name: kelvin-python-sdk
Version: 0.0.16
Summary: Kelvin Python SDK
Author-email: Kelvin Inc <engineering@kelvininc.com>
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pydantic==1.*
Requires-Dist: structlog==23.*
Requires-Dist: pyyaml==6.*
Requires-Dist: click==8.*
Requires-Dist: arrow==1.*
Provides-Extra: publisher
Requires-Dist: click==8.*; extra == "publisher"
Requires-Dist: arrow==1.*; extra == "publisher"
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
