archook | makes arcpy available to python

 by   JamesRamm Python Version: 1.2.0 License: GPL-2.0

kandi X-RAY | archook Summary

kandi X-RAY | archook Summary

archook is a Python library. archook has no bugs, it has no vulnerabilities, it has build file available, it has a Strong Copyleft License and it has low support. You can install using 'pip install archook' or download it from GitHub, PyPI.

Searches the (windows) system for arcgis and makes arcpy available to python (regardless of pythonpath/system path/registry settings). It's typically used when using a python distribution that's wasn't installed by ArcGIS. Ones downloaded direct from Python.org or a conda environment for two examples. If ArcGIS is not found, an ImportError is thrown. Use pro=True to target ArcGIS Pro instead of ArcGIS Desktop.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              archook has a low active ecosystem.
              It has 66 star(s) with 22 fork(s). There are 17 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 7 open issues and 18 have been closed. On average issues are closed in 157 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of archook is 1.2.0

            kandi-Quality Quality

              archook has no bugs reported.

            kandi-Security Security

              archook has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              archook is licensed under the GPL-2.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              archook releases are not available. You will need to build from source code and install.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi has reviewed archook and discovered the below as its top functions. This is intended to give you an instant insight into archook implemented functionality, and help decide if they suit your requirements.
            • Get the full path to the working directory
            • Locate the ArcGIS directory on the system
            • Return a list of paths to all windows
            • Locate the conda directory on the system
            • Verify that the conda environment exists
            • Get the system bitness
            • Verify that the bitness of pybit is correct
            • Returns the Pro key
            • Gets the bitness of the bitness
            Get all kandi verified functions for this library.

            archook Key Features

            No Key Features are available at this moment for archook.

            archook Examples and Code Snippets

            archook,Example usage,ArcGIS Pro
            Pythondot img1Lines of Code : 7dot img1License : Strong Copyleft (GPL-2.0)
            copy iconCopy
            try:
                import archook #The module which locates arcgis
                archook.get_arcpy(pro=True)
                import arcpy
            except ImportError:
                # do whatever you do if arcpy isnt there.
            
            ImportError("arcpy needs to run within an active ArcGIS Conda environment")
              
            archook,Example usage,ArcGIS Desktop
            Pythondot img2Lines of Code : 6dot img2License : Strong Copyleft (GPL-2.0)
            copy iconCopy
            try:
                import archook #The module which locates arcgis
                archook.get_arcpy()
                import arcpy
            except ImportError:
                # do whatever you do if arcpy isnt there.
              
            archook,Installation
            Pythondot img3Lines of Code : 3dot img3License : Strong Copyleft (GPL-2.0)
            copy iconCopy
            pip install archook
            
            git clone https://github.com/JamesRamm/archook.git
            pip install --editable .\archook
              

            Community Discussions

            No Community Discussions are available at this moment for archook.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install archook

            Regular install with pip:.
            Fetch https://github.com/JamesRamm/archook/archive/master.zip
            unzip %userprofile%\downloads\archook-master.zip
            run pip install --editable path\to\archook-master

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install archook

          • CLONE
          • HTTPS

            https://github.com/JamesRamm/archook.git

          • CLI

            gh repo clone JamesRamm/archook

          • sshUrl

            git@github.com:JamesRamm/archook.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link