-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
executable file
·54 lines (49 loc) · 1.38 KB
/
setup.cfg
File metadata and controls
executable file
·54 lines (49 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[meta-data]
name: ranger-openstack-handler
version: 0.1.4
author: Md Mujahid Islam Peal
author_email: developers@ncr.ntnu.no
description: Ranger Openstack handler provides capability to Ranger for manipulating VMs, Switchs(Networks), Subnets and Routers etc running on Openstack Private Cloud through gRPC servers.
classifiers:
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[coverage:report]
precision = 2
exclude_lines =
pragma: no cover
raise NotImplementedError
raise NotImplemented
[coverage:run]
source = ocr_openstack_plugin
branch = True
[options]
packages = find:
include_package_data = True
python_requires = >=3.10
[options.entry_points]
console_scripts =
templater = ocr_openstack_plugin:start_templater
switcher = ocr_openstack_plugin:start_switcher
machiner = ocr_openstack_plugin:start_machiner
general = ocr_openstack_plugin:start_general
executor = ocr_openstack_plugin:start_executor
[flake8]
max-line-length = 120
per-file-ignores =
ocr_openstack_plugin/tests/test_graphql/*.py: E712,
__init__.py: F401
ignore =B008,
D, RST
WPS306,
WPS404,
WPS430,
WPS465,
WPS601,
F821,
E712,
no-accept-encodings = True
nested-classes-whitelist=Config
inline-quotes = double
enable-extensions = F401
exclude = .git,__pycache__,.venv,.mypy_cache,.pytest_cache