twee-parser 0.1.1

A parser for Twine stories
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# twee-parser


`twee-parser` is a library for parsing/serializing [Twine](https://twinery.org/) stories in [Twine HTML](https://github.com/iftechfoundation/twine-specs/blob/master/twine-2-htmloutput-spec.md), [archives](https://github.com/iftechfoundation/twine-specs/blob/master/twine-2-archive-spec.md) and [Twee 3](https://github.com/iftechfoundation/twine-specs/blob/master/twee-3-specification.md).

### Features


- [x] HTML parsing/serializing
- [x] Twee 3 parsing/serializing
- [x] HTML archive parsing/serializing
- [ ] JSON parsing/serializing

### License

This library is licensed under the MPL2.0.