Metadata-Version: 2.2
Name: laserfocus
Version: 0.0.1
Summary: A collection of utilities for laserfocus
Home-page: https://github.com/laserfocus/pip
Author: laserfocus
Author-email: aa@laserfocus.space
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Requests==2.32.3
Requires-Dist: certifi==2024.7.4
Requires-Dist: charset-normalizer==3.4.1
Requires-Dist: idna==3.10
Requires-Dist: markdown-it-py==3.0.0
Requires-Dist: mdurl==0.1.2
Requires-Dist: Pygments==2.19.1
Requires-Dist: urllib3==2.3.0
Requires-Dist: rich==13.9.3
Requires-Dist: SQLAlchemy==2.0.35
Requires-Dist: beautifulsoup4==4.12.3
Requires-Dist: soupsieve==2.6
Requires-Dist: typing_extensions==4.12.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# MyPackage
A simple package that says hello.

## Installation
pip install laserfocus

## Usage
```python
from laserfocus.utils.logger import logger
logger.info("Hello, World!")
```
