@@ -3,19 +3,19 @@ Flask Hypertable
3
3
================
4
4
5
5
6
- .. image :: https://travis-ci.org/coderfi/flask_hypertable .png?branch=master
7
- :target: https://travis-ci.org/coderfi/flask_hypertable
6
+ .. image :: https://travis-ci.org/coderfi/flask-hypertable .png?branch=master
7
+ :target: https://travis-ci.org/coderfi/flask-hypertable
8
8
9
- .. image :: https://badge.fury.io/py/flask_hypertable .png
10
- :target: http://badge.fury.io/py/flask_hypertable
9
+ .. image :: https://badge.fury.io/py/flask-hypertable .png
10
+ :target: http://badge.fury.io/py/flask-hypertable
11
11
12
- .. image :: https://coveralls.io/repos/coderfi/flask_hypertable /badge.png?branch=master
13
- :target: https://coveralls.io/r/coderfi/flask_hypertable ?branch=master
12
+ .. image :: https://coveralls.io/repos/coderfi/flask-hypertable /badge.png?branch=master
13
+ :target: https://coveralls.io/r/coderfi/flask-hypertable ?branch=master
14
14
15
- .. image :: https://pypip.in/d/flask_hypertable /badge.png
16
- :target: https://crate.io/packages/flask_hypertable ?version=latest
15
+ .. image :: https://pypip.in/d/flask-hypertable /badge.png
16
+ :target: https://crate.io/packages/flask-hypertable ?version=latest
17
17
18
- ``flask_hypertable `` - A Flask extension which provides connectivity to
18
+ ``flask-hypertable `` - A Flask extension which provides connectivity to
19
19
`Hypertable <http://hypertable.org/ >`_ over `Thrift <https://thrift.apache.org/ >`_.
20
20
21
21
@@ -37,7 +37,7 @@ Or if you *must* use easy_install:
37
37
.. code-block :: bash
38
38
39
39
alias easy_install=" pip install $1 "
40
- easy_install flask-redis
40
+ easy_install Flask-Hypertable
41
41
42
42
43
43
Configuration
79
79
Hypertable http://hypertable.com/documentation/reference_manual/thrift_api
80
80
Thrift https://thrift.apache.org/docs/
81
81
Python support Python 2.7, >= 3.3
82
- Source https://github.com/coderfi/flask_hypertable
83
- Docs http://flask_hypertable .rtfd.org
84
- Changelog http://flask_hypertable .readthedocs.org/en/latest/history.html
85
- API http://flask_hypertable .readthedocs.org/en/latest/api.html
86
- Issues https://github.com/coderfi/flask_hypertable /issues
87
- Travis http://travis-ci.org/coderfi/flask_hypertable
88
- Test coverage https://coveralls.io/r/coderfi/flask_hypertable
89
- pypi https://pypi.python.org/pypi/flask_hypertable
90
- Ohloh https://www.ohloh.net/p/flask_hypertable
82
+ Source https://github.com/coderfi/flask-hypertable
83
+ Docs http://flask-hypertable .rtfd.org
84
+ Changelog http://flask-hypertable .readthedocs.org/en/latest/history.html
85
+ API http://flask-hypertable .readthedocs.org/en/latest/api.html
86
+ Issues https://github.com/coderfi/flask-hypertable /issues
87
+ Travis http://travis-ci.org/coderfi/flask-hypertable
88
+ Test coverage https://coveralls.io/r/coderfi/flask-hypertable
89
+ pypi https://pypi.python.org/pypi/flask-hypertable
90
+ Ohloh https://www.ohloh.net/p/flask-hypertable
91
91
License `BSD `_.
92
92
git repo .. code-block:: bash
93
93
94
- $ git clone https://github.com/coderfi/flask_hypertable .git
94
+ $ git clone https://github.com/coderfi/Flask-Hypertable .git
95
95
install dev .. code-block:: bash
96
96
97
- $ git clone https://github.com/coderfi/flask_hypertable .git flask_hypertable
98
- $ cd ./flask_hypertable
97
+ $ git clone https://github.com/coderfi/Flask-Hypertable .git flask-hypertable
98
+ $ cd ./flask-hypertable
99
99
$ virtualenv .env
100
100
$ source .env/bin/activate
101
101
$ pip install -e .
@@ -110,5 +110,5 @@ About This Project
110
110
Project started with `cookiecutter-pypackage <https://github.com/tony/cookiecutter-pypackage >`_.
111
111
112
112
.. _BSD : http://opensource.org/licenses/BSD-3-Clause
113
- .. _Documentation : http://flask_hypertable .readthedocs.org/en/latest/
114
- .. _API : http://flask_hypertable .readthedocs.org/en/latest/api.html
113
+ .. _Documentation : http://flask-hypertable .readthedocs.org/en/latest/
114
+ .. _API : http://flask-hypertable .readthedocs.org/en/latest/api.html
0 commit comments