Metadata-Version: 2.1
Name: dejunk
Version: 0.1.1
Summary: block any junk and improve your browsing experience
Home-page: https://github.com/nidhaloff/dejunk
Author: Nidhal Baccouri
Author-email: nidhalbacc@gmail.com
License: GNU General Public License v3
Keywords: dejunk
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5

======
dejunk
======


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

.. image:: https://img.shields.io/travis/nidhaloff/dejunk.svg
        :target: https://travis-ci.com/nidhaloff/dejunk

.. image:: https://readthedocs.org/projects/dejunk/badge/?version=latest
        :target: https://dejunk.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




block any junk (including ads, spams websites etc..) and improve your browsing experience


* Free software: GNU General Public License v3
* Documentation: https://dejunk.readthedocs.io.


Installation
-------------

- using pip:

.. code-block:: python

    pip install -U dejunk

- from source:

.. code-block:: python

    git clone https://github.com/nidhaloff/dejunk.git
    cd dejunk
    python setup.py install  # or python3 setup.py install

Usage
------

After installation, just open the terminal and run the dejunk command:

.. code-block:: python

    dejunk

That's it. Now all junk websites have been blocked in your system


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

0.1.0 (2021-05-08)
------------------

* Added more junk hosts
* OS independent


0.1.0 (2021-01-25)
------------------

* First release on PyPI.




