{ "info": { "author": "Shane Berry", "author_email": "srberry1@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# ogli integrates well!\n\n## Installation\n\n```\n$ pip install -r requirements.txt\n\n$ pip install setup.py\n```\n\n## Development\n\nThis project includes a number of helpers in the `Makefile` to streamline common development tasks.\n\n### Environment Setup\n\nThe following demonstrates setting up and working with a development environment:\n\n```\n### create a virtualenv for development\n\n$ make virtualenv\n\n$ source env/bin/activate\n\n\n### run ogli cli application\n\n$ ogli --help\n\n\n### run pytest / coverage\n\n$ make test\n```\n\n\n### Releasing to PyPi\n\nBefore releasing to PyPi, you must configure your login credentials:\n\n**~/.pypirc**:\n\n```\n[pypi]\nusername = YOUR_USERNAME\npassword = YOUR_PASSWORD\n```\n\nThen use the included helper function via the `Makefile`:\n\n```\n$ make dist\n\n$ make dist-upload\n```\n\n## Deployments\n\n### Docker\n\nIncluded is a basic `Dockerfile` for building and distributing `ogli`,\nand can be built with the included `make` helper:\n\n```\n$ make docker\n\n$ docker run -it ogli --help\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://spectrumtech.net", "keywords": "", "license": "unlicensed", "maintainer": "", "maintainer_email": "", "name": "ogli", "package_url": "https://pypi.org/project/ogli/", "platform": "", "project_url": "https://pypi.org/project/ogli/", "project_urls": { "Homepage": "http://spectrumtech.net" }, "release_url": "https://pypi.org/project/ogli/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "ogli integrates well!", "version": "0.0.1" }, "last_serial": 4650551, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "b0dd1e186b133a7edc0570a2c5a4b397", "sha256": "0c6853688782cc7b36b8482ee3406af8a6376cd0f30b6a76f0a4165dc4d1d493" }, "downloads": -1, "filename": "ogli-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b0dd1e186b133a7edc0570a2c5a4b397", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5312, "upload_time": "2019-01-01T17:07:13", "url": "https://files.pythonhosted.org/packages/54/dc/b30b26334d985819c49ae72c2781edf551e0544e5fb14f0b282653a11cfc/ogli-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "90bbbef24b21f940858e20140c5c8d9c", "sha256": "34aead0d35ae9b4dc858175e89c37c04c2c8d84a788ab84f63268fa34abaeac8" }, "downloads": -1, "filename": "ogli-0.0.1.tar.gz", "has_sig": false, "md5_digest": "90bbbef24b21f940858e20140c5c8d9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3618, "upload_time": "2019-01-01T17:07:16", "url": "https://files.pythonhosted.org/packages/d6/18/93d1805ef3d11c37060b99d15af42c81fb1d27e7e346bad8007bb056c94d/ogli-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b0dd1e186b133a7edc0570a2c5a4b397", "sha256": "0c6853688782cc7b36b8482ee3406af8a6376cd0f30b6a76f0a4165dc4d1d493" }, "downloads": -1, "filename": "ogli-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b0dd1e186b133a7edc0570a2c5a4b397", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5312, "upload_time": "2019-01-01T17:07:13", "url": "https://files.pythonhosted.org/packages/54/dc/b30b26334d985819c49ae72c2781edf551e0544e5fb14f0b282653a11cfc/ogli-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "90bbbef24b21f940858e20140c5c8d9c", "sha256": "34aead0d35ae9b4dc858175e89c37c04c2c8d84a788ab84f63268fa34abaeac8" }, "downloads": -1, "filename": "ogli-0.0.1.tar.gz", "has_sig": false, "md5_digest": "90bbbef24b21f940858e20140c5c8d9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3618, "upload_time": "2019-01-01T17:07:16", "url": "https://files.pythonhosted.org/packages/d6/18/93d1805ef3d11c37060b99d15af42c81fb1d27e7e346bad8007bb056c94d/ogli-0.0.1.tar.gz" } ] }