Metadata-Version: 2.1
Name: framework-favicon
Version: 0.1
Summary: framework guessing from favicon
Home-page: https://github.com/sensokame/framework-from-favicon
Author: sensokame
Author-email: justhoucem@gmail.com
License: MIT
Keywords: automation,testing,systems,devices
Classifier: License :: OSI Approved :: MIT No Attribution License (MIT-0)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Provides-Extra: dev
License-File: LICENSE

![Test Workflow](https://github.com/sensokame/framework-from-favicon/actions/workflows/run-tests.yml/badge.svg)

[![codecov](https://codecov.io/gh/sensokame/framework-from-favicon/branch/main/graph/badge.svg?token=D6KS2QVG6D)](https://codecov.io/gh/sensokame/framework-from-favicon)
# framework-from-favicon
Sometimes, developers would forget to update the website favicon, several frameworks come with default favicons, so if the favicon is unchanged, it could give an indication about the framework the website is using

## Getting Started with the library

### Installation

Library is available via pypi and can be installed with pip

 `pip install framework_favicon`

 Or the library can be cloned and installed in development mode using 

 `pip install -e '.[dev]'`

 ### Usage

 framework_favicon can be either used as an executable or a python package.
