-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 974 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 974 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: pyprojroot
Type: Package
Title: Find Python Project Root Directories
Version: 0.1.0
Authors@R: c(
person("Ramiro", "Magno", , "rmagno@pattern.institute", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5226-3441")),
person("Pattern Institute", role = c("cph", "fnd"))
)
Description: Provides root_criterion objects and functions for detecting the
root directory of Python projects from R. Supports uv, Poetry, PDM,
Pipenv, Conda, and generic pyproject.toml and pip projects. Intended as
a low-level primitive for packages that orchestrate Python development
workflows from R.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
rprojroot
Suggests:
testthat (>= 3.0.0),
withr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
URL: https://github.com/patterninstitute/pyprojroot, https://www.pattern.institute/pyprojroot/
Config/testthat/edition: 3
Config/Needs/website: patterninstitute/chic