I did a test of this a while ago - it never turned into a real package but the code to get the basics working is pretty straightforward and I wouldn’t be too concerned about a package not existing, really it is a few 10s of lines of code (if that) to make it working.
The docs at https://inertiajs.com/the-protocol <https://inertiajs.com/the-protocol> and https://inertiajs.com/shared-data <https://inertiajs.com/shared-data> give the details but it basically comes down to returning JSON when there is a X-Interia header present in the request. There are a few more details but that is largely it. Peter W. > On 20 Nov 2021, at 1:28 am, [email protected] <[email protected]> wrote: > > Hi, > > Inertia js (https://inertiajs.com/) is becoming popular for some developers > is any package > for pyramid that implements the protocol ? > > thanks! > > ps: I see flask has something > > https://flask-inertia.readthedocs.io/en/v0.3/index.html > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/pylons-discuss/a16cdb7a-ce10-4db2-b775-7a3a45fa170en%40googlegroups.com > > <https://groups.google.com/d/msgid/pylons-discuss/a16cdb7a-ce10-4db2-b775-7a3a45fa170en%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/408E4C26-82D2-4A82-A7CA-FA1856F8D2F7%40thirdfloor.com.au.
