Metadata-Version: 2.1
Name: fake-s3
Version: 1.0.0
Summary: A python port of Fake-S3.
Home-page: https://github.com/RuslanUC/Fake-S3
Author: RuslanUC
License: MIT
Platform: Any
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Requires-Python: >=3.7
License-File: LICENSE

# Fake-S3-py

A python3 rewrite of [Mock-S3](https://github.com/jserver/mock-s3).

## Installation and running
```shell
pip install fake-s3
python3 -m fake_s3
```
