File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# Flask-Shell2HTTP
22
33[ ![ CodeFactor] ( https://www.codefactor.io/repository/github/eshaan7/flask-shell2http/badge )] ( https://www.codefactor.io/repository/github/eshaan7/flask-shell2http )
4- <a href =" https://lgtm.com/projects/g/eshaan7/flask-shell2http /context:python " >
5- <img alt =" Language grade: Python " src =" https://img.shields.io/lgtm/grade/python/g/eshaan7/flask-shell2http .svg?logo=lgtm&logoWidth=18 " />
4+ <a href =" https://lgtm.com/projects/g/Eshaan7/Flask-Shell2HTTP /context:python " >
5+ <img alt =" Language grade: Python " src =" https://img.shields.io/lgtm/grade/python/g/Eshaan7/Flask-Shell2HTTP .svg?logo=lgtm&logoWidth=18 " />
66</a >
77[ ![ flask-shell2http on pypi] ( https://img.shields.io/pypi/v/flask-shell2http )] ( https://pypi.org/project/Flask-Shell2HTTP/ )
88
@@ -29,7 +29,7 @@ Inspired by the work of awesome folks over at [msoap/shell2http](https://github.
2929
3030[ ![ Documentation Status] ( https://readthedocs.org/projects/flask-shell2http/badge/?version=latest )] ( https://flask-shell2http.readthedocs.io/en/latest/?badge=latest )
3131
32- Read the [ Quickstart] ( https://flask-shell2http.readthedocs.io/quickstart .html )
32+ Read the [ Quickstart] ( https://flask-shell2http.readthedocs.io/en/latest/Quickstart .html )
3333from the [ documentation] ( https://flask-shell2http.readthedocs.io/ ) to get started!
3434
3535## Why?
Original file line number Diff line number Diff line change 2626author = "Eshaan Bansal"
2727
2828# The full version, including alpha/beta/rc tags
29- release = "1.1.1 "
29+ release = "1.1.2 "
3030
3131
3232# -- General configuration ---------------------------------------------------
6464
6565html_context = {
6666 "project_links" : [
67- ProjectLink ("Donate To the Author" , "https://paypal.me/eshaanbansal" ),
67+ ProjectLink ("Donate To The Author" , "https://paypal.me/eshaanbansal" ),
6868 ProjectLink (
6969 "Flask-Shell2HTTP Website" , "https://flask-shell2http.readthedocs.io/"
7070 ),
8383html_static_path = ["_static" ]
8484# html_favicon = "_static/flask-icon.png"
8585# html_logo = "_static/flask-icon.png"
86- html_title = f"Flask Documentation ({ release } )"
86+ html_title = f"Flask-Shell2HTTP Documentation ({ release } )"
8787
8888
8989# Add any paths that contain custom static files (such as style sheets) here,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Welcome to Flask-Shell2HTTP!
22================================
33
44.. image :: https://www.codefactor.io/repository/github/eshaan7/flask-shell2http/badge
5- .. image :: https://img.shields.io/lgtm/grade/python/g/eshaan7/flask-shell2http .svg?logo=lgtm&logoWidth=18
5+ .. image :: https://img.shields.io/lgtm/grade/python/g/Eshaan7/Flask-Shell2HTTP .svg?logo=lgtm&logoWidth=18
66.. image :: https://img.shields.io/pypi/v/flask-shell2http
77
88A minimalist Flask _ extension that serves as a REST API wrapper for python's subprocess API.
Original file line number Diff line number Diff line change 1717
1818setup (
1919 name = "Flask-Shell2HTTP" ,
20- version = "1.1.1 " ,
20+ version = "1.1.2 " ,
2121 url = GITHUB_URL ,
2222 license = "BSD" ,
2323 author = "Eshaan Bansal" ,
You can’t perform that action at this time.
0 commit comments