{ "info": { "author": "Jace Browning", "author_email": "jacebrowning@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development", "Topic :: Software Development :: Testing" ], "description": "Unix: |Unix Build Status| Windows: |Windows Build Status|\\ Metrics:\n|Coverage Status| |Scrutinizer Code Quality|\\ Usage: |PyPI Version|\n|PyPI Downloads|\n\nOverview\n========\n\nSappy is a simple, single-page application (SPA) web server for\nend-to-end testing.\n\nThe Python standard library includes a web server that works great for\nserving up files:\n\n.. code:: sh\n\n $ python3 -m http.server 8080\n Serving HTTP on 0.0.0.0 port 8080 ...\n\n $ curl http://localhost:1234/index.html\n \n \n
\n