{ "info": { "author": "NiteoWeb Ltd.", "author_email": "info@niteoweb.com", "bugtrack_url": null, "classifiers": [ "Framework :: Pyramid", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP :: WSGI" ], "description": ".. image:: https://travis-ci.org/niteoweb/pyramid_letsencrypt.svg?branch=master\n :target: https://travis-ci.org/niteoweb/pyramid_letsencrypt\n\n\npyramid_letsencrypt\n====================\n\n``pyramid_letsencrypt`` provides an easy way to host Let's Encrypt domain\nvalidation content in your Pyramid project, with just a config entry.\n\nThis plugin is needed for deployment scenarios where you do not have a\nreverse proxy (think Nginx and the lot) in front of your Pyramid app to serve\nstatic content. One of such scenarios is hosting your Pyramid app on Heroku.\n\nUsage\n-----\n\nInclude ``pyramid_letsencrypt`` in your project and set the\n``letsencrypt.content`` setting:\n\n.. code-block:: ini\n\n pyramid.includes =\n ...\n pyramid_letsencrypt\n\n letsencrypt.content = FOO.BAR\n\n\nTesting & development\n---------------------\n\nIf you have ``tox`` installed, run all tests with:\n\n.. code-block:: bash\n\n $ tox\n\nTo run only a specific Python environment:\n\n.. code-block:: bash\n\n $ tox -e py35\n\nIf you don't have ``tox`` installed, you can install the testing requirements,\nthen run the tests.\n\n.. code-block:: bash\n\n $ python3 -m venv env\n $ env/bin/pip install -e \".[testing]\"\n $ env/bin/nosetests\n\n\nChangelog\n=========\n\n0.1 (2016-07-24)\n----------------\n\n- Initial release.\n [zupo]", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/niteoweb/pyramid_letsencrypt", "keywords": "wsgi pylons pyramid ssl letsencrypt", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "pyramid-letsencrypt", "package_url": "https://pypi.org/project/pyramid-letsencrypt/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyramid-letsencrypt/", "project_urls": { "Homepage": "https://github.com/niteoweb/pyramid_letsencrypt" }, "release_url": "https://pypi.org/project/pyramid-letsencrypt/0.1/", "requires_dist": [ "pyramid (>=1.4)", "WebTest; extra == 'testing'", "coverage; extra == 'testing'", "nose; extra == 'testing'" ], "requires_python": "", "summary": "A package which provides an easy way to host Let's Encrypt domain validation content in your Pyramid project.", "version": "0.1" }, "last_serial": 2241018, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7292635e2b2f8c2b768fa8add91a18c7", "sha256": "07049eaa459928c166efbd1c0b61c770319ddbdf24e09668595b916956ee6f4a" }, "downloads": -1, "filename": "pyramid_letsencrypt-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7292635e2b2f8c2b768fa8add91a18c7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4859, "upload_time": "2016-07-24T17:29:00", "url": "https://files.pythonhosted.org/packages/2a/ca/1dcd6e56c0f17ba53ac21787f6488e9a558a75415c0d744d088213a8bd6e/pyramid_letsencrypt-0.1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7292635e2b2f8c2b768fa8add91a18c7", "sha256": "07049eaa459928c166efbd1c0b61c770319ddbdf24e09668595b916956ee6f4a" }, "downloads": -1, "filename": "pyramid_letsencrypt-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7292635e2b2f8c2b768fa8add91a18c7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4859, "upload_time": "2016-07-24T17:29:00", "url": "https://files.pythonhosted.org/packages/2a/ca/1dcd6e56c0f17ba53ac21787f6488e9a558a75415c0d744d088213a8bd6e/pyramid_letsencrypt-0.1-py2.py3-none-any.whl" } ] }