Django-modern-rpc

Latest version: v1.0.3

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

0.2.2

Not secure
**Release date: 2016-10-13**

Fixes

- Packages `modernrpc.tests` and `testsite` were excluded from Pypi distribution (both binary and source)

0.2.1

Not secure
**Release date: 2016-10-12**

Improvements

- Project is now configured to report tests coverage. See <https://coveralls.io/github/alorence/django-modern-rpc>
- Some documentation have been added, to cover more features of the library. See <https://django-modern-rpc.rtfd.io/>
- Many unit tests added to increase coverage
- `RPCEntryPoint` class can now be configured to handle only requests from a specific protocol

0.2.0

Not secure
**Release date: 2016-10-05**

Improvements

- Added very basic documentation: <https://django-modern-rpc.rtfd.io/>
- `system.listMethods` is now supported
- `system.methodSignature` is now supported
- Error reporting has been improved. Correct error codes and messages are returned on usual fail cause. See module
`modernrpc.exceptions` for more information.
- Many unit tests have been added to increase test coverage of the library

0.1.0

Not secure
**Release date: 2016-10-02**

This is the very first version of the library. Only a subset of planned features were implemented

Current features

- Work with Python 2.7, 3.3, 3.4 (Django 1.8 only) and 3.5
- Work with Django 1.8, 1.9 and 1.10
- JSON-RPC and XML-RPC simple requests support
- Multiple entry-points with defined list of methods and supported protocols

Not implemented yet

- No authentication support
- Unit tests doesn't cover all the code
- RPC system methods utility (`listMethods`, `methodSignature`, etc.) are not yet implemented
- There is no way to provide documentation in HTML form
- The library itself doesn't have any documentation (apart from the README.md)

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.