Skip to main content

Rest API on Flask made a little too easy.

Project description

Flask-EasyAPI

Package version` Supported python versions Bulid status LICENSE Documentation Status Updates Code Style - Black

Rest API on Flask made a little too easy.

Features

  • One to one mapping from functions to api endpoints via decorators

Planned

  • Use type annotations to automatically add type-checks to parameters recieved in the requests to the api.

  • Return HTTP error codes and error messages by raising exceptions.

History

0.1.1 (2020-08-28)

  • Update README to reflect implemented feature.

0.1.0 (2020-08-28)

  • Add EasyAPI class that functions as a Blueprint for a set of api call routes.

    • Implement EasyAPI.route(.) decorator.

  • Add a example/test Flask hello world greeting app.

    • Add tests for EasyAPI using the greet app.

  • Add and update documentation.

  • Refactoring and linting changes.

  • Fix typos.

0.0.6 (2020-08-21)

  • Fix project url in setup.py

0.0.5 (2020-08-20)

  • Improve CD process.

0.0.4 (2020-08-19)

  • Improve CD process.

0.0.3 (2020-08-19)

  • Various changes to CI configuration.

  • Update dependencies.

  • Edit README.rst to add badges and alt-text.

0.0.2 (2020-08-19)

  • Fix badges in readme

  • Add pyup configuration

0.0.1 (2020-08-19)

  • Fix minor issues and typos to make tests pass.

0.0.0 (2020-08-19)

  • First release on PyPI. [Falied]

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

flask_easyapi-0.1.1.tar.gz (14.2 kB view hashes)

Uploaded Source

Built Distribution

flask_easyapi-0.1.1-py2.py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 2 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