Skip to content

jasapple/Python-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

New Script

Starter for new Python Scripts

Background

For many of my python scripts, I utilize the ArgParse and Logging libraries and I was tired of rewriting the same starter code for my scripts, so I made this template.

ArgParse was preferred as most deployment environments, we can control added arguments in a programmatic way as well as quick CLI testing

add config file feature

Logging levels is ideal when using a logging aggregation platform; such as the ELK Stack, Splunk, or AWS CloudWatch.

Timestamp follows ISO 8601 format. Time is UTC (see script.py#L11)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages