Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
django-iam / setup.cfg
Size: Mime:
[metadata]
name = django-iam
version = attr: django_iam.__version__
description = Roles and access management for django apps
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/keyvanm/django-iam
author = Keyvan Mosharraf
author_email = keyvan@keyvanm.com
license = Kaos Labs Proprietary Software
classifiers = 
	Environment :: Web Environment
	Framework :: Django
	Framework :: Django :: 4.2
	Intended Audience :: Developers
	Operating System :: OS Independent
	Programming Language :: Python
	Programming Language :: Python :: 3
	Programming Language :: Python :: 3 :: Only
	Programming Language :: Python :: 3.9
	Programming Language :: Python :: 3.10
	Programming Language :: Python :: 3.11
	Topic :: Internet :: WWW/HTTP
	Topic :: Internet :: WWW/HTTP :: Dynamic Content
keywords = django, kaos, framework, iam, users, auth, authorization

[options]
include_package_data = true
packages = find:
scripts = 
install_requires = 
	python-dateutil>=2.8.2
	Pygments>=2.14.0
	django>=4.2
	rules>=3.3
	djangorestframework>=3.14.0
	dj-kaos>=0.2.0-a2

[options.extras_require]
test = 
	tox
	pytest-django
	pytest-pythonpath
	pytest-cov

[egg_info]
tag_build = 
tag_date = 0