first commit
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
|Build Status| |Coverage Status| |PyPI Version| |PyPI Downloads| |Wheel Status|
|
||||
|
||||
Flask-Navigation
|
||||
================
|
||||
|
||||
Build navigation bars in your Flask application. ::
|
||||
|
||||
nav.Bar('top', [
|
||||
nav.Item('Home', 'index'),
|
||||
nav.Item('Latest News', 'news', {'page': 1}),
|
||||
])
|
||||
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
::
|
||||
|
||||
$ pip install Flask-Navigation
|
||||
|
||||
|
||||
Links
|
||||
-----
|
||||
|
||||
- `Document <https://flask-navigation.readthedocs.org>`_
|
||||
- `Issue Track <https://github.com/tonyseek/flask-navigation/issues>`_
|
||||
|
||||
|
||||
Issues
|
||||
------
|
||||
|
||||
If you want to report bugs or request features, please create issues on
|
||||
`GitHub Issues <https://github.com/tonyseek/flask-navigation/issues>`_.
|
||||
|
||||
|
||||
Contributes
|
||||
-----------
|
||||
|
||||
You can send a pull reueqst on
|
||||
`GitHub <https://github.com/tonyseek/flask-navigation/pulls>`_.
|
||||
|
||||
|
||||
.. |Build Status| image:: https://travis-ci.org/tonyseek/flask-navigation.svg?branch=master,develop
|
||||
:target: https://travis-ci.org/tonyseek/flask-navigation
|
||||
:alt: Build Status
|
||||
.. |Coverage Status| image:: https://img.shields.io/coveralls/tonyseek/flask-navigation/develop.svg
|
||||
:target: https://coveralls.io/r/tonyseek/flask-navigation
|
||||
:alt: Coverage Status
|
||||
.. |Wheel Status| image:: https://pypip.in/wheel/Flask-Navigation/badge.svg
|
||||
:target: https://pypi.python.org/pypi/Flask-Navigation
|
||||
:alt: Wheel Status
|
||||
.. |PyPI Version| image:: https://img.shields.io/pypi/v/Flask-Navigation.svg
|
||||
:target: https://pypi.python.org/pypi/Flask-Navigation
|
||||
:alt: PyPI Version
|
||||
.. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/Flask-Navigation.svg
|
||||
:target: https://pypi.python.org/pypi/Flask-Navigation
|
||||
:alt: Downloads
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,84 @@
|
||||
Metadata-Version: 2.0
|
||||
Name: Flask-Navigation
|
||||
Version: 0.2.0
|
||||
Summary: The navigation of Flask application.
|
||||
Home-page: https://github.com/tonyseek/flask-navigation
|
||||
Author: Jiangge Zhang
|
||||
Author-email: tonyseek@gmail.com
|
||||
License: MIT
|
||||
Keywords: navigation,flask,navbar,nav
|
||||
Platform: UNKNOWN
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 2.7
|
||||
Classifier: Programming Language :: Python :: 3.3
|
||||
Classifier: Programming Language :: Python :: 3.4
|
||||
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
||||
Classifier: Development Status :: 3 - Alpha
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Environment :: Web Environment
|
||||
Classifier: Framework :: Flask
|
||||
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
||||
Requires-Dist: Flask
|
||||
Requires-Dist: blinker
|
||||
|
||||
|Build Status| |Coverage Status| |PyPI Version| |PyPI Downloads| |Wheel Status|
|
||||
|
||||
Flask-Navigation
|
||||
================
|
||||
|
||||
Build navigation bars in your Flask application. ::
|
||||
|
||||
nav.Bar('top', [
|
||||
nav.Item('Home', 'index'),
|
||||
nav.Item('Latest News', 'news', {'page': 1}),
|
||||
])
|
||||
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
::
|
||||
|
||||
$ pip install Flask-Navigation
|
||||
|
||||
|
||||
Links
|
||||
-----
|
||||
|
||||
- `Document <https://flask-navigation.readthedocs.org>`_
|
||||
- `Issue Track <https://github.com/tonyseek/flask-navigation/issues>`_
|
||||
|
||||
|
||||
Issues
|
||||
------
|
||||
|
||||
If you want to report bugs or request features, please create issues on
|
||||
`GitHub Issues <https://github.com/tonyseek/flask-navigation/issues>`_.
|
||||
|
||||
|
||||
Contributes
|
||||
-----------
|
||||
|
||||
You can send a pull reueqst on
|
||||
`GitHub <https://github.com/tonyseek/flask-navigation/pulls>`_.
|
||||
|
||||
|
||||
.. |Build Status| image:: https://travis-ci.org/tonyseek/flask-navigation.svg?branch=master,develop
|
||||
:target: https://travis-ci.org/tonyseek/flask-navigation
|
||||
:alt: Build Status
|
||||
.. |Coverage Status| image:: https://img.shields.io/coveralls/tonyseek/flask-navigation/develop.svg
|
||||
:target: https://coveralls.io/r/tonyseek/flask-navigation
|
||||
:alt: Coverage Status
|
||||
.. |Wheel Status| image:: https://pypip.in/wheel/Flask-Navigation/badge.svg
|
||||
:target: https://pypi.python.org/pypi/Flask-Navigation
|
||||
:alt: Wheel Status
|
||||
.. |PyPI Version| image:: https://img.shields.io/pypi/v/Flask-Navigation.svg
|
||||
:target: https://pypi.python.org/pypi/Flask-Navigation
|
||||
:alt: PyPI Version
|
||||
.. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/Flask-Navigation.svg
|
||||
:target: https://pypi.python.org/pypi/Flask-Navigation
|
||||
:alt: Downloads
|
||||
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
Flask_Navigation-0.2.0.dist-info/DESCRIPTION.rst,sha256=gr-3wNADqpwmzOwJtlpikBw5y-ytgSKFuHr0IEpDfRw,1622
|
||||
Flask_Navigation-0.2.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
Flask_Navigation-0.2.0.dist-info/METADATA,sha256=m6TFfXHlgd6zGKWVtWLF4NY9JQPs1xFDKX2k0dNvZE0,2548
|
||||
Flask_Navigation-0.2.0.dist-info/RECORD,,
|
||||
Flask_Navigation-0.2.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
Flask_Navigation-0.2.0.dist-info/WHEEL,sha256=6lxp_S3wZGmTBtGMVmNNLyvKFcp7HqQw2Wn4YYk-Suo,110
|
||||
Flask_Navigation-0.2.0.dist-info/metadata.json,sha256=FlrQF9vFyjQF_LfdvlhV4tjR1rtcYyD3p4fElb-Y0gc,1014
|
||||
Flask_Navigation-0.2.0.dist-info/top_level.txt,sha256=yPiZ-n1i5T4KiiwzsFUqKiDHSm2FSFyi1vZseMQQjvk,23
|
||||
flask_navigation/__init__.py,sha256=I8PKMi6uUY0rbBhoYcQMgPYcMXZLSQDEcPJY2wcSpok,77
|
||||
flask_navigation/__pycache__/__init__.cpython-311.pyc,,
|
||||
flask_navigation/__pycache__/api.cpython-311.pyc,,
|
||||
flask_navigation/__pycache__/item.cpython-311.pyc,,
|
||||
flask_navigation/__pycache__/navbar.cpython-311.pyc,,
|
||||
flask_navigation/__pycache__/signals.cpython-311.pyc,,
|
||||
flask_navigation/__pycache__/utils.cpython-311.pyc,,
|
||||
flask_navigation/api.py,sha256=ORh-RV8f_RuooTcoeqXpoG2h19hDFpJp3jih6GQdRMI,1980
|
||||
flask_navigation/item.py,sha256=1bHlBxD8ffnYlPk5lsfUgitqBPdyhdmYY1dJ7-tgZs0,6971
|
||||
flask_navigation/navbar.py,sha256=rCavK3yqivp2vgBJIhcth4DdGvkcGBkKNRgJsbaULd8,1478
|
||||
flask_navigation/signals.py,sha256=pwwfBB0BRiq2xnJMDIKKYjPacESeYbXrEBb3JoIy6ys,112
|
||||
flask_navigation/utils.py,sha256=iUaK1fpKfDQIkT7V2ve5Ez8Fsf8ocoOkgPFpRAQmUNY,2188
|
||||
tests/integration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
tests/integration/__pycache__/__init__.cpython-311.pyc,,
|
||||
tests/integration/__pycache__/app.cpython-311.pyc,,
|
||||
tests/integration/__pycache__/ext.cpython-311.pyc,,
|
||||
tests/integration/__pycache__/test_app.cpython-311.pyc,,
|
||||
tests/integration/__pycache__/views.cpython-311.pyc,,
|
||||
tests/integration/app.py,sha256=enKCtXGhyTuZb1HwW-K1oD0ngKSNdxd4oXPutLWa5xA,285
|
||||
tests/integration/ext.py,sha256=KNbqvFYK6f_ciQ-dGBqlD_2CRzwfrm2dsisTHO9TgnI,65
|
||||
tests/integration/test_app.py,sha256=OarYJFaHQZBMKxs8CfFJ2rGbZhDJxuZBLC1SalcfZvw,1301
|
||||
tests/integration/views.py,sha256=JX7Fwnz9301MToprFJFPyiEf0rLfVTKEOqOoRPN08nE,724
|
||||
@@ -0,0 +1,6 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.23.0)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py2-none-any
|
||||
Tag: py3-none-any
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
{"name": "Flask-Navigation", "metadata_version": "2.0", "keywords": "navigation,flask,navbar,nav", "extras": [], "generator": "bdist_wheel (0.23.0)", "version": "0.2.0", "document_names": {"description": "DESCRIPTION.rst"}, "license": "MIT", "summary": "The navigation of Flask application.", "project_urls": {"Home": "https://github.com/tonyseek/flask-navigation"}, "contacts": [{"role": "author", "email": "tonyseek@gmail.com", "name": "Jiangge Zhang"}], "classifiers": ["Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: PyPy", "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Intended Audience :: Developers", "Operating System :: OS Independent", "Environment :: Web Environment", "Framework :: Flask", "Topic :: Software Development :: Libraries :: Python Modules"], "run_requires": [{"requires": ["Flask", "blinker"]}]}
|
||||
@@ -0,0 +1,2 @@
|
||||
flask_navigation
|
||||
tests
|
||||
Reference in New Issue
Block a user