58 lines
2.0 KiB
ReStructuredText
58 lines
2.0 KiB
ReStructuredText
|
bthlabs-jsonrpc-core
|
||
|
====================
|
||
|
|
||
|
Extensible framework for Python JSONRPC implementations.
|
||
|
|
||
|
`Docs`_ | `Source repository`_
|
||
|
|
||
|
Overview
|
||
|
--------
|
||
|
|
||
|
BTHLabs JSONRPC is a set of Python libraries that provide extensible framework
|
||
|
for adding JSONRPC interfaces to existing Python Web applications.
|
||
|
|
||
|
The *core* package acts as a foundation for framework-specific integrations.
|
||
|
|
||
|
Integrations
|
||
|
------------
|
||
|
|
||
|
BTHLabs JSONRPC provides integration packages for specific Web frameworks.
|
||
|
|
||
|
**Django**
|
||
|
|
||
|
Django integration is provided by ``bthlabs-jsonrpc-django`` package.
|
||
|
|
||
|
+-------------------+-----------------------------------------------------+
|
||
|
| PyPI | https://pypi.org/project/bthlabs-jsonrpc-django/ |
|
||
|
+-------------------+-----------------------------------------------------+
|
||
|
| Docs | https://projects.bthlabs.pl/bthlabs-jsonrpc/django/ |
|
||
|
+-------------------+-----------------------------------------------------+
|
||
|
| Source repository | https://git.bthlabs.pl/tomekwojcik/bthlabs-jsonrpc/ |
|
||
|
+-------------------+-----------------------------------------------------+
|
||
|
|
||
|
**aiohttp**
|
||
|
|
||
|
aiohttp integration is provided by ``bthlabs-jsonrpc-aiohttp`` package.
|
||
|
|
||
|
+-------------------+------------------------------------------------------+
|
||
|
| PyPI | https://pypi.org/project/bthlabs-jsonrpc-aiohttp/ |
|
||
|
+-------------------+------------------------------------------------------+
|
||
|
| Docs | https://projects.bthlabs.pl/bthlabs-jsonrpc/aiohttp/ |
|
||
|
+-------------------+------------------------------------------------------+
|
||
|
| Source repository | https://git.bthlabs.pl/tomekwojcik/bthlabs-jsonrpc/ |
|
||
|
+-------------------+------------------------------------------------------+
|
||
|
|
||
|
Author
|
||
|
------
|
||
|
|
||
|
*bthlabs-jsonrpc-core* is developed by `Tomek Wójcik`_.
|
||
|
|
||
|
License
|
||
|
-------
|
||
|
|
||
|
*bthlabs-jsonrpc-core* is licensed under the MIT License.
|
||
|
|
||
|
.. _Docs: https://projects.bthlabs.pl/bthlabs-jsonrpc/core/
|
||
|
.. _Source repository: https://git.bthlabs.pl/tomekwojcik/bthlabs-jsonrpc/
|
||
|
.. _Tomek Wójcik: https://www.bthlabs.pl/
|