Metadata-Version: 2.1
Name: logux
Version: 0.0.3
Summary: The Python interface to the Logux server.
Home-page: https://github.com/nazarov-tech/logux
Author: Dmitry Nazarov
Author-email: mail@nazarov.tech
License: MIT license
Keywords: logux
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

# logux-py
The Python interface to the [Logux](https://github.com/logux/) server.

![python](static/python.png) ![logux](static/logux.png)

[![maintained?](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/nazarov-tech/logux-py/graphs/commit-activity)
[![docs](https://readthedocs.org/projects/logux-py/badge/?version=latest)](https://logux-py.readthedocs.io/en/latest/?badge=latest)
[![build](https://img.shields.io/travis/nazarov-tech/logux-py.svg)](https://travis-ci.org/nazarov-tech/logux-py)
[![pypi](https://img.shields.io/pypi/v/logux.svg)](https://pypi.python.org/pypi/logux)

## Installation

logux-py requires a running Logux server.
See Logux's [quickstart](https://github.com/logux/logux-server#installation). 

Then install package [from PyPi](https://pypi.org/project/logux/):

```bash
pip install logux
```

## Usage

```python
>>> import logux

# todo

```

Read more: [documentation](https://logux-py.readthedocs.io/en/latest/).

## Features

None so far!

## Licence 

The package is available as open source under the terms of the [MIT License](LICENSE).

## Code of Conduct

Everyone interacting in the logux-py project’s codebases, issue trackers, chat rooms
and mailing lists is expected to follow the [Berlin Code of Conduct](https://berlincodeofconduct.org/).

## Contributing

See [contributing guide](CONTRIBUTING.md),
then [issues list](https://github.com/nazarov-tech/logux-py/issues).


## History

0.0.1 (2018-10-16)
------------------

* First release on PyPI.


