package
0.0.2
Repository: https://github.com/datawire/ocibuild.git
Documentation: pkg.go.dev

# Packages

Package pep345 implements PEP 345 -- Metadata for Python Software Packages 1.2.
Package pep376 implements the REQUESTED metadata of PEP 375 -- Database of Installed Python Distributions.
Package pep425 implements PEP 425 -- Database of Installed Python Distributions.
Package pep440 implements PEP 440 -- Version Identification and Dependency Specification.
Package pep503 implements PEP 503 -- Simple Repository API.
Package pep592 implements PEP 592 -- Adding "Yank" Support to the Simple API.
Package pep629 implements PEP 629 -- Versioning PyPI's Simple API.
Package pypa implements specifications from the Python Packaging Authority.

# Functions

ExternalCompiler returns a `Compiler` that uses an external command to compile .py files to .pyc files.
ModeFromGo translates an fs.FileMode to a StatMode.
No description provided by the author
No description provided by the author
ParseZIPExternalAttributes turns an unstructured 32-bit unsigned integer in to a 32-bit ZIPExternalAttributes struct.

# Constants

A.
D.
H.
R.
S.
https://docs.microsoft.com/en-us/windows/win32/fileio/file-attribute-constants nolint:deadcode,varcheck.
https://docs.microsoft.com/en-us/windows/win32/fileio/file-attribute-constants nolint:deadcode,varcheck.
https://docs.microsoft.com/en-us/windows/win32/fileio/file-attribute-constants nolint:deadcode,varcheck.
https://docs.microsoft.com/en-us/windows/win32/fileio/file-attribute-constants nolint:deadcode,varcheck.
https://docs.microsoft.com/en-us/windows/win32/fileio/file-attribute-constants nolint:deadcode,varcheck.
https://docs.microsoft.com/en-us/windows/win32/fileio/file-attribute-constants nolint:deadcode,varcheck.
https://docs.microsoft.com/en-us/windows/win32/fileio/file-attribute-constants nolint:deadcode,varcheck.
https://docs.microsoft.com/en-us/windows/win32/fileio/file-attribute-constants nolint:deadcode,varcheck.
https://docs.microsoft.com/en-us/windows/win32/fileio/file-attribute-constants nolint:deadcode,varcheck.
https://docs.microsoft.com/en-us/windows/win32/fileio/file-attribute-constants nolint:deadcode,varcheck.
https://docs.microsoft.com/en-us/windows/win32/fileio/file-attribute-constants nolint:deadcode,varcheck.
1<<0 through 1<<7.
not in Python 3.9.1 stat.py.
not in Python 3.9.1 stat.py.
https://docs.microsoft.com/en-us/windows/win32/fileio/file-attribute-constants nolint:deadcode,varcheck.
https://docs.microsoft.com/en-us/windows/win32/fileio/file-attribute-constants nolint:deadcode,varcheck.
https://docs.microsoft.com/en-us/windows/win32/fileio/file-attribute-constants nolint:deadcode,varcheck.
1<<8 through 1<<15.
1<<16 through 1<<23.
mask for the type bits.
type: block device.
type: character device.
type: directory.
type: named pipe (FIFO).
type: regular file.
type: socket file.
type: symbolic link.
type: whiteout (non-Linux).
mask for permission bits.
permission: group: read.
permission: group: write.
permission: group: execute.
permission: other: read.
permission: other: write.
permission: other: execute.
permission: set group ID.
permission: set user id.
permission: sticky bit.
permission: user: read.
permission: user: write.
permission: user: execute.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
A ZIPExternalAttributes represents Python's view of a ZIP file's "external file attributes" field.

# Type aliases

A Compiler is a function that takes any number of source .py files, and emits any number of compiled .pyc files.
No description provided by the author
No description provided by the author
A DOSAttribute represents an "MS-DOS directory attribute byte" (as referenced by the ZIP file format specification[1]).
A StatFileAttribute represents MS Windows file attributes, as seen in Python `os.stat()`'s `st_file_attributes` member.
A StatMode represents a file's mode and permission bits, as represented in Python (i.e.