Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 369 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 369 Bytes

Python Project Template

This is the base template for python projects. It contains Logs, Cli arguments and read ini config.

Installation

Clone template to current dir: $ git clone https://github.com/alexol26/python_base_template_project.git

TODO

  • work with cli-arguments
  • read config file
  • setup loggin system
  • write examples of usage