/arcpy-logging

Python logging with the option to include an explicit ArcPy messaging handler.

Primary LanguagePythonApache License 2.0Apache-2.0

ArcPy-Logging

Integrating ArcPy messaging into standard Python logging.

For more information and samples, pleasae take a look at the ArcPy-Logging Documentation.

BumpVersion Cliff Notes for Myself

Bump2Version is preconfigured based on hints from this article on Medium.

If you want to...

  • apply a patch, bumpversion patch
  • update version with no breaking changes (minor version update), bumpversion minor
  • update version with breaking changes (major version update), bumpversion major
  • create a release (tagged in vesrion control - Git), bumpversion --tag release

Project based on the Cookiecutter Spatal Data Science project template. This template, in turn, is simply an extension and light modification of the cookiecutter data science project template. #cookiecutterdatascience