Metadata-Version: 2.1
Name: aiofm
Version: 0.1.0
Summary: Async file manager for Python
Home-page: https://github.com/kamikaze/aiofm
Author: Oleg Korsak
Author-email: kamikaze.is.waiting.you@gmail.com
License: gpl3
Project-URL: Documentation, https://github.com/kamikaze/aiofm/wiki
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.12
Description-Content-Type: text/x-rst; charset=UTF-8
License-File: LICENSE
License-File: LICENSE.txt
License-File: AUTHORS.rst
Requires-Dist: aioboto3==12.0.0
Requires-Dist: aiohttp==3.9.0b1
Requires-Dist: minio==7.2.0
Requires-Dist: pydantic==2.5.0
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-asyncio; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: pytest-mock; extra == "testing"

=====
aiofm
=====


Async file manager for Python

.. image:: https://img.shields.io/pypi/v/aiofm.svg
  :target: https://pypi.python.org/pypi/aiofm

.. image:: https://img.shields.io/travis/kamikaze/aiofm/master.svg?label=master%20build
  :target: https://travis-ci.org/kamikaze/aiofm

.. image:: https://coveralls.io/repos/github/kamikaze/aiofm/badge.svg?branch=master
  :target: https://coveralls.io/github/kamikaze/aiofm?branch=master

.. image:: https://codecov.io/gh/kamikaze/aiofm/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/kamikaze/aiofm

.. image:: https://readthedocs.org/projects/aiofm/badge/?version=latest
  :target: https://aiofm.readthedocs.io
  :alt: Documentation Status

.. image:: https://pyup.io/repos/github/kamikaze/aiofm/shield.svg
  :target: https://pyup.io/repos/github/kamikaze/aiofm/
  :alt: Updates

.. image:: https://pyup.io/repos/github/kamikaze/aiofm/python-3-shield.svg
  :target: https://pyup.io/repos/github/kamikaze/aiofm/
  :alt: Python 3

Description
===========

A longer description of your project goes here...


Note
====

This project has been set up using PyScaffold 3.2.1. For details and usage
information on PyScaffold see https://pyscaffold.org/.
