Metadata-Version: 2.1
Name: RailgunS
Version: 0.43
Summary: Only My Railgun
Home-page: https://github.com/nyssance/railguns
Author: NY
Author-email: nyssance@icloud.com
License: MIT
Project-URL: Source, https://github.com/nyssance/railguns
Description: # 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)
        - [django-redis-cache](https://django-redis-cache.readthedocs.io)
        - [hiredis](https://github.com/redis/hiredis)
        - [mysqlclient](https://github.com/PyMySQL/mysqlclient-python)
        
        前端库
        
        - [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.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: prod
Provides-Extra: dev
