Metadata-Version: 2.4
Name: site_block
Version: 0.0.1
Summary: A simple website blocker
Author-email: Jayesh Velayudhan <jayesh.mail@gmail.com>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/jayeshv/snippets/tree/main/site-block
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Requires-Python: >=3.8
Description-Content-Type: text/markdown

## To quickly block and unblock a website

### Installation

   pip install site_block

### To block

   block -a <strong>URL</strong>

### To unblock

   block -r <strong>URL</strong>

### List blocked URLs

   block -l
