Skip to content

mappin/archook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI version

Call For Maintainers

I no longer work with ArcGIS so debugging issues has become impossible for me. I'm looking for maintainer(s) to take over the project. It is a super simple project!

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

Packages

No packages published

Languages

  • Python 100.0%