{ "info": { "author": "Diederik van der Boor", "author_email": "opensource@edoburu.nl", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 1.11", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "fluentcms-pager\n===============\n\n.. image:: https://img.shields.io/travis/django-fluent/fluentcms-pager/master.svg?branch=master\n :target: http://travis-ci.org/django-fluent/fluentcms-pager\n.. image:: https://img.shields.io/pypi/v/fluentcms-pager.svg\n :target: https://pypi.python.org/pypi/fluentcms-pager/\n.. image:: https://img.shields.io/badge/wheel-yes-green.svg\n :target: https://pypi.python.org/pypi/fluentcms-pager/\n.. image:: https://img.shields.io/pypi/l/fluentcms-pager.svg\n :target: https://pypi.python.org/pypi/fluentcms-pager/\n.. image:: https://img.shields.io/codecov/c/github/django-fluent/fluentcms-pager/master.svg\n :target: https://codecov.io/github/django-fluent/fluentcms-pager?branch=master\n\nDisplaying a Bootstrap 3 pager_ in a page\n\nFeatures:\n\n* Arrows\n* Previous/next links\n* Automatic title retrieval\n\n\nInstallation\n============\n\nFirst install the module, preferably in a virtual environment. It can be installed from PyPI:\n\n.. code-block:: bash\n\n pip install fluentcms-pager\n\nFirst make sure the project is configured for django-fluent-contents_.\n\nThen add the following settings:\n\n.. code-block:: python\n\n INSTALLED_APPS += (\n 'fluentcms_pager',\n )\n\nThe database tables can be created afterwards:\n\n.. code-block:: bash\n\n ./manage.py migrate\n\n\nFrontend styling\n================\n\nThe pager is renderd with the HTML that Bootstrap prescribes:\n\n.. code-block:: html+django\n\n \n\nThe standard Bootstrap 3 CSS will provide a reasonable styling for this,\nwhich can either be overwritten, or replaced in your own CSS files.\n\n\nContributing\n------------\n\nIf you like this module, forked it, or would like to improve it, please let us know!\nPull requests are welcome too. :-)\n\n.. _django-fluent-contents: https://github.com/edoburu/django-fluent-contents\n.. _pager: http://getbootstrap.com/components/#pagination-pager\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/edoburu/fluentcms-pager/zipball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/edoburu/fluentcms-pager", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "fluentcms-pager", "package_url": "https://pypi.org/project/fluentcms-pager/", "platform": "", "project_url": "https://pypi.org/project/fluentcms-pager/", "project_urls": { "Download": "https://github.com/edoburu/fluentcms-pager/zipball/master", "Homepage": "https://github.com/edoburu/fluentcms-pager" }, "release_url": "https://pypi.org/project/fluentcms-pager/2.0/", "requires_dist": [ "django-fluent-contents (>=2.0)" ], "requires_python": "", "summary": "Bootstrap 3 Pager element for django-fluent-contents", "version": "2.0" }, "last_serial": 3512458, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "86d5df0704f2826a76923f61be0fb3f5", "sha256": "3f0cfbd9be1adc472d80c88c5af1417fb861d4a38f330afb1ed1c87df1d190fe" }, "downloads": -1, "filename": "fluentcms_pager-1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "86d5df0704f2826a76923f61be0fb3f5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12355, "upload_time": "2016-05-09T20:48:35", "url": "https://files.pythonhosted.org/packages/9c/7c/ed5df0932de49ac1dea8506aeacc6075c56a03430471e2844c92a1d9319d/fluentcms_pager-1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "110ea159f96878dc3e457dd5def57765", "sha256": "129f48b2da408761278b82145bbeb34fb491df5a8f38ddf7c2e7177c342998d4" }, "downloads": -1, "filename": "fluentcms-pager-1.0.tar.gz", "has_sig": false, "md5_digest": "110ea159f96878dc3e457dd5def57765", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11647, "upload_time": "2016-05-09T20:48:41", "url": "https://files.pythonhosted.org/packages/ff/ba/f2d365ff18d848ec1d491bc367e4bc4bedb037e26f73294de2f024166d96/fluentcms-pager-1.0.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "e23610fe0e55fba6c7f4fbf7a43a187f", "sha256": "c4860e3488162d9164e83cb3a116c6431a7514c749f02734436ef1f3cc12d620" }, "downloads": -1, "filename": "fluentcms_pager-2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e23610fe0e55fba6c7f4fbf7a43a187f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12421, "upload_time": "2018-01-22T22:00:42", "url": "https://files.pythonhosted.org/packages/48/02/1c16dfc306fa5b76a344b9fd0a6713278d8d8db76a3fa8bb8d75e3b65630/fluentcms_pager-2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "745ef2a6f85806e255de9769daa9b899", "sha256": "1aa843af7dc45c438e91b8d8704649b6d560fe7817284db323bf4b3c74536c5b" }, "downloads": -1, "filename": "fluentcms-pager-2.0.tar.gz", "has_sig": false, "md5_digest": "745ef2a6f85806e255de9769daa9b899", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12341, "upload_time": "2018-01-22T22:00:43", "url": "https://files.pythonhosted.org/packages/a3/01/b77afddf10f2ddef388a91fbcf589f6ebafed6797888b10f76898c3936ac/fluentcms-pager-2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e23610fe0e55fba6c7f4fbf7a43a187f", "sha256": "c4860e3488162d9164e83cb3a116c6431a7514c749f02734436ef1f3cc12d620" }, "downloads": -1, "filename": "fluentcms_pager-2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e23610fe0e55fba6c7f4fbf7a43a187f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12421, "upload_time": "2018-01-22T22:00:42", "url": "https://files.pythonhosted.org/packages/48/02/1c16dfc306fa5b76a344b9fd0a6713278d8d8db76a3fa8bb8d75e3b65630/fluentcms_pager-2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "745ef2a6f85806e255de9769daa9b899", "sha256": "1aa843af7dc45c438e91b8d8704649b6d560fe7817284db323bf4b3c74536c5b" }, "downloads": -1, "filename": "fluentcms-pager-2.0.tar.gz", "has_sig": false, "md5_digest": "745ef2a6f85806e255de9769daa9b899", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12341, "upload_time": "2018-01-22T22:00:43", "url": "https://files.pythonhosted.org/packages/a3/01/b77afddf10f2ddef388a91fbcf589f6ebafed6797888b10f76898c3936ac/fluentcms-pager-2.0.tar.gz" } ] }