Fairly complete implementations for Concord and MTI master
authorJakob Cornell <jakob+gpg@jcornell.net>
Tue, 12 Sep 2023 03:57:39 +0000 (22:57 -0500)
committerJakob Cornell <jakob+gpg@jcornell.net>
Mon, 19 Feb 2024 23:36:00 +0000 (17:36 -0600)
commit3cd19bacddeb43ff0c410db21d7359d080f12cbd
treecaf6ad1ca676c747d153d96786076226624272be
Fairly complete implementations for Concord and MTI

Includes client interfaces and parsers for shows, productions, and orchestrations.
notes [new file with mode: 0644]
pithub/__init__.py [new file with mode: 0644]
pithub/common.py [new file with mode: 0644]
pithub/concord.py [new file with mode: 0644]
pithub/html.py [new file with mode: 0644]
pithub/mti.py [new file with mode: 0644]
pithub/orchestration.py [new file with mode: 0644]
test.py [new file with mode: 0644]