{ "info": { "author": "Philip Conte", "author_email": "philipmconte@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# automation_direct_stock\n**I am in no way associated with automationdirect.com**\n\nA simple [python module](https://github.com/PhilipConte/automation_direct_stock) to easily check if the product at a given url on automationdirect.com is in stock\n\n## Installation\n**Requires Python 3 and pip**\n\nFrom the PyPI:\n```bash\npip install [--user] automation_direct_stock\n```\n\nFrom GitHub:\n```bash\n# Clone this repository\ngit clone https://github.com/PhilipConte/automation_direct_stock.git\n\n# Go into the repository\ncd automation_direct_stock\n\n# install the module using pip\npip install [--user] .\n```\n\n## Usage\nUse from the commandline or a python script (make sure to put the url in quotes)\n```bash\n#commandline\nadstock \"url_to_check\"\n\n#python script\nfrom automation_direct_stock import isInStock\nisInStock(\"url_to_check\")\n```\n## Possible Return Values\n```bash\n#if in stock\n'In Stock'\n\n#if out of stock\n'Out Of Stock'\n\n#if not found or url invalid\n'error'\n\n#(commandline only) if invalid number of arguments passed\n'bad arguments'\n```\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/PhilipConte/automation_direct_stock/archive/1.0.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/PhilipConte/automation_direct_stock", "keywords": "automation direct stock", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "automation-direct-stock", "package_url": "https://pypi.org/project/automation-direct-stock/", "platform": "", "project_url": "https://pypi.org/project/automation-direct-stock/", "project_urls": { "Download": "https://github.com/PhilipConte/automation_direct_stock/archive/1.0.0.tar.gz", "Homepage": "https://github.com/PhilipConte/automation_direct_stock" }, "release_url": "https://pypi.org/project/automation-direct-stock/1.0.0/", "requires_dist": [ "requests", "beautifulsoup4" ], "requires_python": "", "summary": "package checks Automation Direct's products' availability", "version": "1.0.0" }, "last_serial": 3899319, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "40de4dc8e0ce6d4f0c9853289fbc2504", "sha256": "f21bc4bbea408f9f1d7c358df6dcb8129cf4d215911e8ceb6941175e13da026d" }, "downloads": -1, "filename": "automation_direct_stock-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "40de4dc8e0ce6d4f0c9853289fbc2504", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3229, "upload_time": "2018-05-25T15:37:20", "url": "https://files.pythonhosted.org/packages/39/3d/9a10e005b06843ebb7adec70191ce45f2f2c529560c11bbe83b2f4601ddc/automation_direct_stock-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b0db07df1e9a14316092bef0305b3f1", "sha256": "7fa91e1a20ca2a2134bbd5307b7600663de50704020121a1b9d8a4a894b04dac" }, "downloads": -1, "filename": "automation_direct_stock-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7b0db07df1e9a14316092bef0305b3f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2261, "upload_time": "2018-05-25T15:37:21", "url": "https://files.pythonhosted.org/packages/14/46/d1a01479bb633747b5eacbe7c0fb6d0b78b5f7890a7d77954415a6e709c1/automation_direct_stock-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "40de4dc8e0ce6d4f0c9853289fbc2504", "sha256": "f21bc4bbea408f9f1d7c358df6dcb8129cf4d215911e8ceb6941175e13da026d" }, "downloads": -1, "filename": "automation_direct_stock-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "40de4dc8e0ce6d4f0c9853289fbc2504", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3229, "upload_time": "2018-05-25T15:37:20", "url": "https://files.pythonhosted.org/packages/39/3d/9a10e005b06843ebb7adec70191ce45f2f2c529560c11bbe83b2f4601ddc/automation_direct_stock-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b0db07df1e9a14316092bef0305b3f1", "sha256": "7fa91e1a20ca2a2134bbd5307b7600663de50704020121a1b9d8a4a894b04dac" }, "downloads": -1, "filename": "automation_direct_stock-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7b0db07df1e9a14316092bef0305b3f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2261, "upload_time": "2018-05-25T15:37:21", "url": "https://files.pythonhosted.org/packages/14/46/d1a01479bb633747b5eacbe7c0fb6d0b78b5f7890a7d77954415a6e709c1/automation_direct_stock-1.0.0.tar.gz" } ] }