Metadata-Version: 2.1
Name: deaddrops
Version: 1.1.2
Summary: A simple python library to interact with the dead drops official website.
Author: Darnethal0z
Project-URL: Homepage, https://github.com/Darnethal0z/deaddrops
Project-URL: Bug Tracker, https://github.com/Darnethal0z/deaddrops/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4
Requires-Dist: requests
Requires-Dist: pillow
Requires-Dist: pycountry

# `deaddrops`
---

A simple python library to interact with the [dead drops website](https://deaddrops.com/) functionalities.

## Features

With this you can : 

- Get the dead drop database statistics and content ;
- Search through dead drop database content ;
- Sumbit a dead drop ;

## Installation

Install it with pip :

```
$ pip install deaddrops
```

## Usage

See the `docs/` README.md file to get the library documentation.

## Ideas and enhancements

If you have any idea to enhance this tool, please express them in the issue section.
