Metadata-Version: 2.1
Name: beholderteam-beholder
Version: 0.1.0
Summary: A simple tool to monitor selected websites
Home-page: UNKNOWN
Author: beholder-devteam
Maintainer: beholder_devteam
License: UNKNOWN
Description: # beholder
        A tool to inform about latest updates on websites it tracks
        
        # Overview
        TBD
        
        # Python requirement
        Beholder requires Python >= 3.8.0.
        
        # Installation (for developers)
        
            sudo apt install python3.8-venv
            python3.8 -m venv env
            source env/bin/activate
            pip3 install -e .[dev]
        
Platform: UNKNOWN
Requires-Python: >=3.8.0
Provides-Extra: dev
