Metadata-Version: 2.1
Name: aiofm
Version: 0.0.7
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.11
Description-Content-Type: text/x-rst; charset=UTF-8
Provides-Extra: testing
License-File: LICENSE
License-File: LICENSE.txt
License-File: AUTHORS.rst

=====
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/.
