haydnv / tinychain

A next-gen database + SaaS framework for rapid development and integration of enterprise services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Separate a `tinychain.async` Python package out of the `tinychain` Python package

haydnv opened this issue · comments

When this is complete, it will be possible to install and use the tinychain Python package without installing e.g. asyncio or asynchttp, but still possible to use the tinychain.host.asynchronous module by installing the tinychain.async package. This can be tested using two virtual environmentss for Python.