2016-06-07 21:02:11 +02:00
|
|
|
[metadata]
|
2021-10-30 00:37:44 -04:00
|
|
|
name = asciinema
|
2023-07-05 13:48:42 +02:00
|
|
|
version = 2.3.0
|
2021-10-30 00:37:44 -04:00
|
|
|
author = Marcin Kulik
|
|
|
|
|
author_email = m@ku1ik.com
|
|
|
|
|
url = https://asciinema.org
|
|
|
|
|
download_url =
|
|
|
|
|
https://github.com/asciinema/asciinema/archive/v%(version)s.tar.gz
|
|
|
|
|
description = Terminal session recorder
|
2021-10-26 19:13:33 +11:00
|
|
|
description_file = README.md
|
2021-10-30 00:37:44 -04:00
|
|
|
license = GNU GPLv3
|
2020-11-27 15:34:16 +01:00
|
|
|
license_file = LICENSE
|
2021-10-30 00:37:44 -04:00
|
|
|
long_description = file: README.md
|
|
|
|
|
long_description_content_type = text/markdown; charset=UTF-8
|
|
|
|
|
classifiers =
|
|
|
|
|
Development Status :: 5 - Production/Stable
|
|
|
|
|
Environment :: Console
|
|
|
|
|
Intended Audience :: Developers
|
|
|
|
|
Intended Audience :: System Administrators
|
|
|
|
|
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
|
|
|
Natural Language :: English
|
|
|
|
|
Programming Language :: Python
|
|
|
|
|
Programming Language :: Python :: 3.6
|
|
|
|
|
Programming Language :: Python :: 3.7
|
|
|
|
|
Programming Language :: Python :: 3.8
|
|
|
|
|
Programming Language :: Python :: 3.9
|
2021-11-05 01:30:31 -04:00
|
|
|
Programming Language :: Python :: 3.10
|
2021-10-30 00:37:44 -04:00
|
|
|
Topic :: System :: Shells
|
|
|
|
|
Topic :: Terminals
|
2022-02-12 15:43:28 -05:00
|
|
|
Topic :: Utilities
|
2021-10-30 00:37:44 -04:00
|
|
|
|
|
|
|
|
[options]
|
|
|
|
|
include_package_data = True
|
|
|
|
|
packages =
|
|
|
|
|
asciinema
|
|
|
|
|
asciinema.asciicast
|
|
|
|
|
asciinema.commands
|
|
|
|
|
install_requires =
|
|
|
|
|
|
|
|
|
|
[options.package_data]
|
|
|
|
|
asciinema = data/*.png
|
|
|
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
|
console_scripts =
|
|
|
|
|
asciinema = asciinema.__main__:main
|
|
|
|
|
|
|
|
|
|
[options.data_files]
|
|
|
|
|
share/doc/asciinema =
|
|
|
|
|
CHANGELOG.md
|
|
|
|
|
CODE_OF_CONDUCT.md
|
|
|
|
|
CONTRIBUTING.md
|
|
|
|
|
README.md
|
|
|
|
|
doc/asciicast-v1.md
|
|
|
|
|
doc/asciicast-v2.md
|
|
|
|
|
share/man/man1 =
|
|
|
|
|
man/asciinema.1
|
2019-03-31 17:48:30 +02:00
|
|
|
|
|
|
|
|
[pycodestyle]
|
|
|
|
|
ignore = E501,E402,E722
|