{ "info": { "author": "Real Python", "author_email": "office@realpython.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "# Real Python Feed Reader\n\nThe Real Python Feed Reader is a basic [web feed](https://en.wikipedia.org/wiki/Web_feed) reader that can download the latest Real Python tutorials from the [Real Python feed](https://realpython.com/contact/#rss-atom-feed).\n\nFor more information see the tutorial [How to Publish an Open-Source Python Package to PyPI](https://realpython.com/pypi-publish-python-package/) on Real Python.\n\n## Installation\n\nYou can install the Real Python Feed Reader from [PyPI](https://pypi.org/project/realpython-reader/):\n\n pip install realpython-reader\n\nThe reader is supported on Python 2.7, as well as Python 3.4 and above.\n\n## How to use\n\nThe Real Python Feed Reader is a command line application, named `realpython`. To see a list of the [latest Real Python tutorials](https://realpython.com/) simply call the program:\n\n $ realpython\n The latest tutorials from Real Python (https://realpython.com/)\n 0 How to Publish an Open-Source Python Package to PyPI\n 1 Python \"while\" Loops (Indefinite Iteration)\n 2 Writing Comments in Python (Guide)\n 3 Setting Up Python for Machine Learning on Windows\n 4 Python Community Interview With Michael Kennedy\n 5 Practical Text Classification With Python and Keras\n 6 Getting Started With Testing in Python\n 7 Python, Boto3, and AWS S3: Demystified\n 8 Python's range() Function (Guide)\n 9 Python Community Interview With Mike Grouchy\n 10 How to Round Numbers in Python\n 11 Building and Documenting Python REST APIs With Flask and Connexion \u2013 Part 2\n 12 Splitting, Concatenating, and Joining Strings in Python\n 13 Image Segmentation Using Color Spaces in OpenCV + Python\n 14 Python Community Interview With Mahdi Yusuf\n 15 Absolute vs Relative Imports in Python\n 16 Top 10 Must-Watch PyCon Talks\n 17 Logging in Python\n 18 The Best Python Books\n 19 Conditional Statements in Python\n\nTo read one particular tutorial, call the program with the numerical ID of the tutorial as a parameter:\n\n $ realpython 0\n # How to Publish an Open-Source Python Package to PyPI\n\n Python is famous for coming with batteries included. Sophisticated\n capabilities are available in the standard library. You can find modules for\n working with sockets, parsing CSV, JSON, and XML files, and working with\n files and file paths.\n\n However great the packages included with Python are, there are many\n fantastic projects available outside the standard library. These are most\n often hosted at the Python Packaging Index (PyPI), historically known as the\n Cheese Shop. At PyPI, you can find everything from Hello World to advanced\n deep learning libraries.\n\n [... The full text of the article ...]\n\nYou can also call the Real Python Feed Reader in your own Python code, by importing from the `reader` package:\n\n >>> from reader import feed\n >>> feed.get_titles()\n ['How to Publish an Open-Source Python Package to PyPI', ...]\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/realpython/reader", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "kuxxx-realpython-reader", "package_url": "https://pypi.org/project/kuxxx-realpython-reader/", "platform": "", "project_url": "https://pypi.org/project/kuxxx-realpython-reader/", "project_urls": { "Homepage": "https://github.com/realpython/reader" }, "release_url": "https://pypi.org/project/kuxxx-realpython-reader/1.0.0/", "requires_dist": [ "feedparser", "html2text", "importlib-resources", "typing" ], "requires_python": "", "summary": "Read the latest Real Python tutorials", "version": "1.0.0" }, "last_serial": 4652837, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "4360d6d4b1d6493372c31b50ff0f4aed", "sha256": "2f53b7ac2f7354a529ced9f9d78872e7ba922af2b40c7f3f979815c68e13134a" }, "downloads": -1, "filename": "kuxxx_realpython_reader-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "4360d6d4b1d6493372c31b50ff0f4aed", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6560, "upload_time": "2019-01-02T14:16:43", "url": "https://files.pythonhosted.org/packages/8d/c4/46f505a537e0567b93348e343725b4f5e62fd0822c19d140b7aa75923ec5/kuxxx_realpython_reader-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "81ed4c73cc6f2bfa02b7626a889c444e", "sha256": "5d3b707e599f12f8ac11274a01311c8113d84c49a6ce442e185112938d565960" }, "downloads": -1, "filename": "kuxxx-realpython-reader-1.0.0.tar.gz", "has_sig": false, "md5_digest": "81ed4c73cc6f2bfa02b7626a889c444e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4484, "upload_time": "2019-01-02T14:16:46", "url": "https://files.pythonhosted.org/packages/e8/82/52d37d7035589780f4b916901074e5d8f7a715ecf9b8c0197e619d1d822b/kuxxx-realpython-reader-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4360d6d4b1d6493372c31b50ff0f4aed", "sha256": "2f53b7ac2f7354a529ced9f9d78872e7ba922af2b40c7f3f979815c68e13134a" }, "downloads": -1, "filename": "kuxxx_realpython_reader-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "4360d6d4b1d6493372c31b50ff0f4aed", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6560, "upload_time": "2019-01-02T14:16:43", "url": "https://files.pythonhosted.org/packages/8d/c4/46f505a537e0567b93348e343725b4f5e62fd0822c19d140b7aa75923ec5/kuxxx_realpython_reader-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "81ed4c73cc6f2bfa02b7626a889c444e", "sha256": "5d3b707e599f12f8ac11274a01311c8113d84c49a6ce442e185112938d565960" }, "downloads": -1, "filename": "kuxxx-realpython-reader-1.0.0.tar.gz", "has_sig": false, "md5_digest": "81ed4c73cc6f2bfa02b7626a889c444e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4484, "upload_time": "2019-01-02T14:16:46", "url": "https://files.pythonhosted.org/packages/e8/82/52d37d7035589780f4b916901074e5d8f7a715ecf9b8c0197e619d1d822b/kuxxx-realpython-reader-1.0.0.tar.gz" } ] }