Metadata-Version: 2.1
Name: getsome
Version: 0.1.2
Summary: Get something interesting to consume on internet
Home-page: https://github.com/ranuzz/getsome
Author: shekhar chandra
Author-email: ranuzz@outlook.com
License: MIT license
Keywords: getsome
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: SQLAlchemy (==1.4.29)
Requires-Dist: click (==7.1.2)
Requires-Dist: feedparser (==6.0.8)

=======
getsome
=======


.. image:: https://img.shields.io/pypi/v/getsome.svg
        :target: https://pypi.python.org/pypi/getsome



Get something interesting to consume on internet. Just run the command ``getsome`` and get an interesting link to browse.

--add LINK     add a new link
--rm LINK      remove an existing link

* Free software: MIT license

Features
--------

* RSS support

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2022-01-07)
------------------

* First release on PyPI.

0.1.1 (2022-01-17)
------------------

* Updating requirements.

0.1.2 (2022-01-17)
------------------

* adding add and remove commands


