Hello, On Tue, 16 Jun 2020 09:23:23 -0000 redrad...@gmail.com wrote:
> Hi all, me again ... ) > > I think it would be desired to modularize Python library and then to > provide part of standard library through PyPi It will add possibility > to evolve separately run-time and standard library This is what Pycopy project (https://github.com/pfalcon/pycopy) does for several years (well, first few years were done in the scope of the MicroPython project). For example, https://pypi.org/project/pycopy-os/ is an "os" module, installable separately for projects/deployments which need it (i.e. which need CPython-compatible "os" in all its bloated glory). What Pycopy provides builtin is "uos" module, containing just a subset of CPython's "os" functions (with small extensions which allow to cover additional usecases), enough to write simple, but useful applications. [] -- Best regards, Paul mailto:pmis...@gmail.com _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/HDON2GO4CKU4PEDIMTLEVDMY4CO77DR6/ Code of Conduct: http://python.org/psf/codeofconduct/