Skip to main content

A lightweight and useful wrapper around Flask's make_response and jsonify

Project description

import setuptools

with open(r"C:\Users\julia\Programming\python_packages\http_response\setup.py", "r") as fh: long_description = fh.read()

setuptools.setup( name="respond", version="0.1", packages=setuptools.find_packages(), install_requires=["flask", "httpz"], author="Julian Nash", author_email="julianjamesnash@gmail.com", description="A lightweight and useful wrapper around Flask's make_response and jsonify", long_description=long_description, long_description_content_type='text/markdown', keywords="flask http request parser json rest", url="https://github.com/Julian-Nash/respond", project_urls={ "Bug Tracker": "https://github.com/Julian-Nash/respond", "Documentation": "https://github.com/Julian-Nash/respond", "Source Code": "https://github.com/Julian-Nash/respond", }, classifiers=[ 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', ], )

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

respond-0.1.tar.gz (10.6 kB view hashes)

Uploaded Source

Built Distribution

respond-0.1-py3-none-any.whl (9.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page