micropython/unix
Paul Sokolovsky d7da2dba07 py/modio: Implement uio.resource_stream(package, resource_path).
The with semantics of this function is close to
pkg_resources.resource_stream() function from setuptools, which
is the canonical way to access non-source files belonging to a package
(resources), regardless of what medium the package uses (e.g. individual
source files vs zip archive). In the case of MicroPython, this function
allows to access resources which are frozen into the executable, besides
accessing resources in the file system.

This is initial stage of the implementation, which actually doesn't
implement "package" part of the semantics, just accesses frozen resources
from "root", or filesystem resource - from current dir.
2017-05-03 01:47:08 +03:00
..
coverage-frzmpy
coverage-frzstr
scripts
.gitignore
Makefile
alloc.c
coverage.c
fatfs_port.c
fdfile.h
file.c
gccollect.c
input.c
input.h
main.c
modffi.c
modjni.c
modmachine.c
modos.c
modsocket.c
modtermios.c
modtime.c
moduos_vfs.c
moduselect.c
mpconfigport.h py/modio: Implement uio.resource_stream(package, resource_path). 2017-05-03 01:47:08 +03:00
mpconfigport.mk
mpconfigport_coverage.h
mpconfigport_fast.h
mpconfigport_freedos.h
mpconfigport_minimal.h
mpconfigport_nanbox.h
mphalport.h
mpthreadport.c
mpthreadport.h
qstrdefsport.h
unix_mphal.c