Metadata-Version: 2.1
Name: django-grpc-framework
Version: 0.1.0
Summary: gRPC for Django
Home-page: https://github.com/itswcg/django-grpc-framework
Author: itswcg
Author-email: itswcg@gmail.com
License: Apache Software License 2.0
Keywords: django-grpc-framework
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6

=============================
django-grpc-framework
=============================

.. image:: https://badge.fury.io/py/django-grpc-framework.svg
    :target: https://badge.fury.io/py/django-grpc-framework

.. image:: https://travis-ci.org/itswcg/django-grpc-framework.svg?branch=master
    :target: https://travis-ci.org/itswcg/django-grpc-framework

.. image:: https://codecov.io/gh/itswcg/django-grpc-framework/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/itswcg/django-grpc-framework

gRPC for Django

Documentation
-------------

The full documentation is at https://django-grpc-framework.readthedocs.io.

Quickstart
----------

Install django-grpc-framework::

    pip install django-grpc-framework

Add it to your `INSTALLED_APPS`:

::

    INSTALLED_APPS = [
        ...
        'grpc_framework',
    ]

Features
--------

* TODO

Running Tests
-------------

Does the code actually work?

::

    source <YOURVIRTUALENV>/bin/activate
    (myenv) $ pip install tox
    (myenv) $ tox





History
-------

0.1.0 (2020-02-11)
++++++++++++++++++

* First release on PyPI.


