MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
apistellar/__init__.py
apistellar/app.py
apistellar/helper.py
apistellar/persistence.py
apistellar/route.py
apistellar.egg-info/PKG-INFO
apistellar.egg-info/SOURCES.txt
apistellar.egg-info/dependency_links.txt
apistellar.egg-info/entry_points.txt
apistellar.egg-info/requires.txt
apistellar.egg-info/top_level.txt
apistellar.egg-info/zip-safe
apistellar/bases/__init__.py
apistellar/bases/components.py
apistellar/bases/controller.py
apistellar/bases/entities.py
apistellar/bases/exceptions.py
apistellar/bases/hooks.py
apistellar/bases/manager.py
apistellar/bases/metas.py
apistellar/bases/model_factory.py
apistellar/bases/response.py
apistellar/bases/service.py
apistellar/bases/websocket.py
apistellar/build/__init__.py
apistellar/build/tasks.py
apistellar/console/__init__.py
apistellar/console/mocker.py
apistellar/document/__init__.py
apistellar/document/parser.py
apistellar/solo/__init__.py
apistellar/solo/manager.py
apistellar/templates/document/${file_path}/${doc_name}.md.tmpl
apistellar/templates/model/${module_name}.py.tmpl
apistellar/templates/project/MANIFEST.in.tmpl
apistellar/templates/project/README.md.tmpl
apistellar/templates/project/README.rst.tmpl
apistellar/templates/project/gulpfile.js.tmpl
apistellar/templates/project/package.json.tmpl
apistellar/templates/project/requirements.txt.tmpl
apistellar/templates/project/setup.cfg.tmpl
apistellar/templates/project/setup.cfg.tpl.tmpl
apistellar/templates/project/setup.py.tmpl
apistellar/templates/project/src/${name}/__init__.py
apistellar/templates/project/src/${name}/settings.py.tmpl
apistellar/templates/project/src/${name}/tasks.py.tmpl
apistellar/templates/project/src/${name}/web_app.py.tmpl
apistellar/templates/project/src/${name}/${name}/__init__.py
apistellar/templates/project/tests/conftest.py.tmpl
apistellar/templates/rpc/${controller}.py.tmpl
apistellar/templates/service/__init__.py
apistellar/templates/service/controller.py.tmpl
apistellar/templates/service/service.py.tmpl
apistellar/templates/solo/${back_trace}solo_app.py.tmpl
apistellar/templates/solo/__init__.py.tmpl
apistellar/templates/solo/solo.py.tmpl
apistellar/types/__init__.py
apistellar/types/formats.py
apistellar/types/validators.py