{ "info": { "author": "Gerard Castillo", "author_email": "gerardcl@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: BSD License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: Unix", "Programming Language :: Python", "Topic :: Terminals", "Topic :: Text Processing :: Markup :: HTML", "Topic :: Utilities" ], "description": "|Quality Gate Status| |Build Status|\n\nRENFE TIMETABLES CLI\n====================\n\nGet faster RENFE Spanish trains timetables in your terminal. Works on\nLinux, OSX and Windows Python3 (see\n`builds `__).\n\nSee the\n`changelog `__.\n\nInstallation\n------------\n\nInstall Python CLI package\n`renfe-cli `__\n\n::\n\n $ pip install renfe-cli --upgrade\n\nUsage\n-----\n\n::\n\n $ renfe-cli -h\n Usage: renfe-cli [options]\n\n Options:\n -h, --help show this help message and exit\n -y YEAR, --year=YEAR year selected to get the timetable from\n -m MONTH, --month=MONTH\n month of the year to get the timetable from\n -d DAY, --day=DAY day of the month to get the timetable from\n -o ORIGIN, --origin=ORIGIN\n from/origin ID of the train station. Use flag '-s\n ' in order to search for IDs\n -t TO, --to=TO to/destination ID of the train station. Use flag '-s\n ' in order to search for IDs\n -s SEARCH, --search=SEARCH\n you need to get the stations IDs, searching by names;\n in order to apply right inputs for origins and/or\n destinations\n -l LOGGING_LEVEL, --logging-level=LOGGING_LEVEL\n logging level defaults to warning and possible values\n are: debug, info, warning, error and critical\n -f LOGGING_FILE, --logging-file=LOGGING_FILE\n logging file name is required if you want to submit an\n issue with more information\n -u, --update-config change your origin and destination stations to\n defaults when loading this flag\n\n**Searching for IDs of train stations**\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nWhen using search functionality, it will provide you with the IDs (to\nuse as an origin or destiation train station) of the stations that are\nsimilar to the input text to search. Example:\n\n::\n\n $ renfe-cli -s sil\n Today is: 2019-05-05\n Searching stations like: sil\n SANESTEVODOSIL: 22003\n SANPEDRODOSIL: 22004\n SILLA: 64200\n SILS: 79202\n\n $ renfe-cli -s barc\n Today is: 2019-05-05\n Searching stations like: barc\n BARCELONA: 97007\n BARCELONA(TODAS): BARCE\n BARCELONA-ARCDETRIOMF: 78804\n BARCELONA-PLA\u00c7ADECATALUNYA: 78805\n BARCELONA-TORREDELBARO: 78801\n BARCELOS: 94024\n BARCENA: 14206\n CEUTA-BARCO: 99126\n ELBARCENAL: 05644\n OBARCODEVALDEORRAS: 20211\n TANGERMED-BARCO: 99124\n TANGERVILLE-BARCO: 99125\n VILANOVADELABARCA: 75102\n\n**Getting the timetable**\n~~~~~~~~~~~~~~~~~~~~~~~~~\n\nTimetable defaults to ``today``, from ``Sils`` (ID is ``79202``) to\n``Barcelona`` (ID is ``BARCE``):\n\n::\n\n $ renfe-cli\n Today is: 2019-05-05\n Searching timetable for date: 2019-05-05\n From 79202 to BARCE\n =================== TIMETABLE ====================\n Tren / Recorrido Salida Llegada Duraci\u00f3n\n 0 15060 MD 7.23 8.39 1 h. 16 min.\n 1 15064 MD 8.27 9.39 1 h. 12 min.\n 2 15806 REGIONAL 10.20 11.39 1 h. 19 min.\n 3 15808 REGIONAL 11.43 13.09 1 h. 26 min.\n 4 15070 MD 12.27 13.39 1 h. 12 min.\n 5 15810 REGIONAL 13.33 14.52 1 h. 19 min.\n 6 15090 MD 14.27 15.39 1 h. 12 min.\n 7 15812 REGIONAL 15.39 17.09 1 h. 30 min.\n 8 15072 MD 16.57 18.09 1 h. 12 min.\n 9 15814 REGIONAL 17.39 18.55 1 h. 16 min.\n 10 15018 MD 18.06 19.18 1 h. 12 min.\n 11 15918 MD 18.57 20.09 1 h. 12 min.\n 12 15074 MD 19.45 20.55 1 h. 10 min.\n 13 15848 REGIONAL 20.01 21.09 1 h. 8 min.\n 14 15850 REGIONAL 20.59 22.19 1 h. 20 min.\n 15 15822 REGIONAL 21.38 22.55 1 h. 17 min.\n ==================================================\n\nWhich would be the same as:\n\n::\n\n $ renfe-cli -y 2019 -m 5 -d 5 -o 79202 -t BARCE\n Today is: 2019-05-05\n Searching timetable for date: 2019-05-05\n From 79202 to BARCE\n =================== TIMETABLE ====================\n Tren / Recorrido Salida Llegada Duraci\u00f3n\n 0 15060 MD 7.23 8.39 1 h. 16 min.\n 1 15064 MD 8.27 9.39 1 h. 12 min.\n 2 15806 REGIONAL 10.20 11.39 1 h. 19 min.\n 3 15808 REGIONAL 11.43 13.09 1 h. 26 min.\n 4 15070 MD 12.27 13.39 1 h. 12 min.\n 5 15810 REGIONAL 13.33 14.52 1 h. 19 min.\n 6 15090 MD 14.27 15.39 1 h. 12 min.\n 7 15812 REGIONAL 15.39 17.09 1 h. 30 min.\n 8 15072 MD 16.57 18.09 1 h. 12 min.\n 9 15814 REGIONAL 17.39 18.55 1 h. 16 min.\n 10 15018 MD 18.06 19.18 1 h. 12 min.\n 11 15918 MD 18.57 20.09 1 h. 12 min.\n 12 15074 MD 19.45 20.55 1 h. 10 min.\n 13 15848 REGIONAL 20.01 21.09 1 h. 8 min.\n 14 15850 REGIONAL 20.59 22.19 1 h. 20 min.\n 15 15822 REGIONAL 21.38 22.55 1 h. 17 min.\n ==================================================\n\n**Changing default origin and/or destination stations**\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nIn order to change default timetable stations you just need to add\n``-u`` flag in the CLI, and next time you won't need to add the used\n``-o`` and ``-t`` params:\n\n::\n\n $ renfe-cli -o MADRI -t BARCE -u\n\nIf changing defaults, a file is created under user's home directory in\nfile ``~/.renfe_default_stations.json``\n\n--------------\n\nIssues\n------\n\nIf Renfe's website is changed or you find any issue or enhancements,\nplease: `create an\nissue `__\n\nInstallation alternatives (getting latest source code)\n------------------------------------------------------\n\nIf you want to install latest source code:\n\n::\n\n $ pip install git+http://github.com/gerardcl/renfe-cli\n\nor\n\n::\n\n $ git clone git://github.com/gerardcl/renfe-cli\n $ cd renfe-cli\n $ python setup.py install\n\n.. |Quality Gate Status| image:: https://sonarcloud.io/api/project_badges/measure?project=gerardcl_renfe-cli&metric=alert_status\n :target: https://sonarcloud.io/dashboard?id=gerardcl_renfe-cli\n.. |Build Status| image:: https://travis-ci.org/gerardcl/renfe-cli.svg?branch=master\n :target: https://travis-ci.org/gerardcl/renfe-cli\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gerardcl/renfe-cli", "keywords": "Get faster RENFE Spanish Trains timetables terminal", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "renfe-cli", "package_url": "https://pypi.org/project/renfe-cli/", "platform": "", "project_url": "https://pypi.org/project/renfe-cli/", "project_urls": { "Homepage": "https://github.com/gerardcl/renfe-cli" }, "release_url": "https://pypi.org/project/renfe-cli/2.0.0/", "requires_dist": [ "setuptools", "lxml", "numpy", "pandas", "python-dateutil", "pytz", "six", "colorama" ], "requires_python": "", "summary": "Get faster RENFE Spanish Trains timetables in your terminal", "version": "2.0.0" }, "last_serial": 5242906, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "31f8cd24077546d5cb90e18b3cda2302", "sha256": "82a6de00277de481aa10821acebceebacaea24c4d2a01b75c262834de8209f54" }, "downloads": -1, "filename": "renfe_cli-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "31f8cd24077546d5cb90e18b3cda2302", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6105, "upload_time": "2019-05-03T23:26:36", "url": "https://files.pythonhosted.org/packages/5d/64/5714435a2fcb14122ff931b908f4c5fd35a3fc06985ca47de08f7ce4a390/renfe_cli-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bc33bae504816883b0dd933bc356dbc6", "sha256": "2d781b709055e43215dafc3a302f1f69ab5ed515965a3dcbe21619498e8d70ab" }, "downloads": -1, "filename": "renfe-cli-1.0.1.tar.gz", "has_sig": false, "md5_digest": "bc33bae504816883b0dd933bc356dbc6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6000, "upload_time": "2019-05-03T23:26:38", "url": "https://files.pythonhosted.org/packages/a8/6b/6c97a243d375cfd78f93267b1ebf57f4cde294dbc14ce75fd295d699ae53/renfe-cli-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "d98b6cf92570a51da63e85ebeb86f204", "sha256": "d04caaa026d0aa4227a6e093b244f07819992e29d7ce420600252daeec5f1327" }, "downloads": -1, "filename": "renfe_cli-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "d98b6cf92570a51da63e85ebeb86f204", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6104, "upload_time": "2019-05-04T00:04:21", "url": "https://files.pythonhosted.org/packages/94/3b/1e742ac95dce9ba6550538eb0fe590a5d97f6f75c21e5a3de8ab334818b5/renfe_cli-1.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b70866339ec5df9602c2093a467653f9", "sha256": "63d892934f71e28abc1fb12b5b545abcb02fff6bad13737920425af266d59036" }, "downloads": -1, "filename": "renfe-cli-1.0.2.tar.gz", "has_sig": false, "md5_digest": "b70866339ec5df9602c2093a467653f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6021, "upload_time": "2019-05-04T00:04:22", "url": "https://files.pythonhosted.org/packages/0a/ab/293cea471a49b8519a70107c4824404539c21b70325743c7ac88c7d353a7/renfe-cli-1.0.2.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "c04deecaafed9e9457199b38182d12a1", "sha256": "5d7486e614a0e78a8dd4cbbc80e1383fbdf7b1ae3132cb2964d00b42648ccf79" }, "downloads": -1, "filename": "renfe_cli-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c04deecaafed9e9457199b38182d12a1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7098, "upload_time": "2019-05-04T22:07:48", "url": "https://files.pythonhosted.org/packages/96/c0/23e6a3d547a42efcb563982d2bfe9e616ca65d65c3460dd0ac41e590e0de/renfe_cli-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d00aba57374f4491c782a0d0e62b0030", "sha256": "b2a29e710654c516bacd4325c815701b35761299b44ca97ef90c34d9d00f443c" }, "downloads": -1, "filename": "renfe-cli-1.1.0.tar.gz", "has_sig": false, "md5_digest": "d00aba57374f4491c782a0d0e62b0030", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7148, "upload_time": "2019-05-04T22:07:50", "url": "https://files.pythonhosted.org/packages/94/f5/7c6ec229e3eaebdb14dedc94fa655b9d7dd937f838282accbfb8b8bb7f7c/renfe-cli-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "439a4041c56f3568dd032e9494501a79", "sha256": "3ab68deb9c82d1556491bffe12e9b3907c4abde708ff0700e9d2c8b73604d9f2" }, "downloads": -1, "filename": "renfe-cli-1.1.1.tar.gz", "has_sig": false, "md5_digest": "439a4041c56f3568dd032e9494501a79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6928, "upload_time": "2019-05-04T22:55:31", "url": "https://files.pythonhosted.org/packages/8e/1d/26ddaca7a97d601bdde0f1e976d32829a967f10126e27ef3e06f633eff00/renfe-cli-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "557b4168d068538206e9726fae600eaf", "sha256": "c90983d9e8b5ac7ebb3bdd7c95fb59a1e235470a4a7da8b9e3e41184cfbe13d6" }, "downloads": -1, "filename": "renfe_cli-1.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "557b4168d068538206e9726fae600eaf", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7133, "upload_time": "2019-05-04T23:45:48", "url": "https://files.pythonhosted.org/packages/04/01/0393b5c23e239f07da8c8f1cc759170f6594a8268883a831e111cafe83c5/renfe_cli-1.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c01beb4ed1f605bb82755788c718b2e0", "sha256": "fd4ab0fbf94998e1d802e9af78e102a7adba2125a09508d1449f3984872b659f" }, "downloads": -1, "filename": "renfe_cli-1.1.2-py3.7.egg", "has_sig": false, "md5_digest": "c01beb4ed1f605bb82755788c718b2e0", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 9034, "upload_time": "2019-05-04T23:44:19", "url": "https://files.pythonhosted.org/packages/3d/5c/2f9b061c4524066b9b90b6c79fa3fc586cb1ad952b0344f0e37dbdd091cb/renfe_cli-1.1.2-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "b6b19a908af97f98b7309d94c7f3e831", "sha256": "3936d24b10a66833a3aa690f5c0a600e20ed3ecc870030c6bc6adf5f7e475b80" }, "downloads": -1, "filename": "renfe_cli-1.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "b6b19a908af97f98b7309d94c7f3e831", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7191, "upload_time": "2019-05-04T23:17:03", "url": "https://files.pythonhosted.org/packages/ad/15/d7f757df1788a9c07ef3a3dc2b81e62fa70331badd60a8ae8f20df443115/renfe_cli-1.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "73e7fab2e28ca46bc9ae5044e12f8af3", "sha256": "8728d0e5a00b4d5b0a446d19db517394a0aee522e036bdc7a975aef447f9aece" }, "downloads": -1, "filename": "renfe-cli-1.1.2.tar.gz", "has_sig": false, "md5_digest": "73e7fab2e28ca46bc9ae5044e12f8af3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7154, "upload_time": "2019-05-04T23:17:04", "url": "https://files.pythonhosted.org/packages/35/c3/fb888255e9229b747b2b79856c6d4430cbb5e859c7368b1f9e8fd32c8a10/renfe-cli-1.1.2.tar.gz" } ], "1.1.3": [ { "comment_text": "", "digests": { "md5": "7fdd1711fbe06c71159102d10c6d1510", "sha256": "6f9ecfa76b6923dd1974450149c07fcc3e542fdcfaac61e7f79273980c07140f" }, "downloads": -1, "filename": "renfe_cli-1.1.3-py2-none-any.whl", "has_sig": false, "md5_digest": "7fdd1711fbe06c71159102d10c6d1510", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7131, "upload_time": "2019-05-05T09:55:39", "url": "https://files.pythonhosted.org/packages/6b/8b/3e3f348bcd68dacd1095dd036c97a9faa0359a7775ed64d45ae67796ca91/renfe_cli-1.1.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "569e458b88b71ece78cd6ee47abb7df7", "sha256": "b57070be143c4cd9516f5a82dc4a181a23e52d87f4f08c489435b7465bc8abb2" }, "downloads": -1, "filename": "renfe_cli-1.1.3-py3.7.egg", "has_sig": false, "md5_digest": "569e458b88b71ece78cd6ee47abb7df7", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 9049, "upload_time": "2019-05-05T09:55:42", "url": "https://files.pythonhosted.org/packages/d1/8d/52b9bcd8e7ff85ba9848c3dc0ee1c3a6f0ffa3638216397e5481436de368/renfe_cli-1.1.3-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "caf7fb362c62ba7525a9b3ef68f933ef", "sha256": "1087f780c5c2f263aced2ed2f4c372f079b9ef2024fc79314f6653f463bf444a" }, "downloads": -1, "filename": "renfe-cli-1.1.3.tar.gz", "has_sig": false, "md5_digest": "caf7fb362c62ba7525a9b3ef68f933ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7428, "upload_time": "2019-05-05T09:55:40", "url": "https://files.pythonhosted.org/packages/80/dd/d297ce7aa422c119bac020595392935afb6911d2ea41cb90947bd4117770/renfe-cli-1.1.3.tar.gz" } ], "1.1.4": [ { "comment_text": "", "digests": { "md5": "44cb10aa729c217d7efd9018ee578b0b", "sha256": "beac901ca5457f1972c5d442fa69ae3507793ed3f2f7aa70216da6e7c0f121f6" }, "downloads": -1, "filename": "renfe_cli-1.1.4-py2-none-any.whl", "has_sig": false, "md5_digest": "44cb10aa729c217d7efd9018ee578b0b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7133, "upload_time": "2019-05-05T10:01:34", "url": "https://files.pythonhosted.org/packages/5c/18/4c75496fa35d22aabf898ef74f5160f488753f7bba34f37fc9897d5ef16f/renfe_cli-1.1.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "281a6fe3d763e8285def6ba663651566", "sha256": "f9aba2944084dd4a5e7ebb33d5379251ad0ef2897dfedb2cc8249765a6816932" }, "downloads": -1, "filename": "renfe_cli-1.1.4-py3.7.egg", "has_sig": false, "md5_digest": "281a6fe3d763e8285def6ba663651566", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 9047, "upload_time": "2019-05-05T10:01:37", "url": "https://files.pythonhosted.org/packages/05/b4/14a83eac1e84ddc544e59108614560ac6e2cc3f6410ca08c2642b8fcab90/renfe_cli-1.1.4-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "6c24f2fa518f79d0b9c14912543bab81", "sha256": "c356582542df8a4e8845c0d75005a12ec96eea5a7d12f94c7c21766fe6bb8a80" }, "downloads": -1, "filename": "renfe-cli-1.1.4.tar.gz", "has_sig": false, "md5_digest": "6c24f2fa518f79d0b9c14912543bab81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7426, "upload_time": "2019-05-05T10:01:35", "url": "https://files.pythonhosted.org/packages/28/2d/f18469f48332aa10e6bee4cbe8eb12103ecda55ae157364f2b6ee612ffe9/renfe-cli-1.1.4.tar.gz" } ], "1.1.5": [ { "comment_text": "", "digests": { "md5": "c83091aa12af5d46930b30ad890b3686", "sha256": "30ebb20dfe74e192b7135d50b1c8e980156fc41e203129598b51cd34aaba093f" }, "downloads": -1, "filename": "renfe_cli-1.1.5-py3.7.egg", "has_sig": false, "md5_digest": "c83091aa12af5d46930b30ad890b3686", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 9033, "upload_time": "2019-05-05T10:08:26", "url": "https://files.pythonhosted.org/packages/ab/b0/ec7e082b7bc80f1091617477b0a4c23ecf7cfa1e87dde0a490f9fd63db04/renfe_cli-1.1.5-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "11af8b736a934a674f7c0890f331daf9", "sha256": "1fb971cf57d6c1a2a6152ee2744c9e05803580783194815e73d8ebdf4c00da4e" }, "downloads": -1, "filename": "renfe_cli-1.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "11af8b736a934a674f7c0890f331daf9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7181, "upload_time": "2019-05-05T10:08:23", "url": "https://files.pythonhosted.org/packages/cb/9c/5146103a0fbfc84e9d8768512e5ef5bb0b42344a55791e58c1a8c7d592ba/renfe_cli-1.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2b6f3bdea2d523da9d25d5ec5bd8ce40", "sha256": "b075e692c9707d6aa51a67a584041c4d7741348a751b5ce488932ad288b5effe" }, "downloads": -1, "filename": "renfe-cli-1.1.5.tar.gz", "has_sig": false, "md5_digest": "2b6f3bdea2d523da9d25d5ec5bd8ce40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7097, "upload_time": "2019-05-05T10:08:25", "url": "https://files.pythonhosted.org/packages/2e/fb/0882719d2b335cabff81417a2600700b13c0504f54387f4d656035277d3f/renfe-cli-1.1.5.tar.gz" } ], "1.1.6": [ { "comment_text": "", "digests": { "md5": "d13b11e10a06296a570aef4e3d9289f7", "sha256": "ae1a8f30d94a0342afb79c57e6eb5d8beb992bfaaea0d37d87e47596fabde4dd" }, "downloads": -1, "filename": "renfe_cli-1.1.6-py3.7.egg", "has_sig": false, "md5_digest": "d13b11e10a06296a570aef4e3d9289f7", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 9035, "upload_time": "2019-05-05T10:22:29", "url": "https://files.pythonhosted.org/packages/f8/d3/f19fe4341ef0df9bc7e8964c578adef5eb7a348222ea5d55eb410ac7fc33/renfe_cli-1.1.6-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "d3b3cba45ca82c3ba14cd4c8017aea7e", "sha256": "aac58957e8c48960c8e0997874c230ea2aa2a8886ae03281c9a4eba121fedb13" }, "downloads": -1, "filename": "renfe_cli-1.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "d3b3cba45ca82c3ba14cd4c8017aea7e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7181, "upload_time": "2019-05-05T10:22:27", "url": "https://files.pythonhosted.org/packages/87/e9/91edef9ed3e1f6c1188817d33d6afb26f919cf6da356f2a413e6c1c006b7/renfe_cli-1.1.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "45499aa1cfc2c854bc36714a45f4897c", "sha256": "b0f485e3dc04a1365099e17f598a283966f46e89949cd8c788dda98ca418e64a" }, "downloads": -1, "filename": "renfe-cli-1.1.6.tar.gz", "has_sig": false, "md5_digest": "45499aa1cfc2c854bc36714a45f4897c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7148, "upload_time": "2019-05-05T10:22:28", "url": "https://files.pythonhosted.org/packages/1a/e9/3e1185f08808486eb0a74476f24167a2d53f43665aa8b67aa2484de800b4/renfe-cli-1.1.6.tar.gz" } ], "1.1.7": [ { "comment_text": "", "digests": { "md5": "40ee99ee222a7cea4c32a24175863082", "sha256": "6d4983397d06eb677ce31d6cb28d345f36c68cada75074d0a3808d265969a45c" }, "downloads": -1, "filename": "renfe_cli-1.1.7-py3.7.egg", "has_sig": false, "md5_digest": "40ee99ee222a7cea4c32a24175863082", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 9085, "upload_time": "2019-05-05T12:38:50", "url": "https://files.pythonhosted.org/packages/75/ad/29afcde6151bba0bf31131ca20bc48ac2020e8f08409ff83aa1c5047137d/renfe_cli-1.1.7-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "2b860e156ed45e21e5ec57332d274108", "sha256": "db0e240d168302e6b74eac8c1583dbd8d3c793e19d7462066bb53d8eece67415" }, "downloads": -1, "filename": "renfe_cli-1.1.7-py3-none-any.whl", "has_sig": false, "md5_digest": "2b860e156ed45e21e5ec57332d274108", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7247, "upload_time": "2019-05-05T12:38:48", "url": "https://files.pythonhosted.org/packages/9e/4e/aa7f4584718ed124b0eaf1d2578a6f0be679afb709f47e15c55e8207a4ef/renfe_cli-1.1.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3f395a1a9136e21622b939fde68e0c6c", "sha256": "0976dfab397df6617dc1dc1b303de8523cdd7296329ff8e148cd80bbed063316" }, "downloads": -1, "filename": "renfe-cli-1.1.7.tar.gz", "has_sig": false, "md5_digest": "3f395a1a9136e21622b939fde68e0c6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7262, "upload_time": "2019-05-05T12:38:49", "url": "https://files.pythonhosted.org/packages/94/3d/b930cb022bb46bc8fd8bd6dc8ca25a7db79632216f8159ae3a5f5d017999/renfe-cli-1.1.7.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "30ac4abc4024a80cc7de0cc72d35f7a5", "sha256": "dbf3ae478091a3524632dea70f6cbb0ebdbf0574b26c83d36eb4a19002e5cc63" }, "downloads": -1, "filename": "renfe_cli-2.0.0-py3.7.egg", "has_sig": false, "md5_digest": "30ac4abc4024a80cc7de0cc72d35f7a5", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 12718, "upload_time": "2019-05-08T13:42:28", "url": "https://files.pythonhosted.org/packages/3c/4a/bd0981696bea15c2bfac4a08cc84988c2babbf3cc58e5ab5af4d12a13d76/renfe_cli-2.0.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "3e325d980758e5278d2c42824e3ae351", "sha256": "cc315d962e4186ad59f1719db898a20b8748b44341f9c83e8b04918de062eb25" }, "downloads": -1, "filename": "renfe_cli-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3e325d980758e5278d2c42824e3ae351", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8840, "upload_time": "2019-05-08T13:42:25", "url": "https://files.pythonhosted.org/packages/93/2b/84f1beebfa794d88f0efec1ba3642db6ddb8495374eadc278a6010fd139a/renfe_cli-2.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ad4ba51de17297106f16097ce8d34d9e", "sha256": "01864e03dab7b2949e6d47cc151c1a78be5f51dd5d1d9a6632c6b6d21e64d344" }, "downloads": -1, "filename": "renfe-cli-2.0.0.tar.gz", "has_sig": false, "md5_digest": "ad4ba51de17297106f16097ce8d34d9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9068, "upload_time": "2019-05-08T13:42:26", "url": "https://files.pythonhosted.org/packages/bf/82/684cbabba4e73d8fd960d4b1a3f703f448385ff266789c1472ae0b19a836/renfe-cli-2.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "30ac4abc4024a80cc7de0cc72d35f7a5", "sha256": "dbf3ae478091a3524632dea70f6cbb0ebdbf0574b26c83d36eb4a19002e5cc63" }, "downloads": -1, "filename": "renfe_cli-2.0.0-py3.7.egg", "has_sig": false, "md5_digest": "30ac4abc4024a80cc7de0cc72d35f7a5", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": null, "size": 12718, "upload_time": "2019-05-08T13:42:28", "url": "https://files.pythonhosted.org/packages/3c/4a/bd0981696bea15c2bfac4a08cc84988c2babbf3cc58e5ab5af4d12a13d76/renfe_cli-2.0.0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "3e325d980758e5278d2c42824e3ae351", "sha256": "cc315d962e4186ad59f1719db898a20b8748b44341f9c83e8b04918de062eb25" }, "downloads": -1, "filename": "renfe_cli-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3e325d980758e5278d2c42824e3ae351", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8840, "upload_time": "2019-05-08T13:42:25", "url": "https://files.pythonhosted.org/packages/93/2b/84f1beebfa794d88f0efec1ba3642db6ddb8495374eadc278a6010fd139a/renfe_cli-2.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ad4ba51de17297106f16097ce8d34d9e", "sha256": "01864e03dab7b2949e6d47cc151c1a78be5f51dd5d1d9a6632c6b6d21e64d344" }, "downloads": -1, "filename": "renfe-cli-2.0.0.tar.gz", "has_sig": false, "md5_digest": "ad4ba51de17297106f16097ce8d34d9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9068, "upload_time": "2019-05-08T13:42:26", "url": "https://files.pythonhosted.org/packages/bf/82/684cbabba4e73d8fd960d4b1a3f703f448385ff266789c1472ae0b19a836/renfe-cli-2.0.0.tar.gz" } ] }