{ "info": { "author": "Grzegorz Sliwinski", "author_email": "fizyk@fizyk.net.pl", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Pyramid", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "==========================\ntzf.pyramid_yml README\n==========================\n\n.. image:: https://img.shields.io/pypi/v/tzf.pyramid_yml.svg\n :target: https://pypi.python.org/pypi/tzf.pyramid_yml/\n :alt: Latest PyPI version\n\n.. image:: https://img.shields.io/pypi/dm/tzf.pyramid_yml.svg\n :target: https://pypi.python.org/pypi/tzf.pyramid_yml/\n :alt: Number of PyPI downloads\n\n.. image:: https://img.shields.io/pypi/wheel/tzf.pyramid_yml.svg\n :target: https://pypi.python.org/pypi/tzf.pyramid_yml/\n :alt: Wheel Status\n\n.. image:: https://pypip.in/egg/tzf.pyramid_yml/badge.png\n :target: https://pypi.python.org/pypi/tzf.pyramid_yml/\n :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/l/tzf.pyramid_yml.svg\n :target: https://pypi.python.org/pypi/tzf.pyramid_yml/\n :alt: License\n\nPackage status\n--------------\n\n.. image:: https://travis-ci.org/fizyk/pyramid_yml.png?branch=master\n :target: https://travis-ci.org/fizyk/pyramid_yml\n :alt: Tests\n\n.. image:: https://coveralls.io/repos/fizyk/pyramid_yml/badge.png?branch=master\n :target: https://coveralls.io/r/fizyk/pyramid_yml?branch=master\n :alt: Coverage Status\n\n.. image:: https://requires.io/github/fizyk/pyramid_yml/requirements.png?branch=master\n :target: https://requires.io/github/fizyk/pyramid_yml/requirements/?branch=master\n :alt: Requirements Status\n\n**tzf.pyramid_yml** is a convenience package, that allows for a yml settings, that can be kept in a structured, clear way, and also extensible depending on an 'environment'.\n\nDocumentation\n-------------\n\nDocumentation can be found here: https://readthedocs.org/projects/tzfpyramid_yml/\n\nTesting\n-------\n\nYou'll need: packages defined in extra_requires[tests] to run tests, and then:\n\n``py.test``\n\nFor detailed test report run this command:\n\n``py.test --cov-report term-missing --cov tzf.pyramid_yml tests/``\n\n\n=======\nCHANGES\n=======\n\n2.0.0\n-------\n\n- [enhancement] Drop support for python 2\n- [fix] Adjusted includemes for pyramid 1.10, which now marks includeme as processed even if it errored. Less ducktyping as well.\n\n\n1.1.1\n-------\n\n- [fix] freeze pymlconf version at less than 1.0.0 which became incompatible with python 2.7 and is marked as python 3.6 only.\n\n1.1.0\n-------\n\n- all scripts functions are public\n- cleaned pconfig's argument check\n- changed config_defaults to not have default mutable argument. It's None instead - which gets replaced by default config.yaml and config.yml.\n\n1.0.1\n-------\n\n- improved support for defining more than one configuration locations in ini file\n\n\n1.0.0\n-----\n- changed tests to depend on pytest_pyramid\n- changed to support yaml extension by default, updated docs\n\n\n0.3.0\n-----\n- rewrite all test to py.test\n- introduced License\n- allow to load configuration files from more than one folder\n- use only existing files to squash PymlConf warnings\n- ability to use full path to file in yml.location path\n- clearing some tests\n\n0.2.0\n-----\n- *pconfig* command line tool for displaying merged yaml config\n- added *config.config_defaults* method to allow creating a default yaml configurations for pyramid packages, and easy merge into these created by tzf.pyramid_yml\n\n0.1.0\n-----\n- python 3 compatibility\n- Include pyramid packages\n- filling in standard settings based on configurator: in yml configuration\n\n0.0.1\n-----\n- merging two yml files int one\n- reading yml files\n\n\n", "description_content_type": "", "docs_url": "https://pythonhosted.org/tzf.pyramid-yml/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/fizyk/pyramid_yml", "keywords": "pyramid yml configuration", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "tzf.pyramid-yml", "package_url": "https://pypi.org/project/tzf.pyramid-yml/", "platform": "", "project_url": "https://pypi.org/project/tzf.pyramid-yml/", "project_urls": { "Homepage": "https://github.com/fizyk/pyramid_yml" }, "release_url": "https://pypi.org/project/tzf.pyramid-yml/2.0.0/", "requires_dist": [ "pyramid", "pymlconf (!=0.5.0,<1.0.0,>=0.3.7)", "sphinx ; extra == 'docs'", "pytest (>=3.3.0) ; extra == 'tests'", "pytest-cov (>=2.6.0) ; extra == 'tests'", "pytest-pyramid (>=0.3.0) ; extra == 'tests'" ], "requires_python": ">=3.5", "summary": "Loads a yml defined configuration", "version": "2.0.0" }, "last_serial": 5705747, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "bd5b6b40af67d01bdb0b20f498ecf46c", "sha256": "24f7b2570af052407b924696ae14d6cf4a64a7931d9d179305c4aa9c0ba1e98f" }, "downloads": -1, "filename": "tzf.pyramid_yml-0.0.1.tar.gz", "has_sig": false, "md5_digest": "bd5b6b40af67d01bdb0b20f498ecf46c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10203, "upload_time": "2013-03-12T20:07:45", "url": "https://files.pythonhosted.org/packages/7e/18/8ad2277f885a696201c1c169f3db7ff3b8aa505162d7b66e52aedad8ee96/tzf.pyramid_yml-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "cd88d58e2efab3ec1112ff0ed4ca622d", "sha256": "4780f10b180e1aef6f25ae0d5ec5a6777af50777c3dd5b497914692c1cc8eaf4" }, "downloads": -1, "filename": "tzf.pyramid_yml-0.1.0.tar.gz", "has_sig": false, "md5_digest": "cd88d58e2efab3ec1112ff0ed4ca622d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11438, "upload_time": "2013-03-14T21:35:04", "url": "https://files.pythonhosted.org/packages/c2/72/6288a39fe74bb3cd1b0cfab4d5392012a932d0e9666695c6055ce44eff6d/tzf.pyramid_yml-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "569bcb46d8f27ad616ae5b3f0361cef4", "sha256": "c12d5200b7c527edbee8d13b3fd7d9596ed0bad72f0dbb3ff63521f338e7c5a8" }, "downloads": -1, "filename": "tzf.pyramid_yml-0.2.0.tar.gz", "has_sig": false, "md5_digest": "569bcb46d8f27ad616ae5b3f0361cef4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14808, "upload_time": "2013-05-29T15:46:36", "url": "https://files.pythonhosted.org/packages/a5/f1/439a9791297fe2645e89e1e90cc2fd4524f8584acc677d1c4365d0850c48/tzf.pyramid_yml-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "6d34f5290f16e4e0f19f37ceaf34875b", "sha256": "859e392177ebeeeaf7d35ff56eac723eb2c92656bdcdae0fef2fb1fca5b20808" }, "downloads": -1, "filename": "tzf.pyramid_yml-0.3.0.tar.gz", "has_sig": false, "md5_digest": "6d34f5290f16e4e0f19f37ceaf34875b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16589, "upload_time": "2013-12-15T22:00:17", "url": "https://files.pythonhosted.org/packages/96/62/5307510fdb44c0640bdf1a377a7c028664e8243cb98597b4909d47cc92c1/tzf.pyramid_yml-0.3.0.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "10e0b830514c65a2587ba93e703c17d0", "sha256": "7f860cfc467b505d3e99d2e22d6348a68d9a9edc0e0c8b3ce391444ad8ff2d3b" }, "downloads": -1, "filename": "tzf.pyramid_yml-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "10e0b830514c65a2587ba93e703c17d0", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12346, "upload_time": "2014-03-09T19:54:13", "url": "https://files.pythonhosted.org/packages/38/f6/8187ec0e3e6f6f1ea4cedf360c675f4f20ca84d1c0d04f3ee3451a5e7397/tzf.pyramid_yml-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f8ccee873a943c3f84a142f8e52b4760", "sha256": "0faf0bece3676f8daec738c8978db5c67dbb25fad23bc99c1c67f3019d7e7d12" }, "downloads": -1, "filename": "tzf.pyramid_yml-1.0.0.tar.gz", "has_sig": false, "md5_digest": "f8ccee873a943c3f84a142f8e52b4760", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16272, "upload_time": "2014-03-28T20:27:48", "url": "https://files.pythonhosted.org/packages/8f/55/ad3342e51419b1ff906d963ebd26996aea65ded0827b89578b8e47dd15ea/tzf.pyramid_yml-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "5cfab590da49fc3bb46a600d18a44163", "sha256": "f8f7d25d525ba6c2ed76354c2fab6fd8c63f9f50658d34950690c4e6d9c83ea8" }, "downloads": -1, "filename": "tzf.pyramid_yml-1.0.1-py2.6.egg", "has_sig": false, "md5_digest": "5cfab590da49fc3bb46a600d18a44163", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 19351, "upload_time": "2014-07-07T21:20:06", "url": "https://files.pythonhosted.org/packages/c1/05/372cd44651cf412375c1c59d7cf8d66d9eb0f36aa09aa3add43d7296a49b/tzf.pyramid_yml-1.0.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "23baab8b8dfb6a7ba20476e1249df0d2", "sha256": "bd0a0d1a3297668b605e67748851a1054f40fd5029bbf67bf1f4d6cdc46d4f9f" }, "downloads": -1, "filename": "tzf.pyramid_yml-1.0.1-py2.7.egg", "has_sig": false, "md5_digest": "23baab8b8dfb6a7ba20476e1249df0d2", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 19297, "upload_time": "2014-07-07T21:20:39", "url": "https://files.pythonhosted.org/packages/b1/64/c2ad7e56c23ec8a5e8149883a135b964bc79794fb7ab45c998e00473fead/tzf.pyramid_yml-1.0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "017df2c9e44260c3f5f9d49174e7e86e", "sha256": "90a0c4e38cf483d447bbde5b1fc79f37966ff11868346a71ad2538d2e1c04eec" }, "downloads": -1, "filename": "tzf.pyramid_yml-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "017df2c9e44260c3f5f9d49174e7e86e", "packagetype": "bdist_wheel", "python_version": "2.6", "requires_python": null, "size": 12397, "upload_time": "2014-07-07T21:20:08", "url": "https://files.pythonhosted.org/packages/df/40/4a5ee2bd263ac2a0ed3ef4ba09effc6c7972c4d0df4c05e8f574a9ddba4d/tzf.pyramid_yml-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d958670dd3cf3336a37dbca09b7eab11", "sha256": "576f33d905bb1102622c7473127b337f17c04284a95f40236b39118708ae4b8f" }, "downloads": -1, "filename": "tzf.pyramid_yml-1.0.1-py3.2.egg", "has_sig": false, "md5_digest": "d958670dd3cf3336a37dbca09b7eab11", "packagetype": "bdist_egg", "python_version": "3.2", "requires_python": null, "size": 19781, "upload_time": "2014-07-07T21:23:04", "url": "https://files.pythonhosted.org/packages/33/10/bea3eab6660fa56e64a345ea293e6e2123d95cf3ffe3e9e1883e928c2047/tzf.pyramid_yml-1.0.1-py3.2.egg" }, { "comment_text": "", "digests": { "md5": "c66039f0fb2482bda47e3369343a29c3", "sha256": "a0da67ea6225b73f13600106340f42b02becbae02d05aec7b57cbf04492ea04e" }, "downloads": -1, "filename": "tzf.pyramid_yml-1.0.1-py3.3.egg", "has_sig": false, "md5_digest": "c66039f0fb2482bda47e3369343a29c3", "packagetype": "bdist_egg", "python_version": "3.3", "requires_python": null, "size": 19970, "upload_time": "2014-07-07T21:26:15", "url": "https://files.pythonhosted.org/packages/08/32/c08e7e2044260dcbab03a3f1d010758b088684e0c83855ee9381148220a8/tzf.pyramid_yml-1.0.1-py3.3.egg" }, { "comment_text": "", "digests": { "md5": "e1698e07519a7f8f08f457548ff56fea", "sha256": "a8be322cb643063f0e26cbf3d5eb1e4102ad707424cfe4c5a40a7fb41eb9e6e1" }, "downloads": -1, "filename": "tzf.pyramid_yml-1.0.1-py3.4.egg", "has_sig": false, "md5_digest": "e1698e07519a7f8f08f457548ff56fea", "packagetype": "bdist_egg", "python_version": "3.4", "requires_python": null, "size": 19792, "upload_time": "2014-07-07T21:29:38", "url": "https://files.pythonhosted.org/packages/f4/fd/1024fbad103875c409ebfd190c550e4a44810ef8fcf553a618df45df09b1/tzf.pyramid_yml-1.0.1-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "bf9d14b557d9ef0c347a494092d309e5", "sha256": "a7a49b3b83fef8c313c870d396b44dee7178027a2a08b02e4d6eaf648a7c63ed" }, "downloads": -1, "filename": "tzf.pyramid_yml-1.0.1.tar.gz", "has_sig": false, "md5_digest": "bf9d14b557d9ef0c347a494092d309e5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17250, "upload_time": "2014-07-07T21:20:05", "url": "https://files.pythonhosted.org/packages/4c/2e/2a6e6cbee8125058996a8ea86f6aede131031618deb6c7e4c177266daa6f/tzf.pyramid_yml-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "07551f68811c17428ba82725a7128a3b", "sha256": "53fec18ed94cabe378193003334a8e0b44bfb78f895c2a51cbf5711aa25ec98b" }, "downloads": -1, "filename": "tzf.pyramid_yml-1.1.0-py2.7.egg", "has_sig": false, "md5_digest": "07551f68811c17428ba82725a7128a3b", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 19399, "upload_time": "2016-06-23T19:53:25", "url": "https://files.pythonhosted.org/packages/22/bf/cce9a1a8007bd3ce6f38d01020b81e56e8f4aaa14b0e7c3f1727e54be54a/tzf.pyramid_yml-1.1.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "73454a6d759b17d8d021177b5771ec02", "sha256": "d6d11d0ae1a01644773a52ef158b6968f3b43f306addd09c82cf1a75e6b84a81" }, "downloads": -1, "filename": "tzf.pyramid_yml-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "73454a6d759b17d8d021177b5771ec02", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12621, "upload_time": "2016-06-23T19:53:21", "url": "https://files.pythonhosted.org/packages/6a/87/b07eeefbc2f7da3bfcc8dabcac1cfe018c87d79410c641d471c96684a116/tzf.pyramid_yml-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cc59ed77af4636fa999a3b6c6ef179af", "sha256": "2b245382f0f9301a7bc232bfce836a608f4fcbea872b61a6a35debbe8cda63e7" }, "downloads": -1, "filename": "tzf.pyramid_yml-1.1.0.tar.gz", "has_sig": false, "md5_digest": "cc59ed77af4636fa999a3b6c6ef179af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17167, "upload_time": "2016-06-23T19:53:29", "url": "https://files.pythonhosted.org/packages/7f/b0/a4dff39310948495d48e8cf244db405d34aeb47fe61417d839dceab01e16/tzf.pyramid_yml-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "c5d7d896d4e56318e1cac83f2ccf09d6", "sha256": "70fe90e9fead7107499eefd9cdff163e5dc8277c08b2a928252f9ce9732fb23b" }, "downloads": -1, "filename": "tzf.pyramid_yml-1.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c5d7d896d4e56318e1cac83f2ccf09d6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 10584, "upload_time": "2018-08-19T10:52:32", "url": "https://files.pythonhosted.org/packages/3e/e4/7c5229c97a38c450ac50e2bb6d87889ee9f7f4d5e7972c0b6d067da081a2/tzf.pyramid_yml-1.1.1-py2.py3-none-any.whl" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "6e1f32f728055a2922e318d1aa060320", "sha256": "945421986439f1d59a6df522902726eebf550ab57d177360a6a5ad33c2ffe713" }, "downloads": -1, "filename": "tzf.pyramid_yml-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "6e1f32f728055a2922e318d1aa060320", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 12050, "upload_time": "2019-08-20T21:24:28", "url": "https://files.pythonhosted.org/packages/34/96/904565507ec5393f3c7fbcff0b7a2e59599e4268e1114b4348ace07845c0/tzf.pyramid_yml-2.0.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6e1f32f728055a2922e318d1aa060320", "sha256": "945421986439f1d59a6df522902726eebf550ab57d177360a6a5ad33c2ffe713" }, "downloads": -1, "filename": "tzf.pyramid_yml-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "6e1f32f728055a2922e318d1aa060320", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 12050, "upload_time": "2019-08-20T21:24:28", "url": "https://files.pythonhosted.org/packages/34/96/904565507ec5393f3c7fbcff0b7a2e59599e4268e1114b4348ace07845c0/tzf.pyramid_yml-2.0.0-py3-none-any.whl" } ] }