-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsetup.cfg
72 lines (66 loc) · 1.74 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
[metadata]
name = fastero
version = attr: fastero.__version__
description = Python timeit CLI for the 21st century.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://fastero.readthedocs.io
author = Wasi Master
author_email = arianmollik323@gmail.com
license = MIT
license_file = LICENSE
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Terminals
keywords =
timeit
fastero
hyperfine
project_urls =
Bug Tracker = https://github.com/wasi-master/fastero/issues
Source = https://github.com/wasi-master/fastero
Documentation = https://fastero.readthedocs.io
Say Thanks = https://saythanks.io/to/wasi-master
[options]
packages =
fastero
install_requires =
rich==12.2.0
click==8.1.2
rich-click==1.3.0
prompt_toolkit==3.0.29
ptpython==3.0.20
python_requires = >=3.7
[options.entry_points]
console_scripts =
fastero=fastero.__main__:app
[options.extras_require]
export =
# Bar Plot
matplotlib
numpy
# YAML
pyyaml
# Images
selenium
Pillow
[pylama]
linters = pycodestyle,pydocstyle,eradicate
ignore = W605,W1401,E203,D212,D207,D203,D413
[pylama:pycodestyle]
max_line_length = 120
[pylama:pylint]
max_line_length = 120