https://github.com/cdorsman/python2-boilerplate
python2-boilersplate is a advanced boilertemplate for making scripts in Python
https://github.com/cdorsman/python2-boilerplate
advanced boilerplate-template python python-2 python2 scripting scripts
Last synced: 6 months ago
JSON representation
python2-boilersplate is a advanced boilertemplate for making scripts in Python
- Host: GitHub
- URL: https://github.com/cdorsman/python2-boilerplate
- Owner: cdorsman
- License: gpl-3.0
- Archived: true
- Created: 2018-05-18T11:48:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T19:28:16.000Z (almost 8 years ago)
- Last Synced: 2024-09-29T16:23:14.329Z (over 1 year ago)
- Topics: advanced, boilerplate-template, python, python-2, python2, scripting, scripts
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Python2-boilerplate
===================
A Python2 boiler-plate for developing fast and robust Python based applications
What is python2-boilerplate?
----------------------------
``Python2-boilerplate`` is a robust object-oriented boilerplate for Python2 from which you build advanced applications with ease. With features that you want to have as a developer without even to think about it.
Feature overview
----------------
* No usage of third-party libraries
* Usage of long and short CLI options.
* Advanced parsing configuration file with the option of setting required, non-required and default values.
* Thorough advanced logging setup
* Easy to customize.
Requirements
------------
* Python 2.6+
Setup
------------
Just download or git pull the latest version of ``Python2-boilerplate`` and you're done.