Metadata-Version: 1.1
Name: pyrpc-django
Version: 0.1
Summary: A Django app to conduct Web-based polls.
Home-page: https://github.com/louisliv/pyrpc
Author: Louis Livingston
Author-email: livingston.louis@gmail.com
License: BSD-3-Clause  # Example license
Download-URL: https://github.com/louisliv/pyrpc/archive/0.1.tar.gz
Description: =====
        pyrpc
        =====
        
        Pyrpc is a Django app to handle JSON Remote Procedure Calls 
        using Django Rest Framework. 
        
        Detailed documentation is in the "docs" directory.
        
        Quick start
        -----------
        
        1. Add "pyrpc" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
                'pyrpc',
            ]
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
