Metadata-Version: 2.1
Name: supercell
Version: 0.12.0
Summary: Supercell is a framework for creating RESTful APIs that loosely follow the idea of domain driven design.
Home-page: http://supercell.readthedocs.org/
Author: Daniel Truemper
Author-email: truemped@gmail.com
License: http://www.apache.org/licenses/LICENSE-2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Provides-Extra: test
Provides-Extra: futures
License-File: LICENSE
License-File: AUTHORS.rst

supercell
=========

Supercell is a framework for creating RESTful APIs that loosely follow the idea
of *domain driven design*. Writing APIs in supercell begins with creating the
domain classes using *schematics* and creating code for storing, manipulating
and querying the data. Only then *Tornado* request handlers are created and
*scales* will give you insights into the running API instance. At this point
supercell will take care of transforming the incoming and outgoing
serializations of the domain models.

|TravisImage|_ |CoverAlls|_ |RequiresIo|_

.. |TravisImage| image:: https://travis-ci.org/retresco/supercell.png?branch=master
.. _TravisImage: https://travis-ci.org/retresco/supercell

.. |CoverAlls| image:: https://coveralls.io/repos/retresco/supercell/badge.png?branch=master
.. _CoverAlls: https://coveralls.io/r/retresco/supercell

.. |RequiresIo| image:: https://requires.io/github/retresco/supercell/requirements.svg?branch=master
.. _RequiresIo: https://requires.io/github/retresco/supercell/requirements/?branch=master


Quick Links
===========

* `Documentation <http://supercell.rtfd.org>`_
* `Source (Github) <http://github.com/retresco/supercell>`_
* `Issues (Github) <http://github.com/retresco/supercell/issues>`_


Authors
=======

In order of contribution:

* Daniel Truemper `@truemped <http://twitter.com/truemped>`_
* Marko Drotschmann `@themakodi <http://twitter.com/themakodi>`_
* Tobias Guenther `@tobigue_ <http://twitter.com/tobigue_>`_
* Matthias Rebel `@_rebeling <http://twitter.com/_rebeling>`_
* Fabian Neumann `@hellp <http://twitter.com/hellp>`_
* Michael Jurke `@mjrk <https://github.com/mjrk>`_
* Steffen Becker `@exorbit <https://github.com/exorbit>`_
* Andreas Peldszus `@peldszus <https://github.com/peldszus>`_


License
=======

Licensed under Apache 2.0 -- see LICENSE


