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    
py-kaos-utils / setup.cfg
Size: Mime:
[metadata]
name = py-kaos-utils
version = attr: py_kaos_utils.__version__
description = Set of utilities and helpers for rapid development of Python applications
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/kaoslabsinc/py-kaos-utils
author = Kaos Labs Inc.
author_email = keyvan@keyvanm.com
license = BSD-3-Clause
classifiers = 
	Environment :: Web Environment
	Framework :: Django
	Framework :: Django :: 3.2
	Intended Audience :: Developers
	License :: OSI Approved :: BSD License
	Operating System :: OS Independent
	Programming Language :: Python
	Programming Language :: Python :: 3
	Programming Language :: Python :: 3 :: Only
	Programming Language :: Python :: 3.7
	Programming Language :: Python :: 3.8
	Programming Language :: Python :: 3.9
	Topic :: Internet :: WWW/HTTP
	Topic :: Internet :: WWW/HTTP :: Dynamic Content
keywords = python, rapid developments, utils, utilities, helpers, kaos

[options]
include_package_data = true
packages = find:
scripts = 
	bin/ppm
install_requires = 
	python-dateutil

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

[egg_info]
tag_build = 
tag_date = 0