If you are beginning your journey with Senzing, please start with Senzing Quick Start guides.
You are in the Senzing Garage where projects are "tinkered" on. Although this GitHub repository may help you understand an approach to using Senzing, it's not considered to be "production ready" and is not considered to be part of the Senzing product. Heck, it may not even be appropriate for your application of Senzing!
At the moment, this is "work-in-progress" with Semantic Versions of 0.n.x
.
Although it can be reviewed and commented on,
the recommendation is not to use it yet.
This section should give 1-2 sentences on what the artifacts in this repository do.
This section should be replaced with real "Overview" content after initial repository creation.
This repository (template-python) contains exemplar python scripts that can be used to start a new python project.
The template-python.py python script is a boilerplate which has the following features:
- Conforms to PEP-0008 python programming style guide.
- With exception of some lines being too long.
- "command subcommand" command line.
- A structured command line parser and "-help"
- Configuration via:
- Command line options
- Environment variables
- Configuration file
- Default
- Messages dictionary
- Logging and Log Level support.
- Entry / Exit log messages.
- Docker support.
Configuration values specified by environment variable or command line parameter.
- Development
- Errors
- Examples
- Related artifacts: