{ "info": { "author": "salvatorej1@wit.edu, kennedyd3@wit.edu, robbinsa@wit.edu", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "Copyright (c) 2018 Alex Robbins, Darrien Kennedy, James Salvatore\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\nDescription: # Aperture\n \n #### An image formatting and compression tool.\n \n \n ### Environment Setup\n We'll be using `pipenv` to manage our virtual environment, and dev dependencies for the project.\n 1. Install pipenv: `pip install pipenv`.\n 2. `cd` into `aperture` and initialize the virtual environment: `pipenv install`. \n 3. Enable the virtual environment: `pipenv shell`.\n 4. You're good to go! Refer to the `pipenv` docs for installing dependencies and much more: https://docs.pipenv.org/\n \n \n ### Building aperture locally\n 1. Install aperture as a python library and a source distribution in your virtual environment: `make install`.\n 2. Remove left over build artifacts: `make clean`.\n \n ### TODO:\n 1. Register aperture to the PyPi index (aperture already taken, so `aperturepy` will probably suffice).\n 2. Define a styling format for yapf that we all agree on.\n 3. Define a documentation format that we all agree on (this is a good place to start: https://google.github.io/styleguide/pyguide.html).\n 4. Figure out how to properly use docopt.\n 5. Once we're past the goals for Week 2 (basic CLI functionality), we need to move the code for the CLI to a separate repository, where this `aperture` repo will only contain the stand-alone python library. \nPlatform: UNKNOWN\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Aperture-py/aperture", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "aperture-cli", "package_url": "https://pypi.org/project/aperture-cli/", "platform": "", "project_url": "https://pypi.org/project/aperture-cli/", "project_urls": { "Homepage": "https://github.com/Aperture-py/aperture" }, "release_url": "https://pypi.org/project/aperture-cli/1.0.0/", "requires_dist": [ "docopt", "aperturelib" ], "requires_python": "", "summary": "An image re-sizing and compression tool", "version": "1.0.0" }, "last_serial": 4097098, "releases": { "0.0.0.dev1": [ { "comment_text": "", "digests": { "md5": "40a7c488c9b84dca36034c5d5e7ad933", "sha256": "e3b60f2ac0f723bffe494f74050ac4161345748fc50c27dad5f2e6445a7681e6" }, "downloads": -1, "filename": "aperture_cli-0.0.0.dev1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "40a7c488c9b84dca36034c5d5e7ad933", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 16003, "upload_time": "2018-07-21T21:40:30", "url": "https://files.pythonhosted.org/packages/b4/24/9329b2d3b4debc3385ee8992003e3f18102065469cefa155d2eeeca69bf9/aperture_cli-0.0.0.dev1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0d4476aa2c7a860e87adaeef453087e0", "sha256": "1e87e262c2bf06484e76f2a25517aa56d3c3363256806ef2ee0f8a2387c3cb59" }, "downloads": -1, "filename": "aperture-cli-0.0.0.dev1.tar.gz", "has_sig": false, "md5_digest": "0d4476aa2c7a860e87adaeef453087e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12568, "upload_time": "2018-07-21T21:40:31", "url": "https://files.pythonhosted.org/packages/31/31/e8f86605468c3ff774b16e21d1af5f48e50f12dfb6621ef5f27e1eddb52e/aperture-cli-0.0.0.dev1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "40f19f22616283c30277ef1674b4921a", "sha256": "a1806398afc8902db71fdbc22eaa7522d9a39e8887969849be5548c7b6ec0fa1" }, "downloads": -1, "filename": "aperture_cli-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "40f19f22616283c30277ef1674b4921a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15828, "upload_time": "2018-07-24T13:42:28", "url": "https://files.pythonhosted.org/packages/89/d7/bfd6764be3bc771f6918ab9b6b7ad7964d869c741ad6d477d831cc9eb293/aperture_cli-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ae795a5fdba6e76313e2bbba4a8e02ec", "sha256": "e155a68fc4f2926f1067829c3981a25f3415f038807ddf0600efbb38b7424e51" }, "downloads": -1, "filename": "aperture-cli-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ae795a5fdba6e76313e2bbba4a8e02ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12626, "upload_time": "2018-07-24T13:42:29", "url": "https://files.pythonhosted.org/packages/92/41/e7edd6380a16c3b907c62680690997816f207affaa321321a659202c1fd8/aperture-cli-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "40f19f22616283c30277ef1674b4921a", "sha256": "a1806398afc8902db71fdbc22eaa7522d9a39e8887969849be5548c7b6ec0fa1" }, "downloads": -1, "filename": "aperture_cli-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "40f19f22616283c30277ef1674b4921a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 15828, "upload_time": "2018-07-24T13:42:28", "url": "https://files.pythonhosted.org/packages/89/d7/bfd6764be3bc771f6918ab9b6b7ad7964d869c741ad6d477d831cc9eb293/aperture_cli-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ae795a5fdba6e76313e2bbba4a8e02ec", "sha256": "e155a68fc4f2926f1067829c3981a25f3415f038807ddf0600efbb38b7424e51" }, "downloads": -1, "filename": "aperture-cli-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ae795a5fdba6e76313e2bbba4a8e02ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12626, "upload_time": "2018-07-24T13:42:29", "url": "https://files.pythonhosted.org/packages/92/41/e7edd6380a16c3b907c62680690997816f207affaa321321a659202c1fd8/aperture-cli-1.0.0.tar.gz" } ] }