Metadata-Version: 2.1
Name: gn-arcrest
Version: 10.5.5
Summary: Wrapper to the ArcGIS REST API, and a Python analogue to the Javascript APIs
Author: Esri
Author-email: jscheirer@esri.com
License: Apache Software License
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
License-File: LICENSE

# arcpy-server-util-rest

This is a Pythonic API for consuming REST services from ArcGIS server. These are Python bindings for consuming services and administering an ArcGIS 10.1 Server via its RESTful APIs. 

Please note THESE ARE NOT COMPLETE -- not all of the REST API has
been wrapped or implemented. If you have a feature that you'd
like to see working, then by all means feel free to contribute a
patch. 

## Features
* Python bindings and utilities for consuming services and administering an ArcGIS 10.1 Server via its RESTful APIs
* There are examples in the documentation folder to get started

## Instructions

1. Download and unzip the .zip file or clone the repo.

 [New to Github? Get started here.](https://github.com/)

## Requirements

* Experience with Python and the REST API.

## Resources

* [ArcGIS REST Admin API ](http://resources.arcgis.com/en/help/server-admin-api/)
* [ArcGIS Server REST Admin API Python Samples](http://resources.arcgis.com/en/help/main/10.1/#/Scripting_with_the_ArcGIS_Server_Administrator_API/0154000005r1000000/)

## Issues

Find a bug or want to request a new feature?  Please let us know by submitting an issue.

## Contributing

Anyone and everyone is welcome to contribute. 

## Licensing
Copyright 2012-2013 Esri

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

A copy of the license is available in the repository's [license.txt](https://raw.github.com/Esri/arcpy-server-util-rest/hg/default/LICENSE) file.

[](Esri: ArcGIS REST Server Utility)
[](Esri Language: Python)
