sippers

Import and parse CNMC SIPS


License
GPL-3.0
Install
pip install sippers==1.1.1

Documentation

Sippers

Import and parse CNMC SIPS

http://ci.gisce.net/api/badge/github.com/gisce/sippers/status.svg?branch=master

Installation

$ pip install sippers

Use

$ sippers import --file /path/to/sips_file.zip \
  --backend mongodb://user:pass@localhost:27017/db

At this moment only MongoDB as a backend is supported, but you can write your own backend.