Metadata-Version: 2.1
Name: arcgisUtils
Version: 0.0.1
Summary: Functions to interact with the api in arcgis online.
Home-page: https://github.com/vizzTools/arcgisUtils
Author: Vizzuality
Author-email: greta.carrete@vizzuality.com
License: MIT
Description: # Arcgis Utils
        
        Package combining functions to manage data and interact with the api in the arcgis online via the `arcgis` package developed by ESRI.
        
        ## Developing
        
        Make a copy of `.env.sample` (and rename `.env`) and copy your Argis Online credentials (see requirements below).
        
        ## Requirements
        
        Arcgis online account credentials stored in `.env`:
        
        - `ARCGIS_ONLINE_PASSWORD`: your password
        - `ARCGIS_ONLINE_USER`: your username
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
