Metadata-Version: 2.4
Name: rapidkit-core
Version: 0.1.2rc2
Summary: Public staging playground where we polish the next wave of RapidKit magic together
License: MIT
License-File: LICENSE
Keywords: scaffolding,boilerplate,fastapi,codegen,devtools
Author: RapidKit Team
Author-email: team@rapidkit.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
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
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Code Generators
Requires-Dist: black (>=25.9.0,<26.0.0)
Requires-Dist: click (>=8.3,<8.4)
Requires-Dist: cryptography (>=46.0.2,<47.0.0)
Requires-Dist: email-validator (>=2.1,<3.0)
Requires-Dist: fastapi (>=0.119.0,<1.0.0)
Requires-Dist: jinja2 (>=3.1.6,<4.0.0)
Requires-Dist: jsonschema (>=4.25.1,<5.0.0)
Requires-Dist: packaging (>=25.0,<26.0)
Requires-Dist: pydantic (>=2.12.2)
Requires-Dist: pydantic-settings (>=2.11,<3.0)
Requires-Dist: pygithub (>=2.7.0,<3.0.0)
Requires-Dist: pynacl (>=1.5.0,<2.0.0)
Requires-Dist: pyyaml (>=6.0.3,<7.0.0)
Requires-Dist: requests (>=2.32.5,<3.0.0)
Requires-Dist: rich (>=14.2.0,<15.0.0)
Requires-Dist: starlette (>=0.49.1,<0.50)
Requires-Dist: tabulate (>=0.9.0,<0.10.0)
Requires-Dist: typer (>=0.19,<0.20)
Requires-Dist: types-requests (>=2.32.4.20250913,<3.0.0.0)
Requires-Dist: uvicorn[standard] (>=0.37.0)
Requires-Dist: yamllint (>=1.37.1,<2.0.0)
Project-URL: Homepage, https://github.com/getrapidkit/community-staging
Project-URL: Repository, https://github.com/getrapidkit/community-staging
Description-Content-Type: text/markdown

# RapidKit Community-staging

Public staging playground where we polish the next wave of RapidKit magic together

[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## 🚀 Features

- Clean Architecture FastAPI applications
- Modular structure with dependency injection
- Comprehensive testing setup
- Docker-ready deployments
- CLI tools for rapid development

## ✅ Requirements

- Python 3.10+

## 📦 Installation

```bash
pip install rapidkit-core
```

```bash
pip install --pre rapidkit-core
```

## 🛠️ Usage

```bash
rapidkit create myapp
cd myapp
rapidkit info
```

## 📚 Documentation

For detailed documentation, visit our docs.

## 🤝 Contributing

We welcome contributions! Please see our contributing guide.

## 📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

