Metadata-Version: 2.1
Name: vodka
Version: 3.1.0
Summary: plugin based real-time web service daemon
Home-page: https://github.com/20c/vodka
License: Apache-2.0
Author: 20C
Author-email: code@20c.com
Requires-Python: >=3.6.2,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: No Input/Output (Daemon)
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet
Requires-Dist: click
Requires-Dist: munge (>=1,<2)
Requires-Dist: pluginmgr (>=1,<2)
Requires-Dist: tmpl (>=1,<2)
Project-URL: Repository, https://github.com/20c/vodka
Description-Content-Type: text/markdown

# vodka

[![PyPI](https://img.shields.io/pypi/v/vodka.svg?maxAge=600)](https://pypi.python.org/pypi/vodka)
[![Tests](https://github.com/20c/vodka/workflows/tests/badge.svg)](https://github.com/20c/vodka)
[![Codecov](https://img.shields.io/codecov/c/github/20c/vodka/master.svg?maxAge=600)](https://codecov.io/github/20c/vodka)

vodka is a plugin based real-time web service daemon.

### Install

```sh
pip install vodka
```

### Documentation (work in progress)

http://vodka.readthedocs.io/

### License

Copyright 2016-2019 20C, LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this software except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

