Metadata-Version: 2.1
Name: duckbin
Version: 1.0.1
Summary: This package allows you to save any text for free on our servers. Whether it's a note, an article, or any other type of content, you can easily store it without any cost.
Home-page: https://github.com/freeutka/DuckBin
Author: freeutka
Author-email: freeutka@inbox.lv
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
License-File: LICENSE
Requires-Dist: requests

# DuckBin

DuckBin is a simple Python package that allows you to store any text for free on our servers. Whether it's a note, article, or any other type of content, DuckBin makes it easy to save and retrieve your texts with minimal effort.

## Features

- **Free Storage**: Save any text content without any cost.
- **Easy to Use**: Simple API to upload and retrieve text data.
- **Fast & Secure**: Store your texts securely on our servers.

## Installation

You can install DuckBin via pip:

```bash
pip install duckbin
```
