https://github.com/styczynski/octosql.py
Octosql bindings for Python
https://github.com/styczynski/octosql.py
Last synced: about 1 year ago
JSON representation
Octosql bindings for Python
- Host: GitHub
- URL: https://github.com/styczynski/octosql.py
- Owner: styczynski
- License: mit
- Created: 2019-10-18T15:42:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:59:17.000Z (over 3 years ago)
- Last Synced: 2025-01-16T04:22:17.957Z (over 1 year ago)
- Language: C++
- Size: 30.3 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
==========
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/cloud/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