Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcataford/pptx
Deep into the XML abyss
https://github.com/mcataford/pptx
Last synced: 26 days ago
JSON representation
Deep into the XML abyss
- Host: GitHub
- URL: https://github.com/mcataford/pptx
- Owner: mcataford
- License: gpl-3.0
- Created: 2024-01-17T05:46:29.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-18T18:14:14.000Z (10 months ago)
- Last Synced: 2024-01-19T02:25:10.459Z (10 months ago)
- Language: Python
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pptx
Deep into the XML abyss> # ✈️ Moved away!
>
> This project has moved away from Github and is now hosted [elsewhere](https://forge.karnov.club/marc/pptx).## Overview
This package takes a stab at PPTX manipulation out of curiosity for implementing against an open format and try to
produce a better, simpler and clearer version of existing solutions in the Python ecosystem.## Development
This repository uses the [Scripts to Rule Them All](https://github.com/github/scripts-to-rule-them-all) pattern; all the
utility scripts to manage dependencies, format and test are in the `script` directory. `. script/bootstrap` will install
the dependencies you need to get started.### XML source format
XML tags referred to throughout the codebase are described in the [glossary](./docs/GLOSSARY.md).
## Contributing
Contributions are not expected until the layout / patterns / plans are a little more stable.