{ "info": { "author": "Siddhant Shaw", "author_email": "siddhantshaw97@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "Site Size\n===\nReturns the size of the webpage which url is passed\n\n---\nUsage\n---\n```python\nimport sitesize\n# get the size of webpage in bytes\nsitesize.get_webpage_size('http://www.github.com/')\n# check if the url is valid or not\nsitesize.url_checker('http://www.github.com/')\n```\n---\nInstallation\n---\nUsing pip\n\n`\npip install sitesize\n`\n\nWithout pip\n\nFor Installing the dependency and saving the package \n`python setup.py install`\nIf you just want to test the package without installing\n* Clone the repository `git clone https://github.com/Mianto/sitesize.git`\n* Navigate to sitesize folder containing main.py\n* Run main.py as `python main.py`", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mianto/sitesize", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "sitesize", "package_url": "https://pypi.org/project/sitesize/", "platform": "", "project_url": "https://pypi.org/project/sitesize/", "project_urls": { "Homepage": "https://github.com/mianto/sitesize" }, "release_url": "https://pypi.org/project/sitesize/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Get size of web page", "version": "0.0.1" }, "last_serial": 5414509, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "1e1de40531598911b65f798e2cc0a820", "sha256": "cd720b7ff459acdb6c8330e356832e1c302438927ed98bc46765cf5369ca9ed7" }, "downloads": -1, "filename": "sitesize-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1e1de40531598911b65f798e2cc0a820", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2003, "upload_time": "2019-06-18T10:40:20", "url": "https://files.pythonhosted.org/packages/ba/c4/4ab0810967e4afe09922f82b8a75fa9d38b0b4ee0cc6292aadd6254d8a99/sitesize-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1e1de40531598911b65f798e2cc0a820", "sha256": "cd720b7ff459acdb6c8330e356832e1c302438927ed98bc46765cf5369ca9ed7" }, "downloads": -1, "filename": "sitesize-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1e1de40531598911b65f798e2cc0a820", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2003, "upload_time": "2019-06-18T10:40:20", "url": "https://files.pythonhosted.org/packages/ba/c4/4ab0810967e4afe09922f82b8a75fa9d38b0b4ee0cc6292aadd6254d8a99/sitesize-0.0.1.tar.gz" } ] }