<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Flask on Alex Laird</title><link>https://alexlaird.com/tag/flask/</link><description>Recent content in Flask on Alex Laird</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Sat, 12 Sep 2020 00:00:00 +0000</lastBuildDate><atom:link href="https://alexlaird.com/tag/flask/index.xml" rel="self" type="application/rss+xml"/><item><title>hookee - command line webhooks, on demand</title><link>https://alexlaird.com/2020/09/hookee-command-line-webhooks-on-demand/</link><pubDate>Sat, 12 Sep 2020 00:00:00 +0000</pubDate><guid>https://alexlaird.com/2020/09/hookee-command-line-webhooks-on-demand/</guid><description>&lt;p align="center">&lt;img alt="hookee - command line webhooks, on demand" src="https://hookee.readthedocs.io/en/latest/_images/logo.png" />&lt;/p>
&lt;p>&lt;a href="https://pypi.org/project/hookee">&lt;img alt="Version" loading="lazy" src="https://img.shields.io/pypi/v/hookee">&lt;/a>
&lt;a href="https://pypi.org/project/hookee/">&lt;img alt="Python Versions" loading="lazy" src="https://img.shields.io/pypi/pyversions/hookee.svg">&lt;/a>
&lt;a href="https://codecov.io/gh/alexdlaird/hookee">&lt;img alt="Coverage" loading="lazy" src="https://img.shields.io/codecov/c/github/alexdlaird/hookee">&lt;/a>
&lt;a href="https://github.com/alexdlaird/hookee/actions/workflows/build.yml">&lt;img alt="Build" loading="lazy" src="https://img.shields.io/github/actions/workflow/status/alexdlaird/hookee/build.yml">&lt;/a>
&lt;a href="https://hookee.readthedocs.io/en/latest">&lt;img alt="Docs" loading="lazy" src="https://img.shields.io/readthedocs/hookee">&lt;/a>
&lt;a href="https://github.com/alexdlaird/hookee/blob/main/LICENSE">&lt;img alt="GitHub License" loading="lazy" src="https://img.shields.io/github/license/alexdlaird/hookee">&lt;/a>&lt;/p>
&lt;p>&lt;code>hookee&lt;/code> is a utility that provides command line webhooks, on demand! Dump useful request data to the
console, process requests and responses, customize response data, and configure &lt;code>hookee&lt;/code> and its routes
further in any number of ways through custom plugins.&lt;/p>
&lt;h2 id="installation">Installation&lt;/h2>
&lt;p>&lt;code>hookee&lt;/code> is available on &lt;a href="https://pypi.org/project/hookee/">PyPI&lt;/a> and can be installed
using &lt;code>pip&lt;/code>:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-sh" data-lang="sh">&lt;span style="display:flex;">&lt;span>pip install hookee
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>or &lt;code>conda&lt;/code>:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-sh" data-lang="sh">&lt;span style="display:flex;">&lt;span>conda install -c conda-forge hookee
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>That&amp;rsquo;s it! &lt;code>hookee&lt;/code> is now available as a Python package and is available from the command line.&lt;/p></description></item></channel></rss>