Files
kapow/testutils/poc
dependabot[bot] d2a5c90f64 chore(deps): bump aiohttp from 3.7.4 to 3.8.5 in /testutils/poc
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.4 to 3.8.5.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.7.4...v3.8.5)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-20 15:09:14 +00:00
..

Kapow! PoC
==========

This directory contains a somewhat working Kapow! implementation written
in Python.

The purpose of this implementation is to be an experimentation playfield
for the developers, allowing us to discuss and test new features
quickly.

Try the software within this directory with caution, anything can break
at any moment.


.. code-block:: none

            _,-._
           ; ___ :           ,------------------------------.
       ,--' (. .) '--.__    |                                |
     _;      |||        \   |     Arrr!! Ye be warned!       |
    '._,-----''';=.____,"   |                                |
      /// < o>   |##|       |                                |
      (o        \`--'       //`-----------------------------'
     ///\ >>>>  _\ <<<<    //
    --._>>>>>>>><<<<<<<<  /
    ___() >>>[||||]<<<<
    `--'>>>>>>>><<<<<<<
         >>>>>>><<<<<<
           >>>>><<<<<
            >>ctr<<


Running the Spec Test Suite
---------------------------

Sitting in this directory run ``make`` to run the Kapow! Python PoC
against the Spec Test Suite.