Metadata-Version: 2.1
Name: pyparcels
Version: 1.4.0
Summary: Helper functions for simplifying parcel fabric workflows with the ArcGIS Python API
Home-page: https://github.com/kgalliher/arcgis-pythonapi/
Author: Ken Galliher
Author-email: kgalliher092@gmail.com
Project-URL: Bug Reports, https://github.com/kgalliher/arcgis-pythonapi/issues/
Project-URL: Source, https://github.com/kgalliher/arcgis-pythonapi/
Keywords: arcgis python api,parcels,development
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
License-File: license.txt

# Parcel Fabric Python API Utils
## Helper functions for simplifying parcel fabric workflows with the ArcGIS Python API

**Install arcgis module**

`conda install -c esri arcgis`

**Install [pyparcels](https://pypi.org/project/pyparcels/)**

`pip install pyparcels`


### Utils
- Basic functions to write json to a file, get a server token and a simple timer decorator

### Features
#### features/feature_utils
- Functions for getting and querying FeatureLayer and FeatureLayerCollection objects. 
- Simplifies and shortens return values for basic feature layer info.

### Versioning
#### versioning/versioning_utils
- Functions for creating and deleting versions. 
- Start and stop edit sessions for branch versioned editing.

### Parcels
#### parcels/parcels_utils
- Functions to query parcel features 
- Returns dicts with correct format for submission to Parcel Fabric REST methods.  
- Create parcel records for record driven workflows. 
- Copy external line features into a parcel type.
