Metadata-Version: 2.1
Name: BR-Logs
Version: 0.2.0
Summary: A wrapper for the BR-Logs API.
Home-page: https://github.com/sak0v/BR-Logs
Author: Amir Sakov
Author-email: volturisalts@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohappyeyeballs ==2.4.2
Requires-Dist: aiohttp ==3.10.6
Requires-Dist: aiosignal ==1.3.1
Requires-Dist: attrs ==24.2.0
Requires-Dist: frozenlist ==1.4.1
Requires-Dist: idna ==3.10
Requires-Dist: multidict ==6.1.0
Requires-Dist: yarl ==1.13.0

# BR Logs API Wrapper
An easy way to interact with BR-Logs API. The library is built using asynchronous code, which allows for faster and efficient flow.

### Available Features:

- Get a total count of admin-actions of an administrator, for a given set of time.
- Get a total count of events on a server.

### More features will be added if needed.
