Pakket: python3-pyprojroot (0.3.0-1)
Verwijzigingen voor python3-pyprojroot
Debian bronnen:
Het bronpakket pyprojroot downloaden:
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Find Python project root paths and return relative project files
This library finds the root working directory for your Python project as a 'pathlib' object.
You can use the 'here' function to pass in a relative path from the Python project root directory (no matter what working directory you are in the project), and you will get a full path to the specified file.
This allows you to restructure the files in your Python project without having to worry about changing file paths.
Andere aan python3-pyprojroot gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python