Skip to content

Commit 55c7a12

Browse files
authored
Update README.md with reference to new ArcGIS API for Python
1 parent 5c89bbe commit 55c7a12

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

README.md

+4-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Portalpy
22
=========
3-
Portalpy is a Python module that allows you to administer Portal for ArcGIS and ArcGIS Online.
3+
Portalpy is a Python module that allows you to administer Portal for ArcGIS and ArcGIS Online. It has been superseded by the [ArcGIS API for Python](https://developers.arcgis.com/python/), but is left as a resource for anyone with existing dependencies.
44

55
## Features
66
* Designed to be easy. Most tasks require just a few lines of code.
@@ -10,22 +10,16 @@ Portalpy is a Python module that allows you to administer Portal for ArcGIS and
1010

1111
## Requirements
1212
* Python 2.7
13-
* Works with ArcGIS Online and all versions of Portal.
13+
* Works with ArcGIS Online and all versions of Portal for ArcGIS.
1414

1515
## Resources
1616
* Portalpy.html (reference doc, included in repo)
17-
* http://portalpy.esri.com - this is a running Portal that are used for the unit tests. It's intended for use in testing with portalpy.
18-
1917

2018
## Issues or new requests?
21-
* We are actively working on implementing functionality for item management. If you have a request in this area, please wait.
22-
* If you find a bug or have a request for functionality other than item management, please create an item in GitHub.
23-
24-
## Contributing
25-
We really need useful example scripts or modules that use PortalPy.
19+
* Please see the newer ArcGIS API for Python at https://developers.arcgis.com/python/
2620

2721
## Licensing
28-
Copyright 2014 Esri
22+
Copyright 2014-2017 Esri
2923

3024
Licensed under the Apache License, Version 2.0 (the "License");
3125
you may not use this file except in compliance with the License.
@@ -40,4 +34,3 @@ See the License for the specific language governing permissions and
4034
limitations under the License.
4135

4236
A copy of the license is available in the repository's [license.txt](license.txt) file.
43-

0 commit comments

Comments
 (0)