Skip to content

snapmap-archiver 2.0

Compare
Choose a tag to compare
@king-millez king-millez released this 23 Dec 13:21
· 31 commits to master since this release
691021c

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 excepts!
  • Better API integration
  • Uses dict.get instead of countless except KeyError checks

Installable

  • Package is now (properly) installable through pip
  • Now buildable with setup.py