{ "info": { "author": "Lou Markovski", "author_email": "lou.markovski@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Pytest", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Testing" ], "description": "#######\nConfiga\n#######\nConvert configuration items into Python objects.\n\n*************\nPrerequisites\n*************\nTargeting Python 3 here on a Linux platform.\n\nNote: ``python3`` must exist in order for the project ``Makefile`` to function correctly.\n\n***************\nGetting Started\n***************\nGet the code::\n\n $ git clone https://github.com/loum/configa.git\n \nBuild the virtual environment and download project dependencies::\n\n $ cd configa\n $ make init APP_ENV=dev\n \nRun the tests to make sure all is OK::\n\n $ source 3env/bin/activate\n (venv) $ make tests\n\n***********************\nBuild the Documentation\n***********************\nProject documentation is self contained under the ``doc/source`` directory. To build the documentation locally::\n\n $ make docs\n\nThe project comes with a simple web server that allows you to present the docs from within your own environment::\n\n $ cd docs/build\n $ ./http_server.py\n \nNote: The web server will block your CLI and all activity will be logged to the console. To end serving pages, just ``Ctrl-C``.\n \nTo view pages, open up a web browser and navigate to ``http::8888``", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/loum/configa", "keywords": "", "license": "MIT", "maintainer": "Lou Markovski", "maintainer_email": "lou.markovski@gmail.com", "name": "configa", "package_url": "https://pypi.org/project/configa/", "platform": "", "project_url": "https://pypi.org/project/configa/", "project_urls": { "Homepage": "https://github.com/loum/configa" }, "release_url": "https://pypi.org/project/configa/1.1.0/", "requires_dist": null, "requires_python": ">=3.6", "summary": "Python config wrapper, with added goodness", "version": "1.1.0" }, "last_serial": 5653902, "releases": { "1.1.0": [ { "comment_text": "", "digests": { "md5": "eccc64d0c8d4b7ee369ae4733c7698f9", "sha256": "3f609c57e44090c3c831c554429cddcd83cc86de7537f190e71224b831e22f36" }, "downloads": -1, "filename": "configa-1.1.0.tar.gz", "has_sig": false, "md5_digest": "eccc64d0c8d4b7ee369ae4733c7698f9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 9228, "upload_time": "2019-08-09T06:42:52", "url": "https://files.pythonhosted.org/packages/31/b3/ef4366867bd9fd108a238c3459fc0a0211c4847458324158ef96e80e9d39/configa-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eccc64d0c8d4b7ee369ae4733c7698f9", "sha256": "3f609c57e44090c3c831c554429cddcd83cc86de7537f190e71224b831e22f36" }, "downloads": -1, "filename": "configa-1.1.0.tar.gz", "has_sig": false, "md5_digest": "eccc64d0c8d4b7ee369ae4733c7698f9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 9228, "upload_time": "2019-08-09T06:42:52", "url": "https://files.pythonhosted.org/packages/31/b3/ef4366867bd9fd108a238c3459fc0a0211c4847458324158ef96e80e9d39/configa-1.1.0.tar.gz" } ] }