Metadata-Version: 1.1
Name: blitz-js-query
Version: 0.0.1
Summary: HTTP/Socket.io adapter for the blitz.js framework
Home-page: https://github.com/nexus-devs/pip-blitz-query
Author: Nexus Devs
Author-email: nexus@nexus-stats.com
License: MIT
Description: .. image:: banner.png

            :align: center

        

        

        ----

        

        Python package to connect to blitz.js framework

        

        ----

        

        Installation

        ------------

        :code:`pip install blitz_js_query`

        

        Usage

        -----

        .. code:: python

            from blitz_js_query.blitz import Blitz

        

            blitz_api = Blitz({})

            blitz_api.get("http://localhost:3400/foo")
Keywords: development blitz nexus socket.io http
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
