forked from jupyrdf/ipyelk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
90 lines (82 loc) · 1.85 KB
/
setup.cfg
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[metadata]
name = ipyelk
url = https://github.com/jupyrdf/ipyelk
project_urls =
Bug Tracker = https://github.com/jupyrdf/ipyelk/issues
Source Code = https://github.com/jupyrdf/ipyelk
description = ELK widget for Jupyter
long_description = file: ./README.md
long_description_content_type = text/markdown
license_file = LICENSE.txt
author = Dane Freeman
author_email = [email protected]
license = BSD-3-Clause
classifiers =
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Framework :: Jupyter
[options]
python_requires = >=3.7
package_dir =
= py_src
packages = find:
include_package_data = True
zip_safe = False
install_requires =
async_lru >=1,<2
ipywidgets >=7.5.0
jupyterlab >=3,<4
jupyterlab_widgets >=1.0.0
networkx
[options.packages.find]
where =
py_src
[options.extras_require]
lint =
black
isort
pyflakes
flake8
utest =
ansi2html
hypothesis-jsonschema
pytest-asyncio
pytest-cov
pytest-html
pytest-xdist
atest =
robotframework-seleniumlibrary
robotframework-pabot
robotframework-lint
dev =
%(lint)s
%(utest)s
wheel
twine
doit
[tool:pytest]
junit_family = xunit2
addopts =
-vv
--ff
--pyargs ipyelk
--cov ipyelk
--cov-report term-missing:skip-covered
--cov-report html:build/htmlcov
--no-cov-on-fail
--html build/pytest.html
--self-contained-html
--junitxml build/pytest.xunit.xml
[flake8]
exclude = .git,__pycache__,envs,.ipynb_checkpoints,.mypy_cache,.pytest-cache
extend-ignore = E203,W503
max-line-length = 88
[isort]
profile = black
multi_line_output = 3
known_first_party = ipyelk