Metadata-Version: 2.4
Name: pyjinx
Version: 0.2.5
Summary: PyJinx - Python MVC framework
Author-email: Krunal Dodiya <kunal.dodiya1@gmail.com>
License-Expression: MIT
Project-URL: homepage, https://www.proalgotrader.com
Project-URL: repository, https://github.com/pyjinx/framework
Project-URL: documentation, https://pyjinx.gitbook.io/docs
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: pluralizer>=1.2.0
Requires-Dist: colorama>=0.4.6
Requires-Dist: jinja2>=3.1.4
Requires-Dist: sqlalchemy>=2.0.52
Requires-Dist: alembic>=1.19.0
Requires-Dist: pendulum>=3.1.0
Dynamic: license-file

# pyjinx - A Python MVC Framework

**pyjinx** is a lightweight and flexible Python framework built around the Model-View-Controller (MVC) architecture, designed to help developers build modern web applications with ease and efficiency. Inspired by the elegance of gems, pyjinx combines simplicity with powerful features to provide a clean, scalable structure for your projects.

## Features:

- **Model-View-Controller (MVC) Architecture**: Clear separation of concerns for more organized and maintainable code.
- **Lightweight**: Minimal dependencies, optimized for performance.
- **Scalable**: Suitable for small to large applications, offering flexibility as your project grows.
- **Easy to Learn**: Simple, intuitive API and well-documented codebase to help you get started quickly.
- **Extensible**: Easily extendable with custom libraries, utilities, and middleware.
- **Modular Design**: Build reusable components and modules to keep your code DRY (Don’t Repeat Yourself).
