1 Star 1 Fork 0

Casbin/django-authorization

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
semantic-release-bot 提交于 2024-04-24 23:30 +08:00 . chore(release): 1.4.0 [skip ci]
[project]
name = "django-authorization"
version = "1.4.0"
authors = [
{name = "JonLee", email = "[email protected]"},
]
description = "An authorization library that supports access control models like ACL, RBAC, ABAC in Django"
readme = "README.md"
keywords = [
"casbin",
"django",
"acl",
"rbac",
"abac",
"auth",
"authz",
"authorization",
"access control",
"permission",
]
dynamic = ["dependencies"]
requires-python = ">=3.6"
license = {text = "Apache 2.0"}
classifiers = [
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
[project.urls]
Home-page = "https://github.com/pycasbin/django-authorization"
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
exclude = ["tests"]
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
[tool.black]
line-length = 120
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/casbin/django-authorization.git
[email protected]:casbin/django-authorization.git
casbin
django-authorization
django-authorization
master

搜索帮助