Metadata-Version: 2.1
Name: pyjinx
Version: 0.1.4
Summary: PyJinx - Python MVC framework
License: MIT
Author: Krunal Dodiya
Author-email: kunal.dodiya1@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Requires-Dist: pendulum (>=3.0.0,<4.0.0)
Requires-Dist: pluralizer (>=1.2.0,<2.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Project-URL: documentation, https://pyjinx.gitbook.io/docs
Project-URL: homepage, https://www.proalgotrader.com
Project-URL: repository, https://github.com/pyjinx/framework
Description-Content-Type: text/markdown

# 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).

