Metadata-Version: 2.4
Name: beamerstudio
Version: 0.0.1
Summary: Desktop GUI for managing libraries of LaTeX/Beamer slide frames and assembling them into talks. Placeholder release; the tool is not yet public.
Project-URL: Homepage, https://github.com/beamerstudio
Author: Stefan Sandfeld
License-Expression: MIT
License-File: LICENSE
Keywords: beamer,gui,latex,presentation,slides
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business :: Office Suites
Classifier: Topic :: Text Processing :: Markup :: LaTeX
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# Beamer Studio

**This is a placeholder release. The tool is not yet public and this package
does nothing.**

Beamer Studio is a desktop application (PySide6/Qt, Linux-first) for managing
large libraries of LaTeX/Beamer slide frames. Each frame is a small standalone
`.tex` file; the tool browses, searches, tags, previews and assembles them into
talks. A talk is a standard Beamer main `.tex` file that the tool reads and
writes, so presentations remain compilable without it. Files on disk are the
source of truth.

It is developed alongside `beamerstudio.sty`, a LaTeX package distributed
separately through CTAN. The Python package does not bundle or install the
LaTeX side.

Status: private development, pre-alpha. The first real release will be
version 0.1.0.

Project home: <https://github.com/beamerstudio>

## Why this placeholder exists

The name is reserved ahead of the first release so that the published tool,
its import package, its command-line entry point and its LaTeX package all
share one identifier: `beamerstudio`.

## Licence

MIT. See `LICENSE`.
