Codebase list python-procrunner / upstream/2.3.1+git20221110.1.77d55b7 setup.cfg
upstream/2.3.1+git20221110.1.77d55b7

Tree @upstream/2.3.1+git20221110.1.77d55b7 (Download .tar.gz)

setup.cfg @upstream/2.3.1+git20221110.1.77d55b7

04d85c7
59c6a88
 
f15aaa5
efda472
 
e8a58c1
 
 
 
 
 
 
 
 
 
 
 
59c6a88
 
e8a58c1
 
 
 
 
e00f039
efda472
 
 
e8a58c1
 
7582483
efda472
e00f039
efda472
 
e00f039
 
59c6a88
 
e8a58c1
 
 
 
 
e00f039
 
 
 
e8a58c1
 
 
 
[metadata]
name = procrunner
description = Versatile utility function to run external processes
version = 2.3.3
author = Diamond Light Source - Scientific Software et al.
author_email = scientificsoftware@diamond.ac.uk
classifiers = 
	Development Status :: 5 - Production/Stable
	Intended Audience :: Developers
	License :: OSI Approved :: BSD License
	Natural Language :: English
	Programming Language :: Python :: 3
	Programming Language :: Python :: 3.7
	Programming Language :: Python :: 3.8
	Programming Language :: Python :: 3.9
	Programming Language :: Python :: 3.10
	Operating System :: OS Independent
	Topic :: Software Development :: Libraries :: Python Modules
license = BSD
license_file = LICENSE
project_urls = 
	Download = https://github.com/DiamondLightSource/python-procrunner/tags
	Documentation = https://procrunner.readthedocs.io/
	GitHub = https://github.com/DiamondLightSource/python-procrunner
	Bug-Tracker = https://github.com/DiamondLightSource/python-procrunner/issues

[options]
include_package_data = True
packages = procrunner
package_dir = 
	=src
python_requires = >=3.7
zip_safe = False

[options.packages.find]
where = src

[flake8]
ignore = E203, E266, E501, W503
max-line-length = 88
select = 
	E401,E711,E712,E713,E714,E721,E722,E901,
	F401,F402,F403,F405,F541,F631,F632,F633,F811,F812,F821,F822,F841,F901,
	W191,W291,W292,W293,W602,W603,W604,W605,W606,
	C4,

[tool:pytest]
collect_ignore = ['setup.py']

[egg_info]
tag_build = 
tag_date = 0