{ "info": { "author": "Nicolas Le Manchet", "author_email": "nicolas@lemanchet.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary" ], "description": "Feedsubs\n========\n\n.. image:: https://travis-ci.org/NicolasLM/feedsubs.svg?branch=master\n :target: https://travis-ci.org/NicolasLM/feedsubs\n.. image:: https://coveralls.io/repos/github/NicolasLM/feedsubs/badge.svg?branch=master\n :target: https://coveralls.io/github/NicolasLM/feedsubs?branch=master\n\nRSS feed reader for Python 3.\n\n.. image:: https://raw.githubusercontent.com/NicolasLM/feedsubs/master/misc/screenshot.png\n :target: https://feedsubs.com\n\nFeatures:\n\n* Support for RSS, Atom and JSON feeds\n* Background synchronization\n* Caching and resizing of image embedded in feeds\n* Removal of tracking pixels\n* Grouping of feeds with tags\n* Multi-users\n* MIT licensed\n\nHosted service\n--------------\n\nA free hosted version runs Feedsubs at `feedsubs.com `_,\nit is the easiest way to start using the software without installing anything.\n\nDevelopment guide\n-----------------\n\nFeedsubs is a typical Django project, anyone familiar with Django will feel\nright at home. It requires:\n\n* Python 3.6+\n* Postgresql database\n* Redis server for background tasks\n\nQuickstart::\n\n git clone git@github.com:NicolasLM/feedsubs.git\n cd feedsubs/\n python3 -m venv venv\n source venv/bin/activate\n pip install -e .[dev]\n touch .env # Put SECRET_KEY=foo and DB_PASSWORD=foo there\n manage.py migrate\n manage.py runserver\n\nBackground task workers can be started with::\n\n manage.py spinach\n\n\nSelf-hosting\n------------\n\nFeedsubs is a feed reader primarily focused toward large multi-users\ninstallations, it may not be the easiest choice to host as a personal reader.\nThat being said, Docker makes it simple to deploy:\n\n* Make your own settings module based on `feedsubs/settings/prod.py`\n* ``docker run -d -v path/to/my_settings.py:/my_settings.py -e DJANGO_SETTINGS_MODULE=my_settings -p 8000:8000 nicolaslm/feedsubs waitress``\n* Serve the port 8000 through a reverse proxy like nginx or caddy\n\nUsers can also deploy Feedsubs with pip instead of Docker::\n\n pip install feedsubs[prod]\n manage.py waitress\n\nCopyright (c) 2018 Nicolas Le Manchet\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\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/NicolasLM/feedsubs", "keywords": "rss atom json feed feeds reader", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "feedsubs", "package_url": "https://pypi.org/project/feedsubs/", "platform": "", "project_url": "https://pypi.org/project/feedsubs/", "project_urls": { "Homepage": "https://github.com/NicolasLM/feedsubs" }, "release_url": "https://pypi.org/project/feedsubs/0.0.2/", "requires_dist": [ "django", "django-allauth", "django-bulma", "atoma", "bleach", "beautifulsoup4", "psycopg2", "requests", "spinach", "Pillow", "python-decouple", "django-debug-toolbar ; extra == 'dev'", "pycodestyle ; extra == 'dev'", "pytest ; extra == 'dev'", "pytest-cov ; extra == 'dev'", "pytest-django ; extra == 'dev'", "boto3 ; extra == 'prod'", "ddtrace ; extra == 'prod'", "django-redis ; extra == 'prod'", "django-storages ; extra == 'prod'", "django-xff ; extra == 'prod'", "waitress ; extra == 'prod'", "whitenoise ; extra == 'prod'", "raven ; extra == 'prod'" ], "requires_python": "", "summary": "RSS feed reader for Python 3", "version": "0.0.2" }, "last_serial": 4607385, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "89a7a414e45664925ac388296d7c0b4e", "sha256": "26066847640a235e04295e9cfc1c7ddc62523efbb8fedfd9068ec6ddb2f7692a" }, "downloads": -1, "filename": "feedsubs-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "89a7a414e45664925ac388296d7c0b4e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1567510, "upload_time": "2018-12-17T10:19:08", "url": "https://files.pythonhosted.org/packages/6b/74/c7b4f457a1f057533edb64b8bf7ff59975ee81ccd5db06bc1592f8cf1109/feedsubs-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9d53a45321ddbf86dc366c24f1fc41b4", "sha256": "79db2db2cbc03f8edee2f950453842ee589081cf7e3435c6c84ec6f94c4020c2" }, "downloads": -1, "filename": "feedsubs-0.0.2.tar.gz", "has_sig": false, "md5_digest": "9d53a45321ddbf86dc366c24f1fc41b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1520151, "upload_time": "2018-12-17T10:19:14", "url": "https://files.pythonhosted.org/packages/74/a9/93998a0f92e61ef9d984d4d5debbc2ad6985998cc0cb5bb0e8ba9518b0f3/feedsubs-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "89a7a414e45664925ac388296d7c0b4e", "sha256": "26066847640a235e04295e9cfc1c7ddc62523efbb8fedfd9068ec6ddb2f7692a" }, "downloads": -1, "filename": "feedsubs-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "89a7a414e45664925ac388296d7c0b4e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1567510, "upload_time": "2018-12-17T10:19:08", "url": "https://files.pythonhosted.org/packages/6b/74/c7b4f457a1f057533edb64b8bf7ff59975ee81ccd5db06bc1592f8cf1109/feedsubs-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9d53a45321ddbf86dc366c24f1fc41b4", "sha256": "79db2db2cbc03f8edee2f950453842ee589081cf7e3435c6c84ec6f94c4020c2" }, "downloads": -1, "filename": "feedsubs-0.0.2.tar.gz", "has_sig": false, "md5_digest": "9d53a45321ddbf86dc366c24f1fc41b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1520151, "upload_time": "2018-12-17T10:19:14", "url": "https://files.pythonhosted.org/packages/74/a9/93998a0f92e61ef9d984d4d5debbc2ad6985998cc0cb5bb0e8ba9518b0f3/feedsubs-0.0.2.tar.gz" } ] }