Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.