-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsetup.cfg
More file actions
54 lines (50 loc) · 1.51 KB
/
Copy pathsetup.cfg
File metadata and controls
54 lines (50 loc) · 1.51 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
[metadata]
name = keepercli
version = attr: keepercli.__init__.__version__
description = Keeper Commander for Python 3
long_description = file: README.md
long_description_content_type = text/markdown
author = Keeper Security Inc.
author_email = commander@keepersecurity.com
url = https://github.com/Keeper-Security/keeper-sdk-python
license = MIT
classifiers =
Environment :: Console
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Natural Language :: English
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: 3.14
Topic :: Security
keywords = security, password
[options]
python_requires = >=3.10
package_dir =
= src
include_package_data = True
install_requires =
keepersdk
prompt-toolkit
pyperclip
tabulate
asciitree
colorama
cbor2; sys_platform == "darwin" and python_version>='3.10'
pyobjc-framework-LocalAuthentication; sys_platform == "darwin" and python_version>='3.10'
winrt-runtime; sys_platform == "win32"
winrt-Windows.Foundation; sys_platform == "win32"
winrt-Windows.Security.Credentials.UI; sys_platform == "win32"
[options.package_data]
keepercli =
resources/*
[options.extras_require]
import =
pykeepass
[options.entry_points]
console_scripts =
keeper = keepercli.__main__:main