Skip to content

nicfit/nicfit.py

Repository files navigation

nicfit.py README

Build Status License Latest Version Supported Python versions Coverage Status Project Status

Basic building blocks for building Python applications.

Features

  • Common appplication skeletons (including async) providing common argument parsing add-ons and utilities, error handling boiler-plate, and application life-cycle hooks. Including intregrated cookiecutter that suuports updating to future versions with auto-merging.
  • Simple command API based on argparse and sub-parsers.
  • Integrated configuation file (based on configparser) utitiles.
  • Logging extras (e.g. verbose level) and command line configuration.
  • Free software: MIT license