Metadata-Version: 2.1
Name: assetic-qgis
Version: 2.0.1.7
Summary: Assetic QGis Integration API
Home-page: http://www.assetic.com
Author-email: developer@assetic.com
License: UNKNOWN
Keywords: Assetic QGis Integration APIs
Platform: UNKNOWN
License-File: LICENSE.txt
Requires-Dist: assetic (>=2023.1.1.1)
Requires-Dist: PyQt5

**Description** 

`assetic-qgis` is a library to allow interoperability between Assetic Cloud services and
QGIS.

**Installation (recommended)**

To install `assetic-qgis` run:
    `pip install assetic-qgis`

**Manual Installation**

Can be installed manually but dependencies will also require installing
Can optionally use a zip file available from Assetic if pip cannot be used

**Instructions for use**
Introduction to QGIS, Quickstart documentation, etc. can be found on the Assetic
Knowledge Base (login required):

https://assetic.zendesk.com/hc/en-us/articles/360001933756-QGIS-Integration-Introduction

**Reporting issues**

Log issues via Assetic Support


**Changelog**

**Release 2.0.1.7**
    *   Fixed issue where feature fields with 'falsy' numeric values were treated as null and not included in API payloads
    *   Fixed an issue with the handling of empty layer fields mapped to asset address

**Release 2.0.1.6**
    *   Option to Buffer update of layer with Assetic ID on asset creation (default option) or apply feature updates directly (set using use_buffered_edit=False)

**Release 2.0.1.5**
    *   Improve functional location config
    *   Improve reporting of unhandled exceptions

**Release 2.0.1.4**
    *   Fixed bug that was preventing dimension info being explictly added to each
        QGIS row
    *   Partial asset creation now being correctly reported to logger
    *   Queries now working correctly when creating/updating functional locations
        from layer
    *   Removed QGIS specific geometry fields from base python-sdk in to qgis package

**Release 2.0.1.3**
    *   Fixes for initialisation crash in some circumstances where logging failed

**Release 2.0.1.2**
    *   Added functionality to bulk update assets via data-exchange
    *   Updated assetic dependency

**Release 2.0.1.1**
    *   Updated required version of assetic package after discovering bug

**Release 2.0.1.0**
    *   Fixed issue where features of type Point and MultiPoint where not
        being created in Assetic Cloud

**Release 2.0.0.1**
    *   Updated read me with some nicer formatting + extra information

**Release 2.0.0.0**
    *   Supports create and update by selection in QGIS GUI
    *   Uses consolidated Assetic SDK functionality, sharing code with other GIS repositories

**Release 1.0.0.0**
    *	Initial Build




