Metadata-Version: 2.1
Name: drukarnia-api
Version: 0.1.61
Summary: wrapper for the Drukarnia API
Home-page: https://github.com/androu-sys/drukarnia-api
Author: Andrii Herts
License: MIT
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# drukarnia-api


[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/androu-sys/drukarnia-api/blob/main/LICENSE)

## Overview
`drukarnia-api` is a Python library designed as a wrapper for the ***Drukarnia API***, which provides various functionalities for interacting with the Drukarnia platform. It simplifies the process of accessing and manipulating data from the ***Drukarnia API***, allowing users to integrate Drukarnia's features seamlessly into their applications.

Please note that the library is currently in its early development stages and supports only information search. However, future updates will expand its capabilities to include posting articles, comments, and more.

For a detailed overview of the available functionalities and how to use them, please refer to the [***Functionality Overview File***](https://github.com/androu-sys/drukarnia-api/blob/main/overview.ipynb).

## Installation
You can install `drukarnia-api` using pip:

```bash
pip install drukarnia-api==0.1.61
```

## Contributing

Contributions to `drukarnia-api` are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request on the GitHub repository: https://github.com/androu-sys/drukarnia-api.
