{ "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 renfe_time 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/renfe_time", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "renfe-time", "package_url": "https://pypi.org/project/renfe-time/", "platform": "", "project_url": "https://pypi.org/project/renfe-time/", "project_urls": { "Homepage": "https://github.com/rmon-vfer/renfe_time" }, "release_url": "https://pypi.org/project/renfe-time/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": 5859351, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "57ad90b756ba30c3965b79a03ef28bdd", "sha256": "d8ebd209f31d0d7c0907f0636535287e2d1fad76f15083e7396c262cf4c14150" }, "downloads": -1, "filename": "renfe_time-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "57ad90b756ba30c3965b79a03ef28bdd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 2261, "upload_time": "2019-09-19T23:57:09", "url": "https://files.pythonhosted.org/packages/19/d0/e0ea42bb8355ce5925cf62a7820d802bd40678fc5ddc54318a218df798b0/renfe_time-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c41d777dbafc20cde644aa9a8f764d53", "sha256": "37a35b02cf5aeed4fc19ece27c956f70b6d5d0762e14f566847a74982e7a0cff" }, "downloads": -1, "filename": "renfe_time-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c41d777dbafc20cde644aa9a8f764d53", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 1294, "upload_time": "2019-09-19T23:57:11", "url": "https://files.pythonhosted.org/packages/a4/85/444a735fbffe4918e7fd62c50eb1b1b1a93f049957b71505c843add93f5b/renfe_time-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "57ad90b756ba30c3965b79a03ef28bdd", "sha256": "d8ebd209f31d0d7c0907f0636535287e2d1fad76f15083e7396c262cf4c14150" }, "downloads": -1, "filename": "renfe_time-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "57ad90b756ba30c3965b79a03ef28bdd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 2261, "upload_time": "2019-09-19T23:57:09", "url": "https://files.pythonhosted.org/packages/19/d0/e0ea42bb8355ce5925cf62a7820d802bd40678fc5ddc54318a218df798b0/renfe_time-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c41d777dbafc20cde644aa9a8f764d53", "sha256": "37a35b02cf5aeed4fc19ece27c956f70b6d5d0762e14f566847a74982e7a0cff" }, "downloads": -1, "filename": "renfe_time-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c41d777dbafc20cde644aa9a8f764d53", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 1294, "upload_time": "2019-09-19T23:57:11", "url": "https://files.pythonhosted.org/packages/a4/85/444a735fbffe4918e7fd62c50eb1b1b1a93f049957b71505c843add93f5b/renfe_time-0.1.0.tar.gz" } ] }