Metadata-Version: 2.1
Name: playback-studio
Version: 0.2.8
Summary: Record your service operations in production and replay them locally at any time in a sandbox
Home-page: https://github.com/Optibus/playback
Author: Optibus
Author-email: eitan@optibus.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Requires-Dist: parse (==1.6.6)
Requires-Dist: jsonpickle (==0.9.3)
Requires-Dist: six (==1.15.0)
Requires-Dist: contextlib2 (==0.6.0)
Provides-Extra: dev
Requires-Dist: mock (==2.0.0) ; extra == 'dev'
Requires-Dist: moto (==1.3.13) ; extra == 'dev'
Requires-Dist: pytest (==4.6.9) ; extra == 'dev'
Requires-Dist: pylint (==2.6.0) ; (python_version > "3.0") and extra == 'dev'
Requires-Dist: pylint-junit (==0.3.2) ; (python_version > "3.0") and extra == 'dev'
Requires-Dist: flake8 (==3.8.4) ; (python_version > "3.0") and extra == 'dev'
Requires-Dist: flake8-formatter-junit-xml (==0.0.6) ; (python_version > "3.0") and extra == 'dev'

# playback
Record your service operations in production and replay them locally at any time in a sandbox


