Metadata-Version: 2.1
Name: py-url-analyzer
Version: 0.0.1
Summary: A simple URL analyzer
Home-page: https://github.com/seu-usuario/seu-projeto
Author: Lucas Andrade
Author-email: lafdesouza2002@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4
Requires-Dist: certifi
Requires-Dist: charset-normalizer
Requires-Dist: idna
Requires-Dist: requests
Requires-Dist: soupsieve
Requires-Dist: urllib3

# py-url-analyzer

URL Analyzer is a Python package for analyzing website performance metrics.

## Installation

To install the package, use the `pip install` command:

```bash
pip install py-url-analyzer
```

## Usage

Here's a basic example of how to use `url-analyzer` package:

```python
from url_analyzer import analyze

url = 'criaway.com'

analyze(url).get('load_time')
```

## Testing

To run tests for the url-analyzer package, use the following command:

```bash
python -m unittest url_analyzer_test.py
```

## Contributions

Contributions are welcome! If you find any issues or have ideas to improve the package, feel free to open an issue or submit a pull request.

## License

This package is distributed under the MIT license. See the LICENSE file for more information.
