{ "info": { "author": "Willy K.", "author_email": "willy.konguem@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3" ], "description": "python-versify : client to the Bible api platforms python friendly\n==================================================================\n\npython-versify is a pure python library wich can find many verses on the\nbible. The lib relies on Dbt.io for get contents.\n\n|Build Status|\n\nLook how python-versify is usefull\n\n.. code:: python\n\n from versify.util.Dbt import Dbt\n\n dbt = Dbt(config_path=\"/path/to/config.ini\")\n\n # DBY is the code of Darby\n print(dbt.find_verse(\"DBY\", \"1 Timoth\u00e9e\", 2, 1))\n\nFeatures support\n----------------\n\n- Find any verse on the bible\n- Find random verse on the bible\n\nInstallation\n------------\n\nTo install python-versify, simple use pip like that:\n\n.. code:: bash\n\n pip install python-versify\n\nYou need a config file for Dbt like :\n\n.. code:: ini\n\n [dbt]\n key = yourDbtKey\n lang = FRN\n\nDocumentation\n-------------\n\nComplete documentation is available on `this link`_\n\nHow to Contribute\n-----------------\n\n1. Check for open issues or open a fresh issue to start a discussion\n around a feature idea or a bug.\n2. Fork the repository on GitHub to start making your changes to the\n master branch (or branch off of it).\n3. Send a pull request and bug the maintainer until it gets merged and\n published. :) Make sure to add yourself to AUTHORS.\n\n.. _this link: https://python-versify.readthedocs.io/en/latest/index.html\n\n.. |Build Status| image:: https://travis-ci.org/willinprogress/python-versify.svg?branch=master\n :target: https://travis-ci.org/willinprogress/python-versify", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/willinprogress/python-versify", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "versify", "package_url": "https://pypi.org/project/versify/", "platform": "", "project_url": "https://pypi.org/project/versify/", "project_urls": { "Homepage": "https://github.com/willinprogress/python-versify" }, "release_url": "https://pypi.org/project/versify/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "Client for DBT API Platform", "version": "0.1.3" }, "last_serial": 5288020, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "4087ae06388531d6deb214274b55c806", "sha256": "6cad0ed1e1739cd00aa5aba6baceb18df9ba1770df8e59e478e252f4f220bd49" }, "downloads": -1, "filename": "versify-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4087ae06388531d6deb214274b55c806", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2462, "upload_time": "2019-02-22T17:36:55", "url": "https://files.pythonhosted.org/packages/e3/ca/11969ad5ffd0e9c5b212b63eaafce979ddad4bba95d2040ff8a3c9a2b218/versify-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "7971fa3b95367159ec509998942342f9", "sha256": "76b40c2e5d993001bd9ad55356093f55db1b12f0f3a3a58e9e2a9cacd2d4f74f" }, "downloads": -1, "filename": "versify-0.1.2.tar.gz", "has_sig": false, "md5_digest": "7971fa3b95367159ec509998942342f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2467, "upload_time": "2019-02-22T17:50:54", "url": "https://files.pythonhosted.org/packages/c0/dd/b50a19bbdfa1735212197e7feae8f102b84de2d617f9817860016076df48/versify-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "fde56735986d55b6663ea575ae8ad1d0", "sha256": "b2a4875309b9a14fc17dbdeab165ff0a79882ad49e97e0daaed21afb2c4c07f0" }, "downloads": -1, "filename": "versify-0.1.3.tar.gz", "has_sig": false, "md5_digest": "fde56735986d55b6663ea575ae8ad1d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5665, "upload_time": "2019-05-19T11:30:43", "url": "https://files.pythonhosted.org/packages/7b/e9/7bfb5eb1c942bf835b7e1e9d88b06aee7481f4eebfafb42dcbf9102af13b/versify-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fde56735986d55b6663ea575ae8ad1d0", "sha256": "b2a4875309b9a14fc17dbdeab165ff0a79882ad49e97e0daaed21afb2c4c07f0" }, "downloads": -1, "filename": "versify-0.1.3.tar.gz", "has_sig": false, "md5_digest": "fde56735986d55b6663ea575ae8ad1d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5665, "upload_time": "2019-05-19T11:30:43", "url": "https://files.pythonhosted.org/packages/7b/e9/7bfb5eb1c942bf835b7e1e9d88b06aee7481f4eebfafb42dcbf9102af13b/versify-0.1.3.tar.gz" } ] }