🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

drf-tree-router

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drf-tree-router

Create browsable routes by nesting routers in a tree-like structure.

0.2.3
PyPI
Maintainers
1

Django REST Framework Tree Router

Coverage Status GitHub Workflow Status PyPI GitHub GitHub Last Commit GitHub Issues Downloads

Python Version Django Version

pip install drf-tree-router

Documentation: https://mrthearman.github.io/drf-tree-router/

Source Code: https://github.com/MrThearMan/drf-tree-router/

Contributing: https://github.com/MrThearMan/drf-tree-router/blob/main/CONTRIBUTING.md

A Django REST Framework router that can be nested with other routers to create a tree-like structure of your API endpoints. The router also accepts APIViews in addition to ViewSets.

Keywords

django

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts