Skip to content

Latest commit

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date

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:
importarchook#The module which locates arcgisarchook.get_arcpy()
importarcpyexceptImportError:
# 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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages