Metadata-Version: 2.4
Name: arcgis
Version: 2.4.3
Summary: ArcGIS API for Python
Home-page: https://developers.arcgis.com/python/
Author: Esri
Author-email: python@esri.com
License: Esri Master License Agreement (MLA) - http://www.esri.com/LEGAL/pdfs/mla_e204_e300/english.pdf
Keywords: gis arcgis geographic spatial spatial-data spatial-data-analysis spatial-analysis data-science maps mapping web-mapping python native-development
Platform: Windows
Platform: Linux
Platform: Solaris
Platform: Mac OS-X
Platform: Unix
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11, <3.15
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pillow
Requires-Dist: urllib3<3,>=2.1.0
Requires-Dist: cachetools
Requires-Dist: lxml
Requires-Dist: cryptography
Requires-Dist: pandas<4.0.0,>=2.3.0
Requires-Dist: numpy<3,>=2.3.0
Requires-Dist: matplotlib
Requires-Dist: keyring>=23.3.0
Requires-Dist: pylerc
Requires-Dist: ujson>=3
Requires-Dist: truststore>=0.10.0
Requires-Dist: pywin32>=223; platform_system == "Windows"
Requires-Dist: geomet>=1.0.0
Requires-Dist: requests<3,>=2.32.3
Requires-Dist: requests-oauthlib
Requires-Dist: requests_toolbelt
Requires-Dist: pyspnego>=0.8.0
Requires-Dist: dask[dataframe]<2025.3,>=2024.12.1
Requires-Dist: matplotlib-inline
Requires-Dist: pyarrow<24,>=17
Requires-Dist: puremagic<2,>=1.15
Requires-Dist: pydantic<3,>=2.8.2
Requires-Dist: networkx<4,>=3.3
Requires-Dist: websocket-client<2.0.0,>=1.2.3
Provides-Extra: gp
Requires-Dist: dill; extra == "gp"
Provides-Extra: gdal
Requires-Dist: gdal<4,>=3.9.2; extra == "gdal"
Provides-Extra: kerberos
Requires-Dist: requests-kerberos; extra == "kerberos"
Requires-Dist: requests-gssapi; extra == "kerberos"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ArcGIS API for Python

Work with maps and geospatial data in Python using The ArcGIS API for Python.

Use simple and efficient tools powered by Web GIS, for sophisticated vector and raster analysis, geocoding, map making, routing and directions. Administer, organize and manage users, groups and information items in your GIS.

This library enables access to ready-to-use maps and curated geographic data from Esri and other authoritative sources, and works with your own data as well. It integrates well with the scientific Python ecosystem and includes rich support for Pandas and Jupyter notebook.

To run sample notebooks and learn more about the API, visit [our homepage](https://developers.arcgis.com/python/).
