Skip to content

Searches the system for arcgis and makes arcpy available to python (regardless of pythonpath/system path/registry settings)

License

Notifications You must be signed in to change notification settings

gmioannou/archook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI version

archook

Searches the (windows) system for arcgis and makes arcpy available to python (regardless of pythonpath/system path/registry settings) If ArcGIS is not found, an ImportError is thrown.

Example usage:

try:
    import archook #The module which locates arcgis
    archook.get_arcpy()
    import arcpy
except ImportError:
    # do whatever you do if arcpy isnt there.

Installation

Install with pip:

pip install archook

About

Searches the system for arcgis and makes arcpy available to python (regardless of pythonpath/system path/registry settings)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%