Metadata-Version: 2.1
Name: prosuite
Version: 1.4.0.1
Summary: An API to configure quality assurance tests for geodata and execute quality verifications on a ProSuite Server
Home-page: https://dirageosystems.ch/prosuite/doc/api
Author: Dira GeoSystems
Author-email: programmers@dirageosystems.ch
License: MIT
Keywords: prosuite,gis,arcgis,geodata,spatial-data,quality,quality-assurance,qa,test
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: lxml
Requires-Dist: grpcio>1.4.0
Requires-Dist: protobuf<5.0dev,>=4.21.6

# Dira ProSuite Python Client

## Functionality

The Dira ProSuite Python Client is the Python API for the ProSuite Quality Verification Server. ProSuite is a suite of high-end productivity tools for ArcGIS for data production, quality assurance, and cartographic refinement.

The ProSuite Python Client API is a lightweight package that provides access to the ProSuite QA functionality. It has been specifically designed as an easy-to-use programming interface that supports intellisense and comes with a documentation and samples.
Quality specifications containing QA tests for geodata can be fully defined in Python and executed on a ProSuite server which runs either locally or on a remote machine. Alternatively, an existing XML specification can be executed with just a few lines of code.

Find out more about ProSuite at [Dira GeoSystems](https://dirageosystems.ch/prosuite).

## Installation
``pip install prosuite``

## Documentation
See [ProSuite Python](https://dirageosystems.ch/prosuite/doc/api).
