Metadata-Version: 2.4
Name: dasende
Version: 0.1.0
Summary: just something useless to install
Home-page: https://pypi.org/project/dasende/
Author: DasEnde
Author-email: DasEnde <osintdynamics@cybersecurity.com>
License: MIT
Project-URL: Homepage, https://pypi.org/project/dasende/
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# dasende

**just something useless to install**

## Installation

```bash
pip install dasende
```

## Usage

```python
from dasende import useless_function

print(useless_function())
# Output: This function does absolutely nothing useful, enjoy!
```
