Metadata-Version: 1.0
Name: geodatabase_tempfile
Version: 0.1.0
Summary: A library for managing temporary geodatabases and filenames in arcpy (ArcGIS) scripts
Home-page: https://github.com/ucd-cws/geodatabase_tempfile
Author: Nick Santos
Author-email: nrsantos@ucdavis.edu
License: UNKNOWN
Description: Implements a temporary geodatabase management system that wraps around arcpy.CreateScratchName
        	  and arcpy.CreateUniqueName to manage the workspace that Unique/Scratch names are placed into, allowing you to focus
        	  on just getting a name and not having to check where it's stored or whether your scratch database exists.
        	  
Platform: UNKNOWN
