Metadata-Version: 1.1
Name: pyknackhq
Version: 0.0.2
Summary: knackhq root access Python API.
Home-page: https://github.com/MacHu-GWU/pyknackhq-project
Author: Sanhe Hu
Author-email: husanhe@gmail.com
License: MIT
Download-URL: https://github.com/MacHu-GWU/pyknackhq-project/tarball/2015-11-20
Description: Welcome to pyknackhq documentation

        ================================================================================

        

        ``pyknackhq`` allows developer to manipulate knackhq backend database with minimum works in Python. So you can easily integrate the convenience of the knackhq with powerful database, web application, etc...

        

        `Knackhq <https://www.knackhq.com/>`_ is an awesome developer tools. It allows developer to build a user friendly, database backed web application in few clicks. So the non-developer can enjoy the power and convenience of non-sql database with no Pain. However, the developer may still want to program it, that's how is API for.

         

        

        Quick Link:

        

        - `Github <https://github.com/MacHu-GWU/pyknackhq-project>`_

        - `pyknackhq PyPI Homepage <https://pypi.python.org/pypi/pyknackhq>`_

        - `Online Documentation <http://www.wbh-doc.com.s3.amazonaws.com/pyknackhq/index.html>`_

        - `Quick Start <http://www.wbh-doc.com.s3.amazonaws.com/pyknackhq/quick%20start.html>`_ 

        - `Programming reference <http://www.wbh-doc.com.s3.amazonaws.com/pyknackhq/pyknackhq/__init__.html#module-pyknackhq>`_

        

        .. _install:

        

        Install

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

        

        ``pyknackhq`` is released on PyPI, so all you need is:

        

        .. code-block:: console

        

        	$ pip install pyknackhq

        

        To upgrade to latest version:

        

        .. code-block:: console

        	

        	$ pip install --upgrade pyknackhq
Platform: Windows
Platform: MacOS
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
