punctual package¶
Submodules¶
punctual.cli module¶
punctual.link module¶
-
class
punctual.link.Link(src, dest)[source]¶ Bases:
objectAn object representing a link from a package.
Parameters: - src – Name of the source file, relative to the package root
- dest – Path to the destination file
-
exists¶ Whether or not the file currently exists.
-
install(force=False)[source]¶ Create the specified link
Parameters: force – Do not error out if the file exists Raises: FileExistsError – if the link already exists