Metadata-Version: 1.1
Name: libskaro
Version: 0.3
Summary: a library that simplifies working with skaro protocol.
Home-page: https://gitlab.com/exarh-team/libskaro
Author: Alexandr Danilov
Author-email: modos189@ya.ru
License: MIT
Description: libskaro for skaro protocol
        ===========================
        
        |build status|
        
        Skaro is an open standard for instant messaging. `More about
        skaro <https://bitbucket.org/exarh-team/skarim-server/wiki/Home>`__.
        
        libskaro - a library that simplifies working with skaro protocol.
        
        Documentation
        -------------
        
        See the documentation for `installation and usage instructions`_.
        
        .. _installation and usage instructions: https://libskaro.readthedocs.io/
        
        Third-party software
        --------------------
        
        libskaro includes the following third-party software:
        
        -  Simple event observer system (libskaro/event.py) by Tom Dryer is
           licensed under the MIT License: https://github.com/tdryer/hangups/
        
        .. |build status| image:: https://gitlab.com/exarh-team/libskaro/badges/master/build.svg
           :target: https://gitlab.com/exarh-team/libskaro/commits/master
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Communications :: Chat
