Metadata-Version: 2.4
Name: pySemanticSlides
Version: 0.3.2
Dynamic: Summary
Project-URL: Home, https://github.com/WolfgangFahl/pySemanticSlides
Project-URL: Documentation, https://wiki.bitplan.com/index.php/PySemanticSlides
Project-URL: Source, https://github.com/WolfgangFahl/pySemanticSlides
Author-email: Wolfgang Fahl <wf@bitplan.com>
Maintainer-email: Wolfgang Fahl <wf@bitplan.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.10
Requires-Dist: bibtexparser
Requires-Dist: dacite>=1.7.0
Requires-Dist: graphviz
Requires-Dist: isbnlib
Requires-Dist: ngwidgets>=0.25.0
Requires-Dist: pybasemkit>=0.0.3
Requires-Dist: pylatexenc
Requires-Dist: pylodstorage>=0.15.0
Requires-Dist: pyparsing
Requires-Dist: python-pptx
Requires-Dist: python-slugify>=8.0.4
Requires-Dist: tqdm>=4.66.5
Requires-Dist: wikipedia
Provides-Extra: test
Requires-Dist: green; extra == 'test'
Description-Content-Type: text/markdown

# pySemanticSlides
semantification of slides presentations

[![Join the discussion at https://github.com/WolfgangFahl/pySemanticSlides/discussions](https://img.shields.io/github/discussions/WolfgangFahl/pySemanticSlides)](https://github.com/WolfgangFahl/pySemanticSlides/discussions)
[![pypi](https://img.shields.io/pypi/pyversions/pySemanticSlides)](https://pypi.org/project/pySemanticSlides/)
[![Github Actions Build](https://github.com/WolfgangFahl/pySemanticSlides/actions/workflows/build.yml/badge.svg)](https://github.com/WolfgangFahl/pySemanticSlides/actions/workflows/build.yml)
[![PyPI Status](https://img.shields.io/pypi/v/pySemanticSlides.svg)](https://pypi.python.org/pypi/pySemanticSlides/)
[![GitHub issues](https://img.shields.io/github/issues/WolfgangFahl/pySemanticSlides.svg)](https://github.com/WolfgangFahl/pySemanticSlides/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/WolfgangFahl/pySemanticSlides.svg)](https://github.com/WolfgangFahl/pySemanticSlides/issues/?q=is%3Aissue+is%3Aclosed)
[![API Docs](https://img.shields.io/badge/API-Documentation-blue)](https://WolfgangFahl.github.io/pySemanticSlides/)
[![License](https://img.shields.io/github/license/WolfgangFahl/pySemanticSlides.svg)](https://www.apache.org/licenses/LICENSE-2.0)

## Introduction
pySemanticSlides is a python library to create a knowledge graph
from a set of Slide presentations and a tabular description of semantic
links. The result may be presented as a semantic mediawiki.

## Docs and Tutorials
[Wiki](https://wiki.bitplan.com/index.php/pySemanticSlides)
