Metadata-Version: 2.3
Name: railguns
Version: 0.102
Summary: Only My Railgun
Project-URL: Homepage, https://github.com/nyssance/railguns
Project-URL: Documentation, https://github.com/nyssance/railguns
Project-URL: Repository, https://github.com/nyssance/railguns.git
Project-URL: Issues, https://github.com/nyssance/railguns/issues
Project-URL: Changelog, https://github.com/nyssance/railguns/blob/main/CHANGELOG.md
Author-email: NY  <nyssance@icloud.com>
License: MIT License
        
        Copyright (c) 2018-present NY <nyssance@icloud.com>
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Keywords: django,railguns
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 5.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.13
Requires-Dist: django-ckeditor-5==0.2.15
Requires-Dist: django-filter==24.3
Requires-Dist: django-htmlmin==0.11.0
Requires-Dist: django[argon2]==5.1.4
Requires-Dist: djangorestframework-simplejwt==5.3.1
Requires-Dist: djangorestframework==3.15.2
Requires-Dist: gunicorn==23.0.0
Requires-Dist: mysql-connector-python==9.1.0
Requires-Dist: redis==5.2.1
Requires-Dist: uvicorn==0.34.0
Provides-Extra: cli
Requires-Dist: fabric; extra == 'cli'
Requires-Dist: rich; extra == 'cli'
Provides-Extra: test
Requires-Dist: pytest-cov[all]; extra == 'test'
Requires-Dist: pytest>8.0.0; extra == 'test'
Description-Content-Type: text/markdown

# RailgunS

[![Downloads](https://pepy.tech/badge/railguns)](https://pepy.tech/project/railguns)
[![PyPI](https://img.shields.io/pypi/v/railguns)](https://pypi.org/project/RailgunS/)
[![Python](https://img.shields.io/pypi/pyversions/railguns)](https://www.python.org)
[![Django](https://img.shields.io/pypi/djversions/railguns)](https://www.djangoproject.com)
[![License](https://img.shields.io/pypi/l/railguns)](https://opensource.org/licenses/MIT)

Only My Railgun

---

## Vendor

框架用到的库

- [Django](https://www.djangoproject.com)
- [Django REST framework](https://www.django-rest-framework.org)
- [Simple JWT](https://github.com/davesque/django-rest-framework-simplejwt)

部署

- [Gunicorn](https://www.gunicorn.org)
- [uvicorn](https://www.uvicorn.org)

常用库

- [Django CKEditor 5](https://github.com/hvlads/django-ckeditor-5)
- [Django Filter](https://django-filter.readthedocs.io)
- [django-htmlmin](https://github.com/cobrateam/django-htmlmin)
- [mysql-connector-python](https://dev.mysql.com/doc/connector-python/en/connector-python-django-backend.html)
- [redis-py](https://github.com/redis/redis-py)

## License

RailgunS is released under the MIT license. [See LICENSE](https://github.com/nyssance/railguns/blob/main/LICENSE) for details.

[pyproject.toml] https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
