This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env python | |
| # requires zeroconf (e.g. pip install --user zeroconf) | |
| from collections import defaultdict | |
| from time import sleep | |
| from zeroconf import Zeroconf, ServiceBrowser, ZeroconfServiceTypes | |
| from json import dumps | |
| verbose = False |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #! /usr/bin/env python | |
| """ | |
| Intended for use from ipython, but you can use via import. | |
| iPython usage: | |
| import saves | |
| csvs = saves.init() |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder