Metadata-Version: 2.1
Name: inifini
Version: 0.0.0
Summary: A Python multipurpose framework for building any web-server
Home-page: https://github.com/PlayerG9/inifini
Author: PlayerG9
License: MIT
Project-URL: Author Github, https://github.com/PlayerG9
Project-URL: Homepage, https://github.com/PlayerG9/inifini
Project-URL: Bug Tracker, https://github.com/PlayerG9/inifini/issues
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Programming Language :: Python :: 3.13
Classifier: Environment :: Web Environment
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: all
Requires-Dist: better-exceptions ; extra == 'all'
Provides-Extra: development
Requires-Dist: better-exceptions ; extra == 'development'

# inifini
[![PyPI - Version](https://img.shields.io/pypi/v/inifini)
](https://pypi.org/project/inifini/)

A Python multipurpose framework for building any web-server

> Nothing is done yet

## Installation

```bash
pip install inifini
```

## Reason for this Framework

Developing a web-server should be fun

### Story

I was trying to develop something with Flask (came first to my mind)
but I needed a background-worker which collided Flasks reloading system.
Like a normal programmer, instead of searching for an alternative framework
I just decided to make my own.
<small>And I also didn't need the template-engine as the frontend would
be developed with a proper web-framework like react</small>
