Simple and powerful RPC server for your Django project
Project description
django-modern-rpc
Expose global python functions through XML-RPC and/or JSON-RPC server using Django toolbox.
Main features
- XML-RPC and JSON-RPC 2.0 support (JSON-RPC 1.0 is NOT supported)
- HTTP Basic Auth & custom authentication methods
- Multiple entry-points: group your RPC methods under different paths to apply specific rules, authentication, protocol support, etc.
- API docs generation (based on docstring)
Requirements
The following Django / Python version are supported, according to Django requirements (see here and here)
🠗 Django \ Python 🠖 | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 |
---|---|---|---|---|---|---|---|
2.2 | ✔️️ | ✔️️ | ✔️️ | ❌ | ❌ | ❌ | ❌ |
3.0 | ✔️️ | ✔️️ | ✔️️ | ❌ | ❌ | ❌ | ❌ |
3.1 | ✔️️ | ✔️️ | ✔️️ | ❌ | ❌ | ❌ | ❌ |
3.2 | ✔️️ | ✔️️ | ✔️️ | ✔️️ | ❌ | ❌ | ❌ |
4.0 | ❌ | ✔️️ | ✔️️ | ✔️️ | ❌ | ❌ | ❌ |
4.1 | ❌ | ✔️️ | ✔️️ | ✔️️ | ✔️️ | ❌ | ❌ |
4.2 | ❌ | ✔️️ | ✔️️ | ✔️️ | ✔️️ | ✔️️ | ❌ |
5.0 | ❌ | ❌ | ❌ | ✔️️ | ✔️️ | ✔️️ | ✔️️ |
5.1 | ❌ | ❌ | ❌ | ✔️️ | ✔️️ | ✔️️ | ✔️️ |
Setup
A quick start is available as part of the documentation to help setting up you project.
Code quality
Continuous integration and code analysis is performed automatically to ensure a decent code quality. Project health is publicly available on following apps:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_modern_rpc-1.1.0.tar.gz
(25.5 kB
view details)
Built Distribution
File details
Details for the file django_modern_rpc-1.1.0.tar.gz
.
File metadata
- Download URL: django_modern_rpc-1.1.0.tar.gz
- Upload date:
- Size: 25.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.12.3 Linux/6.8.0-1017-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8b0487e40717bd96f7d922a3c8da5152b214d904bd4da66096040813a32267b |
|
MD5 | e1aca8667832a1972862af5ca5970af4 |
|
BLAKE2b-256 | 69998d27a9b0bd09181141127bcaddbaab4aa7daf23b7c8f7eba3337eeeb0480 |
File details
Details for the file django_modern_rpc-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: django_modern_rpc-1.1.0-py3-none-any.whl
- Upload date:
- Size: 33.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.12.3 Linux/6.8.0-1017-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01cd7a3b166814928c9a373436397332bc83b27549d732c93da30f1968e65e4e |
|
MD5 | 06214a6d84de06a77308b4a306c56b05 |
|
BLAKE2b-256 | 4845c6ad649fac7690e8cbd4ee61b41c36849e89138459b33067154f4f686a80 |