django-modern-rpc
django-modern-rpc copied to clipboard
Simple XML-RPC and JSON-RPC server for modern Django
I had the impression that this library supported rate limiting but I can't find anything on that topic. Maybe I am wrong. In any case has anyone tried other rate-limiting...
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
Hi, i'm trying to send request in XML format and i need to read methodnames from a dtd file on my host. the request is ``` 1 &methodName; admin 2.0...
I prefer to log unexpected exception (that is converted to RPCInternalError) as error with traceback. (Or add some settings value so that it can be configured to be logged as...
This is a list of tasks to complete before launching of V2 release that does not requires a separate ticket. ## Refactoring - [ ] Remove the need to import...
In #65 an optional dependency to defusedxml has been introduced. Thus, users can install it and it will automatically prevent common XML based attack. This library should be installed by...
There is probably an invalid config in GitHub Actions yaml file. On Pull Request, all tests runs twice : once for pull request itself and once for the latest PR...
Maybe 2 different backends may be useful for lxml, at least for parsing. One could use `etree` API and another could use `objectify` API. Possibly, the `lxml.etree` backend may share...