Metadata-Version: 2.1
Name: kiwi-platform
Version: 0.2.0
Summary: Company standards as code for Kiwi.com
Home-page: https://github.com/kiwicom/kiwi-platform-py/
Keywords: kiwicom
Author: Bence Nagy
Author-email: bence@kiwi.com
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: aiohttp
Provides-Extra: docs
Requires-Dist: aiohttp (>=3.5,<4.0); (python_version >= "3.5.3" and python_version < "4.0.0") and (extra == "aiohttp")
Requires-Dist: python-dateutil (>=2.8,<3.0)
Requires-Dist: sphinx (>=2.1,<3.0); (python_version >= "3.5.3" and python_version < "4.0.0") and (extra == "docs")
Requires-Dist: webob (>=1.8,<2.0)
Requires-Dist: wrapt (>=1.11,<2.0)
Project-URL: Repository, https://github.com/kiwicom/kiwi-platform-py/
Description-Content-Type: text/markdown

# kiwi-platform-py

[![CircleCI](https://circleci.com/gh/kiwicom/kiwi-platform-py.svg?style=svg)](https://circleci.com/gh/kiwicom/kiwi-platform-py)
[![codecov](https://codecov.io/gh/kiwicom/kiwi-platform-py/branch/master/graph/badge.svg)](https://codecov.io/gh/kiwicom/kiwi-platform-py)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7594931404704cdc88d214f6b8898735)](https://www.codacy.com/app/bence/kiwi-platform-py?utm_source=github.com&utm_medium=referral&utm_content=kiwicom/kiwi-platform-py&utm_campaign=Badge_Grade)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/kiwicom/kiwi-platform-py.svg)](https://github.com/kiwicom/kiwi-platform-py/tags)

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/kiwi-platform.svg)
[![Code style: black](https://img.shields.io/badge/code%20style-black-black.svg)](https://github.com/ambv/black)

Company standards as code for Kiwi.com

## Installation

Install with `pip install kiwi-platform`.

## Contributing

1. Check for open issues or open a fresh issue to start a discussion
2. Fork [the repository](https://github.com/kiwicom/kiwi-platform-py) on GitHub.
3. Send a pull request with your code!

Merging will require a test which shows that the bug was fixed,
or that the feature works as expected.
Feel free to open a draft pull request though without such a test
and ask for help with writing it if you're not sure how to.

