Aioli: Non-blocking Web API framework

2019-07-21 Thread Robert Wikman
Hello,

Thought I'd announce a project I've been working on for some time.

Aioli is a Framework for building RESTful HTTP and WebSocket APIs with
asyncio. Its easy-to-use component system--built with an emphasis on
portability and composability--offers a sensible separation of application
logic, data access, and request/response layers.

Some links.

Framework Github repo:
https://github.com/aioli-framework/aioli

Documentation:
https://docs.aioli.dev

Extensions:
https://github.com/aioli-framework/aioli-rdbms -- Mysql and Postgres support
https://github.com/aioli-framework/aioli-openapi -- Generate OAS3 schemas
using Aioli Route Handlers

Fully functional (and quite comprehensive) RESTful HTTP API example:
https://github.com/aioli-framework/aioli-guestbook-example

Note that the project is still under development and lacks some features,
documentation, and tests.

Let me know if you have any questions, suggestions or such.

--
Robert Wikman
0xf6feb506ae5d3762
--
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/

Support the Python Software Foundation:
http://www.python.org/psf/donations/


docutils release 0.15

2019-07-21 Thread engelbert gruber
Note
   Docutils 0.15.x is compatible with Python versions 2.6, 2.7 and 3.3 to
3.5

* reStructuredText:

  - Allow embedded colons in field list field names (before, tokens like
``:this:example:`` were considered ordinary text).

  - Fixed a bug with the "trim" options of the "unicode" directive.

* languages: Added Korean (ko) mappings and latin.

* Several fixes to keep mor information on source in parsed elements,
  isolate documents roles from other documents parsed, smartquotes,
  table gets width and latex table multicolumn cells, ...

all the best
 engelbert
--
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/

Support the Python Software Foundation:
http://www.python.org/psf/donations/