Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicfit/nicfit.py
Common Python and CookieCutter
https://github.com/nicfit/nicfit.py
cookiecutter python utility
Last synced: about 3 hours ago
JSON representation
Common Python and CookieCutter
- Host: GitHub
- URL: https://github.com/nicfit/nicfit.py
- Owner: nicfit
- License: mit
- Created: 2016-12-03T23:21:54.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:29:37.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T23:51:00.249Z (26 days ago)
- Topics: cookiecutter, python, utility
- Language: Python
- Homepage:
- Size: 600 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 42
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=================
nicfit.py README
=================|Build Status| |License| |PyPI| |Python versions| |Coverage| |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.. |Build Status| image:: https://travis-ci.org/nicfit/nicfit.py.svg?branch=master
:target: https://travis-ci.org/nicfit/nicfit.py
:alt: Build Status
.. |PyPI| image:: https://img.shields.io/pypi/v/nicfit.py.svg
:target: https://pypi.python.org/pypi/nicfit.py/
:alt: Latest Version
.. |Python versions| image:: https://img.shields.io/pypi/pyversions/nicfit.py.svg
:target: https://pypi.python.org/pypi/nicfit.py/
:alt: Supported Python versions
.. |License| image:: https://img.shields.io/pypi/l/nicfit.py.svg
:target: https://pypi.python.org/pypi/nicfit.py/
:alt: License
.. |Status| image:: https://img.shields.io/pypi/status/nicfit.py.svg
:target: https://pypi.python.org/pypi/nicfit.py/
:alt: Project Status
.. |Coverage| image:: https://coveralls.io/repos/nicfit/nicfit.py/badge.svg
:target: https://coveralls.io/r/nicfit/nicfit.py
:alt: Coverage Status