Skip to main content

Monkey patches to keep flask-restx working with latest flask and werkzeug.

Project description

Restx-Monkey

codecov

Monkey patches for unmaintained flask-restx python package to keep your installation of flask-restx compatible with the latest flask and werkzeug.

Good NEWS everyone! Package flask-restx is maintained now! I strongly suggest to submit issues on official project issues page.

Installation

To install restx_monkey, use pip:

python -m pip install -U restx-monkey

Usage

Before importing flask-restx apply all patches in your main module:

# app main file
import restx_monkey as monkey

monkey.patch_restx()

# after patch import other modules 
import flask_restx
# your other code

or select which patches you do not want to apply

# app main file
import restx_monkey as monkey

monkey.patch_restx(fix_restx_api=False)

# after patch import other modules 
import flask_restx
# your other code

What is patched?

Here is list of patches applied to flask-restx package by this monkey:

  • replace_parse_rule - injects parse_rule method into werkzeug because flask-restx is using this internal method
  • fix_restx_api - fix deprecated flask-restx.api.Api init of doc endpoints after blueprint is bound
  • fix_restx_parser - replace failing flask_restx.reqparse.Argument class with child whom can correctly handle json location of argument in flask.Request even in HTTP GET callback
  • update_swagger_ui - replace content of flask_restx.static directory with the later swagger UI then restx < 1.0
  • fix_endpoint_from_view - fix flask.scaffold missing _endpoint_from_view_func
  • inject_versions - puts back __version__ to flask and werkzeug for 3.0+ where the version was removed

Goal of project

Keep flask-restx compatible with the latest flask and werkzeug as long as it is reasonable simple to monkey patch it.

What this project is not

This project does not solve incompatibilities of other python packages using flask-restx.

Tests

You can run tests with coverage tracing:

python -m coverage run -m unittest tests/test_* -v 

To generate coverage report:

python -m coverage html   

Build

Clone repo and set up your pypi repo account credentials on build for build environment.

  • Move to package repo:

    cd ~/git/restx_monkey
    
  • Install requirements:

    python -m pip install -Ur requirements.txt
    
  • Clean old build fragments:

    rm -rf ./dist ./build ./src/restx_monkey.egg-info
    
  • Build new package:

    python -m build
    
  • Upload new package:

    python -m twine upload dist/* 
    

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

restx-monkey-0.6.1.tar.gz (2.6 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

restx_monkey-0.6.1-py3-none-any.whl (2.6 MB view details)

Uploaded Python 3

File details

Details for the file restx-monkey-0.6.1.tar.gz.

File metadata

  • Download URL: restx-monkey-0.6.1.tar.gz
  • Upload date:
  • Size: 2.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for restx-monkey-0.6.1.tar.gz
Algorithm Hash digest
SHA256 bd46c1659e206c43b63af6d48d440b7c6e20c147594d5cc28451f2978545d09e
MD5 a2fcb366452ff0db327995f721013a07
BLAKE2b-256 964f2ac99e185a62548c22f5ba815851170b50b604b8a9180b53b7900d9fae5a

See more details on using hashes here.

File details

Details for the file restx_monkey-0.6.1-py3-none-any.whl.

File metadata

  • Download URL: restx_monkey-0.6.1-py3-none-any.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.5

File hashes

Hashes for restx_monkey-0.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2060f9887717ac296f4952eca78fe8034677508d424ed2d74fe1527d10788bbc
MD5 2eefdeb45c42508b1d28a69418dd4211
BLAKE2b-256 fe20d66a3b16443a096da061bae99903c4554e26d34e6dd9c41538042e520b6e

See more details on using hashes here.

Supported by

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