snapmap-archiver 2.0
Version 2.0
Install with pip install snapmap-archiver
Updated Codebase
- Usable as a package
- The
SnapmapArchiver
class can be used across projects for custom integration with other packages - More efficient: no more blank
except
s! - Better API integration
- Uses
dict.get
instead of countlessexcept KeyError
checks
Installable
- Package is now (properly) installable through
pip
- Now buildable with
setup.py