No project description provided
Project description
plexmatch
A simple library for handle plexmatch file.
Usage
from pathlib import Path
from plexmatch import parse, tostr
plex_match = parse(Path('.plexmatch').read_text())
# do something with plex_match, then:
Path('.plexmatch').write_text(tostr(plex_match))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
plexmatch-0.1.0.tar.gz
(3.5 kB
view hashes)
Built Distribution
Close
Hashes for plexmatch-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3cc2547e8dd7bb4fe84fb9b6a6445bd003c5c1c50167efe104ef9f4e368354b7 |
|
MD5 | 2015702dda258ce03d0b5b5e5d814aa5 |
|
BLAKE2b-256 | 3c2e0d7cc688b82187d85ec497216adebc9a996a01ae9b071dd2f3d9118f04ed |