add base conversion script (#2)

add base conversion script

Reviewed-by: OpenTelekomCloud Bot <None>
This commit is contained in:
2022-04-27 18:05:48 +02:00
committed by GitHub
parent 7d59658ed4
commit 37b5bf3e95
8 changed files with 887 additions and 0 deletions

27
setup.cfg Normal file
View File

@ -0,0 +1,27 @@
[metadata]
name = otc-doc-convertor
author = Open Telekom Cloud - Ecosystem Squad
author_email = dl-pbcotcdeleco@t-systems.com
description = Python program to convert docs exported in HTML into RST
description_file =
README.md
home_page = https://github.com/opentelekomcloud-docs/doc-exports
classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Operating System :: Unix
Operating System :: MacOS
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
keywords = Sphinx, search, python
[options]
packages = otc_doc_convertor
[options.entry_points]
console_scripts =
otc-convert-doc = otc_doc_convertor.convertor:main