2021-05-19 16:23:51 -04:00
|
|
|
[metadata]
|
|
|
|
name = pass2csv
|
2021-07-28 16:47:07 -04:00
|
|
|
version = 0.3.1
|
2021-05-19 16:23:51 -04:00
|
|
|
author = Rupus Reinefjord
|
|
|
|
author_email = rupus@reinefjord.net
|
2021-07-28 16:37:34 -04:00
|
|
|
description = Export pass(1), "the standard unix password manager", to CSV
|
2021-05-19 16:23:51 -04:00
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
url = https://github.com/reinefjord/pass2csv
|
|
|
|
classifiers =
|
|
|
|
Development Status :: 4 - Beta
|
|
|
|
Environment :: Console
|
|
|
|
Intended Audience :: End Users/Desktop
|
|
|
|
License :: OSI Approved :: MIT License
|
|
|
|
Programming Language :: Python
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
Programming Language :: Python :: 3.6
|
|
|
|
Topic :: Utilities
|
|
|
|
|
|
|
|
[options]
|
|
|
|
scripts = pass2csv
|
|
|
|
python_requires = >= 3.6
|
|
|
|
install_requires = python-gnupg
|