Metadata-Version: 2.1
Name: RailgunS
Version: 0.53
Summary: Only My Railgun
Home-page: https://github.com/nyssance/railguns
Author: NY
Author-email: nyssance@icloud.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/nyssance/railguns/issues
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: prod
License-File: LICENSE

# 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

---

## Installation

```sh
pip install railguns
```

## 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](https://github.com/django-ckeditor/django-ckeditor)
- [Django Filter](https://django-filter.readthedocs.io)
- [django-htmlmin](https://github.com/cobrateam/django-htmlmin)
- [hiredis](https://github.com/redis/hiredis)
- [mysqlclient](https://github.com/PyMySQL/mysqlclient-python)
- [redis-py](https://github.com/redis/redis-py)

前端库

- [axios](https://github.com/axios/axios)
- [jQuery](https://jquery.com)
- [jQuery Lazy](http://jquery.eisbehr.de/lazy/)
- [Material Components for the Web](https://material.io/components/web/)
- [Vue.js](https://vuejs.org)
- [WeUI](https://github.com/Tencent/weui)
- [weui.js](https://github.com/Tencent/weui.js)

## License

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


