{ "info": { "author": "Anomaly Software", "author_email": "support@anomaly.net.au", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Prestans 3.0\n============\n\nA `WSGI `_ compliant `REST `_ micro framework.\n\n`Prestans `_ is a WSGI compliant REST micro-framework for `Python `_. It's focused on structure of code and unforgivingly valid data. Prestans accomplishes this by laying out a concrete paradigm of models, parsers and handlers. The framework is designed to work best with but not restricted to `single page Web applications `_ and native mobile clients. Prestans happily co-exists with other Python frameworks and `middleware. `_ and offers API builders:\n\n* Types layer that lets you easily define rules for data delivered and received by your API endpoints\n* Parser infrastructure for the request, response and query parameter payloads\n* Middleware compatible request router to support a useful handler life cycle\n* HTTP header based content format negotiation for requests and responses\n* Assistive extras to let you translate persistent objects to validated REST responses\n* Ability to integrate with existing authentication and authorisation services\n* Response minification, reducing payload sizes by up to 30%\n* Self documenting API, understood by `Sphinx `_ (see our development tools for details)\n* API client code generation (for limited languages)\n\nDuring development\n^^^^^^^^^^^^^^^^^^\n\nThe Prestans projects ships in two distinct things:\n\n* The server micro-framework, everything you need to run your Prestans application\n* Additional developer tools (called Apparatus) that assist during development but are unnecessary in production\n\nApparatus allow API makers to generate:\n\n* Static rewrite map for clients to unpack minified responses.\n* Client side Model stubs (for limited number of languages) based on server definitions used to consume responses and construct request payload.\n* Documentation based on blueprint (auto discovered properties of your API) and in-line commentary.\n\nThese tools were originally built into the server distribution. As of the 3.0 we decided to make these tools standalone so they (along with their dependencies) aren't installed in production environments.\n\nWhile developing applications using Prestans, we recommend installing `Apparatus for Prestans `_.\n\nInstallation\n^^^^^^^^^^^^\n\nWe recommend installing Prestans via PyPi:\n\n.. code-block:: bash\n\n $ pip install -U prestans3\n\nOn your development environment we recommend installing Apparatus for Prestans (this will install an appropriate version of the server framework along with the developer tools):\n\n.. code-block:: bash\n\n $ pip install -U prestans3-apparatus\n\nDeveloper tools are not required in production environments. Installing development tools will install unnecessary dependencies.\n\nDocs & Help\n^^^^^^^^^^^\n\n* `Comprehensive documentation, `_ along with it's `Sphinx source. `_\n* `Discussion mailing list `_ and a `security announcement mailing list. `_. Also consider reading this guide on `how to ask questions the smart way. `_ \n* `Issue tracker `_ for bugs and feature requests. Ensure you've consulted the documentation and discussion list before you lodge an issue.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/anomaly/prestans3/archive/3.0.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/anomaly/prestans3.git", "keywords": null, "license": "Apache 2.0", "maintainer": null, "maintainer_email": null, "name": "prestans3", "package_url": "https://pypi.org/project/prestans3/", "platform": "any", "project_url": "https://pypi.org/project/prestans3/", "project_urls": { "Download": "https://github.com/anomaly/prestans3/archive/3.0.0.tar.gz", "Homepage": "https://github.com/anomaly/prestans3.git" }, "release_url": "https://pypi.org/project/prestans3/3.0.0/", "requires_dist": null, "requires_python": null, "summary": "A WSGI compliant REST micro-framework", "version": "3.0.0" }, "last_serial": 2345669, "releases": { "3.0.0": [] }, "urls": [] }