Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package Project for PyPI distribution (organize filesystem) #19

Open
sfranzyshen opened this issue Sep 27, 2020 · 0 comments
Open

Package Project for PyPI distribution (organize filesystem) #19

sfranzyshen opened this issue Sep 27, 2020 · 0 comments

Comments

@sfranzyshen
Copy link
Collaborator

The Python Package Index (PyPI) is a repository of software for the Python programming
language. micropython-lib packages are published on PyPI (Python Package Index), the 
standard Python community package repository: https://pypi.org/ . On PyPI, you can search 
for MicroPython related packages and read additional package information. By convention, 
all micropython-lib package names are prefixed with "micropython-" (the reverse is not 
true -some package starting with "micropython-" aren't part of micropython-lib and were
released by 3rd parties). To install packages from PyPI for usage on your local system,
use the upip tool, which is MicroPython's native package manager.

even if we don't distribute on PyPI ... a organization of the files into the structure used for packages would still be useful for manually installing ...

References:

https://github.com/micropython/micropython-lib
micropython/micropython#413
https://packaging.python.org/tutorials/packaging-projects/
https://packaging.python.org/glossary/#term-Import-Package
https://docs.python.org/3/tutorial/modules.html#packages
https://docs.micropython.org/en/latest/reference/packages.html#upip-package-manager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant