2022-03-01 09:51:44 +00:00
|
|
|
[metadata]
|
2022-03-01 11:12:01 +00:00
|
|
|
name = frontmatter-to-csv
|
2022-04-07 11:05:50 +00:00
|
|
|
version = 0.2.0
|
2022-03-01 09:51:44 +00:00
|
|
|
author = Lukáš Kucharczyk
|
|
|
|
author_email = lukas@kucharczyk.xyz
|
2022-03-01 10:07:59 +00:00
|
|
|
description = Convert YAML front matter to CSV
|
2022-03-01 09:51:44 +00:00
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
2022-03-01 10:07:59 +00:00
|
|
|
url = https://git.kucharczyk.xyz/lukas/frontmatter-to-csv
|
2022-03-01 09:51:44 +00:00
|
|
|
project_urls =
|
2022-03-01 10:07:59 +00:00
|
|
|
Bug Tracker = https://git.kucharczyk.xyz/lukas/frontmatter-to-csv/issues
|
2022-03-01 09:51:44 +00:00
|
|
|
classifiers =
|
|
|
|
Programming Language :: Python :: 3
|
2022-03-01 11:36:41 +00:00
|
|
|
Environment :: Console
|
|
|
|
Intended Audience :: End Users/Desktop
|
|
|
|
License :: OSI Approved :: GNU General Public License (GPL)
|
2022-03-01 09:51:44 +00:00
|
|
|
Operating System :: OS Independent
|
2022-03-01 11:36:41 +00:00
|
|
|
Topic :: Utilities
|
2022-03-01 09:51:44 +00:00
|
|
|
|
|
|
|
[options]
|
2022-03-01 11:33:04 +00:00
|
|
|
packages = frontmatter_to_csv
|
2022-03-01 09:51:44 +00:00
|
|
|
python_requires = >=3.6
|
|
|
|
|
2022-03-01 11:12:01 +00:00
|
|
|
[options.entry_points]
|
|
|
|
console_scripts =
|
2022-03-01 11:33:04 +00:00
|
|
|
frontmatter-to-csv = frontmatter_to_csv.convert:convert
|