Metadata-Version: 2.1
Name: shoobx.mocks3
Version: 4.0.2.dev0
Summary: Shoobx Mock S3 Implementation
Home-page: http://shoobx.com/
Author: Shoobx, Inc.
Author-email: dev@shoobx.com
License: ZPL 2.1
Keywords: amazon aws s3 mock moto
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary 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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Office/Business
Provides-Extra: dev
Provides-Extra: test
License-File: LICENSE

Shoobx Mock S3 Server
=====================

.. image:: https://travis-ci.org/Shoobx/shoobx.mocks3.png?branch=master
   :target: https://travis-ci.org/Shoobx/shoobx.mocks3

.. image:: https://coveralls.io/repos/github/Shoobx/shoobx.mocks3/badge.svg?branch=master
   :target: https://coveralls.io/github/Shoobx/shoobx.mocks3?branch=master

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

.. image:: https://img.shields.io/pypi/pyversions/shoobx.mocks3.svg
   :target: https://pypi.python.org/pypi/shoobx.mocks3/

.. image:: https://api.codeclimate.com/v1/badges/74a6e72efcd89c5a702b/maintainability
   :target: https://codeclimate.com/github/Shoobx/shoobx.mocks3/maintainability
   :alt: Maintainability

This package implements a mock S3 server including bucket shadowing
support. The code is based on the `moto` package by implementing a custom
service.


