Aivar Annamaa
Aivar Annamaa
> Do you have any ideas on how this might be achieved? What about catching all errors when the package name doesn't start with a known good prefix ("micropython-", "pycopy-")...
> There are some details to still sort out, most importantly the future of PyPI in this picture. Supporting PyPI from upip is quite complicated. Producing libraries that can be...
> Pypi lacks the abi/arch/platform/bytecode version specifiers available for micropython tools to ever properly check for compatibility from metadata like pip can, nor can we push micropython binary packages. There...
Thank you @jimmo for this explanation! > I'm not against doing what Adafruit do and publishing all micropython-lib libraries to PyPi just as a matter of course [...] I think...
> Take a look at some of the proposed matching changes in micropython-lib like base64: https://github.com/micropython/micropython-lib/pull/506/files#diff-9d23e8ab880a19b4c369d64a6b68f23c40db71e0aeef4e6980092d7ef4d992b7 Do I understand properly that the connecting parts are `require("binascii")` in python-stdlib/base64/manifest.py and `module("binascii.py")`...
> The next step after this PR is to update the process that builds https://micropython.org/pi (this is where upip downloads resources from) to use this new library, and the subsequently...
Hi! Nope, neither is present in this file.
Don't forget, that pip and PyPI are not for CPython only -- see https://www.python.org/dev/peps/pep-0425/#python-tag. I've successfully experimented with different implementation tags and I recommend to consider same route for publishing...
Thank you for the report! Which Thonny version are you using? If the latest beta of 4.0, then IDLE coming together with Python 3.10 is using the same Tk version....
It looks like you have named one your own scripts "keyword.py", but this is causing problems, because Python standard library has module with same name and now your module is...