Abstraction for local and remote filesystems
Project description
Python Flysystem
About Flysystem
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 and https://thephpleague.com/
Python Flysystem is a port of Flysystem for Python
Install
$ pip install flysystem
Usage
from flysystem.adapters.local import LocalFilesystemAdapter
from flysystem.filesystem import Filesystem
adapter = LocalFilesystemAdapter(".")
filesystem = Filesystem(adapter)
filesystem.file_exists("/tmp/hello.txt")
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
Special thanks to Frank de Jonge and Flysystem's maintainers.
License
The MIT License (MIT). Please see License File for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file flysystem-0.1.1.tar.gz
.
File metadata
- Download URL: flysystem-0.1.1.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49313f3b7e8a9ad8715acdab9bfb9ccecefffd2f128a4553d8951860f1e8e4a2 |
|
MD5 | eacba4f0c82facf44f95a121e26e4862 |
|
BLAKE2b-256 | 82e309544c1e82180d937b5217cf72b93e52963c9ff499e28d81f41e8d21fc86 |
File details
Details for the file flysystem-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: flysystem-0.1.1-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e4a0acf710fb899f158a91f4785df8c9bb97e3470fbbb71438c164756e6cbdb |
|
MD5 | fc72e34e2c1bd7e3611e1f5cd215d42c |
|
BLAKE2b-256 | bbfc4074a91f44c655c0062e919f2e4d4dbd1188f1fcdc71a8f39aca8a3f24e7 |