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.1.tar.gz
(3.5 kB
view hashes)
Built Distribution
Close
Hashes for plexmatch-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d65999f8b36ed36f55f079fab1fcf703536a66f5f39025b11421dcade89598ba |
|
MD5 | b2cbf0d62d4d66ba97e0be9e874e17f9 |
|
BLAKE2b-256 | c285359a983c95c902eaa4da5ab1d2fc1788b6026491a4706084198384118bad |