Metadata-Version: 2.1
Name: octosql-py
Version: 0.3.0
Summary: Octosql bindings for Python
Home-page: https://github.com/styczynski/octosql_py
Author: Piotr Styczynski
Author-email: piotr@styczynski.in
License: MIT license
Keywords: octosql_py
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 :: 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
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Requires-Dist: Click (>=7.0)

==========
octosql-py
==========


.. image:: https://img.shields.io/pypi/v/octosql_py.svg
        :target: https://pypi.python.org/pypi/octosql.py

.. image:: https://img.shields.io/travis/styczynski/octosql.py.svg
        :target: https://travis-ci.org/styczynski/octosql.py

.. image:: https://readthedocs.org/projects/octosqlpy/badge/?version=latest
        :target: https://octosqlpy.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://img.shields.io/docker/build/styczynski/octosql-py
        :target: https://hub.docker.com/r/styczynski/octosql-py
        :alt: Docker status

.. image:: https://pyup.io/repos/github/styczynski/octosql.py/shield.svg
     :target: https://pyup.io/repos/github/styczynski/octosql.py/
     :alt: Updates

.. _readthedocs: https://octosqlpy.readthedocs.io

.. _dockerhub: https://hub.docker.com/r/styczynski/octosql-py

.. _styczynski: https://github.com/styczynski

.. _cube2222: https://github.com/cube2222

Octosql bindings for Python


* Free software: MIT license
* Documentation: readthedocs_.
* Docker image availablea at the dockerhub_


Features
--------

This package provides bindings for Octosql created with help of C/C++ and Go code.

To compile or install it you need the golang installed.


**Warning: ⚠️**
This package is still highly experimental software and is not recommended for usage other than "hacking around".
The stable version will be provided soon. Please stay tuned.

Credits
-------

* styczynski_ - Porting Octosql to Python
* cube2222_ - Creator of the Octosql

=======
History
=======

0.1.0 (2019-10-18)
------------------

* First release on PyPI.


