https://github.com/avanov/frameapp
Experimental library that reduces boilerplate code necessary for consistent application initialization.
https://github.com/avanov/frameapp
Last synced: 4 months ago
JSON representation
Experimental library that reduces boilerplate code necessary for consistent application initialization.
- Host: GitHub
- URL: https://github.com/avanov/frameapp
- Owner: avanov
- License: other
- Created: 2017-12-22T11:09:50.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-03-21T16:05:49.000Z (about 8 years ago)
- Last Synced: 2025-09-25T10:53:41.050Z (9 months ago)
- Language: Python
- Homepage: http://frameapp.readthedocs.io/en/latest/index.html
- Size: 73.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. _badges:
.. image:: https://travis-ci.org/avanov/frameapp.svg?branch=develop
:target: https://travis-ci.org/avanov/frameapp
.. image:: https://coveralls.io/repos/github/avanov/frameapp/badge.svg?branch=develop
:target: https://coveralls.io/github/avanov/frameapp?branch=develop
.. image:: https://requires.io/github/avanov/frameapp/requirements.svg?branch=develop
:target: https://requires.io/github/avanov/frameapp/requirements/?branch=develop
:alt: Requirements Status
.. image:: https://readthedocs.org/projects/frameapp/badge/?version=develop
:target: http://frameapp.readthedocs.org/en/develop/
:alt: Documentation Status
.. image:: http://img.shields.io/pypi/v/frameapp.svg
:target: https://pypi.python.org/pypi/frameapp
:alt: Latest PyPI Release
=========
Frameapp
=========
Frameapp provides primitives for consistent application initialization.