{ "info": { "author": "Ram\u00f3n Vila Ferreres", "author_email": "ramon.vila@the-cocktail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Renfe Time\nrenfe-time scrapes and parses train schedules for RENFE trains in Spain. At the moment, only Asturias is supported\n\n### Usage\n```python\nfrom RenfeTime import RenfeTime as rt\nfrom datetime import datetime\nimport pprint\n\ntable = rt.getTimeTable(\n rt.getStationCode( \"Gij\u00f3n\" ),\n rt.getStationCode( \"Oviedo\" ),\n datetime.now(), \"00\", \"26\", False\n)\n\npprint.pprint( table, indent = 4 )\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": "https://github.com/rmon-vfer/RenfeTime", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "RenfeTime", "package_url": "https://pypi.org/project/RenfeTime/", "platform": "", "project_url": "https://pypi.org/project/RenfeTime/", "project_urls": { "Homepage": "https://github.com/rmon-vfer/RenfeTime" }, "release_url": "https://pypi.org/project/RenfeTime/0.1.0/", "requires_dist": null, "requires_python": ">=3.6", "summary": "Simple package to obtain and parse train schedules from RENFE", "version": "0.1.0" }, "last_serial": 5859372, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "83286c286261a894af8f843743e4dd16", "sha256": "f866b626b9e9170610a09afd2f2f28276711b0ee6d3317ddc4898ab16cd37d43" }, "downloads": -1, "filename": "RenfeTime-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "83286c286261a894af8f843743e4dd16", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 2244, "upload_time": "2019-09-20T00:01:55", "url": "https://files.pythonhosted.org/packages/d8/09/29c0804aac8d4b311c497261c9a0b643a2f4c16fb7838d5394bc55c8017b/RenfeTime-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d84b715326dbeb0d68c717fff12c576b", "sha256": "3820d82da6bd3752b11fcc6a797791b8fc10a485b921af6469fdb729030515d8" }, "downloads": -1, "filename": "RenfeTime-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d84b715326dbeb0d68c717fff12c576b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 1284, "upload_time": "2019-09-20T00:01:57", "url": "https://files.pythonhosted.org/packages/58/1e/1ab0b12381e74a647e480b311801f5fa0907e4cf1d647c0c66770d61ce60/RenfeTime-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "83286c286261a894af8f843743e4dd16", "sha256": "f866b626b9e9170610a09afd2f2f28276711b0ee6d3317ddc4898ab16cd37d43" }, "downloads": -1, "filename": "RenfeTime-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "83286c286261a894af8f843743e4dd16", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 2244, "upload_time": "2019-09-20T00:01:55", "url": "https://files.pythonhosted.org/packages/d8/09/29c0804aac8d4b311c497261c9a0b643a2f4c16fb7838d5394bc55c8017b/RenfeTime-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d84b715326dbeb0d68c717fff12c576b", "sha256": "3820d82da6bd3752b11fcc6a797791b8fc10a485b921af6469fdb729030515d8" }, "downloads": -1, "filename": "RenfeTime-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d84b715326dbeb0d68c717fff12c576b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 1284, "upload_time": "2019-09-20T00:01:57", "url": "https://files.pythonhosted.org/packages/58/1e/1ab0b12381e74a647e480b311801f5fa0907e4cf1d647c0c66770d61ce60/RenfeTime-0.1.0.tar.gz" } ] }