geoserver rest v2.0.0
Finally geoserver-rest
v2.0.0 is here with following updates,
- Fully replaced the
pycurl
dependency withpython request
- Dropped the
psycopg2
dependencies - Dropped the PostgreSQL functionalities (deleted
geo/Postgres.py
file). I think the functionalities of PostgreSQL is outside the scope of this library. So I initiated the separated librarypostgres-helper
` - Documentation adjustments
- The
overwrite
options removed fromcreate_coveragestore
,create_coveragestyle
and other style functions