Metadata-Version: 2.1
Name: flysystem
Version: 0.0.1
Summary: Abstraction for local and remote filesystems
Author-email: Oanh Nguyen <oanhnn.bk@gmail.com>
Maintainer-email: Rabiloo Developers <oss@rabiloo.com>
License: # The MIT License (MIT)
        
        Copyright (c) 2022 Oanh Nguyen <oanhnn.bk@gmail.com>
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in 
        all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        THE SOFTWARE.
Project-URL: Homepage, https://github.com/rabiloo/python-flysystem
Project-URL: Bug Tracker, https://github.com/rabiloo/python-flysystem/issues
Keywords: filesystem,storage,fs,s3,cloud-storage
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Python Flysystem

[![Latest Version](https://img.shields.io/pypi/v/flysystem.svg)](https://pypi.org/project/flysystem)
[![GitHub Tests Status](https://img.shields.io/github/workflow/status/rabiloo/python-flysystem/Testing?label=tests)](https://github.com/rabiloo/python-flysystem/actions?query=workflow%3ATesting+branch%3Amaster)
[![Downloads](https://img.shields.io/pypi/dm/flysystem.svg)](https://pypi.org/project/flysystem)
[![Pypi Status](https://img.shields.io/pypi/status/flysystem.svg)](https://pypi.org/project/flysystem)
[![Python Versions](https://img.shields.io/pypi/pyversions/flysystem.svg)](https://pypi.org/project/flysystem)

## About Flysystem

[Flysystem](https://github.com/thephpleague/flysystem) is a file storage library for PHP. It provides one interface to interact with many types of filesystems. When you use Flysystem, you're not only protected from vendor lock-in, you'll also have a consistent experience for which ever storage is right for you.

Flysystem is created by [Frank de Jonge](https://github.com/frankdejonge) and https://thephpleague.com/

Python Flysystem is a port for Python

## Install

```
$ pip install flysystem
```

## Usage

```

```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

Special thanks to [Frank de Jonge](https://github.com/frankdejonge) and [Flysystem](https://github.com/thephpleague/flysystem)'s maintainers.

- [Oanh Nguyen](https://github.com/oanhnn)
- [Frank de Jonge](https://github.com/frankdejonge)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.
