Metadata-Version: 2.0
Name: pysoa
Version: 0.29.0
Summary: A Python library for writing (micro)services and their clients
Home-page: http://github.com/eventbrite/pysoa
Author: Eventbrite, Inc.
Author-email: opensource@eventbrite.com
License: Apache 2.0
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Requires-Dist: conformity (~=1.9)
Requires-Dist: six (~=1.10.0)
Requires-Dist: attrs (~=17.4)
Requires-Dist: currint (~=1.6)
Requires-Dist: redis (~=2.10)
Requires-Dist: msgpack-python (~=0.4)
Provides-Extra: testing
Requires-Dist: pytest; extra == 'testing'
Requires-Dist: pytest-cov; extra == 'testing'
Requires-Dist: mock (>=2.0); extra == 'testing'
Requires-Dist: factory-boy (~=2.8.0); extra == 'testing'
Requires-Dist: lunatic-python-universal (~=2.1); extra == 'testing'
Requires-Dist: mockredispy (~=2.9); extra == 'testing'
Requires-Dist: freezegun (~=0.3); extra == 'testing'

A general-purpose library for writing Python (micro)services and their clients, based on an RPC (remote procedure call) calling style. Provides both a client and a server, which can be used directly by themselves or, extended with extra functionality using middleware. For more, see https://github.com/eventbrite/pysoa


