Metadata-Version: 2.1
Name: pythonista-api-client
Version: 0.1.1
Summary: Making requests to rest apis in pythonista.
Home-page: https://github.com/ephes/pythonista_api_client
Author: Jochen Wersdoerfer
Author-email: jochen-pythonista@wersdoerfer.de
License: UNKNOWN
Description: # Pythonista API Client
        
        ## Installation
        
        There's a package on [PyPI](https://pypi.org) just type:
        ```shell
        pip install pythonista_api_client
        ```
        
        ### Desktop
        
        To test your installation you can try one of the examples:
        ```shell
        python examples/konektom.py
        ```
        
        ### iOS
        
        Before you are able to install the package from PyPI, you have to install
        [StaSh](https://github.com/ywangd/stash) a shell for pythonista.
        
Keywords: api rest pythonista jwt token drf
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
