File: setup.cfg

package info (click to toggle)
pass-audit 1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 396 kB
  • sloc: python: 798; makefile: 41; sh: 17
file content (51 lines) | stat: -rw-r--r-- 1,609 bytes parent folder | download | duplicates (2)
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
[metadata]
name = pass-audit
version = attr: pass_audit.__version__
description = A pass extension for auditing your password repository.
long_description = file: README.md
long_description_content_type = text/markdown
license = GPL3
url = https://github.com/roddhjav/pass-audit
author = Alexandre Pujol
author_email = alexandre@pujol.io
project_urls =
    Documentation=https://github.com/roddhjav/pass-audit
    Source=https://github.com/roddhjav/pass-audit
    Issues=https://github.com/roddhjav/pass-audit/issues
    Changelog=https://github.com/roddhjav/pass-audit/blob/master/CHANGELOG.md
keywords =
    password-store
    password
    pass
    pass-extension
    audit
    password-audit
    haveibeenpwned
classifiers =
    Development Status :: 5 - Production/Stable
    Environment :: Console
    Intended Audience :: End Users/Desktop
    License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
    Operating System :: MacOS :: MacOS X
    Operating System :: POSIX
    Operating System :: POSIX :: BSD
    Operating System :: POSIX :: Linux
    Operating System :: Microsoft :: Windows
    Programming Language :: Python
    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 :: Security :: Cryptography

[options]
python_requires = >=3.6
zip_safe = True
packages =
    pass_audit
install_requires =
    requests
    zxcvbn