Metadata-Version: 2.1
Name: py-application-framework
Version: 1.0.0a1
Summary: A simple application framework library for python.
Home-page: https://github.com/runemalm/py-application-framework
Author: David Runemalm, 2024
Author-email: david.runemalm@gmail.com
License: GNU General Public License v3.0
Project-URL: Documentation, https://py-application-framework.readthedocs.io/en/latest/
Project-URL: Bug Tracker, https://github.com/runemalm/py-application-framework/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
![First Principles Software](https://img.shields.io/badge/Powered_by-First_Principles_Software-blue)

## py-application-framework

This is a simple and lightweight application framework library for python.

### Features:

- ...

### Python Compatibility

This library is compatible and tested with the following Python versions:

- Python 3.7
- Python 3.8
- Python 3.9
- Python 3.10
- Python 3.11
- Python 3.12

[![Push on master](https://github.com/runemalm/py-application-framework/actions/workflows/master.yml/badge.svg?branch=master)](https://github.com/runemalm/py-application-framework/actions/workflows/master.yml)
  
### Installation:
  
```bash
$ pip install py-application-framework
```
  
### Example - xxx

```python
# ...
```

### Documentation:
  
You can find the latest documentation at [readthedocs](https://py-application-framework.readthedocs.io/en/latest/).

### Contribution:
  
If you want to contribute to the code base, create a pull request on the develop branch.

We follow the [git flow](https://nvie.com/posts/a-successful-git-branching-model/) branching model.
  
### Release Notes

#### [1.0.0-alpha.1](https://github.com/runemalm/py-application-framework/releases/tag/v1.0.0-alpha.1) (2024-02-xx)

- Initial alpha release.
- Added xxx...
- Basic Documentation: An initial set of documentation is provided, giving users an introduction to the library.
- License: Released under the GPL 3 license.
