Metadata-Version: 2.1
Name: python-malicious-url-block
Version: 0.1.1
Summary: Python Malicious Url Block check if it is a malicious URL
Home-page: https://github.com/walkmana-25/python-malicious-url-block
Author: walkmana-25
Author-email: walkman.a25@gmail.com
License: MIT license
Keywords: python-malicious-url-block
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
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: pybind11

==========================
Python_Malicious_Url_Block
==========================


.. image:: https://img.shields.io/pypi/v/python-malicious-url-block.svg
        :target: https://pypi.python.org/pypi/python-malicious-url-block


.. image:: https://readthedocs.org/projects/python-malicious-url-block/badge/?version=latest
        :target: https://python-malicious-url-block.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Python Malicious Url Block check if it is a malicious URL


* Free software: MIT license
* Documentation: https://python-malicious-url-block.readthedocs.io.


Features
--------

* Determine if the URL does not fit into an arbitrary list of domain based.
* Malicious Url Blocklist is always used.

Credits
-------
This package is used `Malicious Url Blocklist`: https://github.com/curbengh/urlhaus-filter .
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 (2023-01-04)
------------------

* First release on PyPI.

0.1.1 (2023-01-04)
------------------

* Small fixes
* Documentation update
