"pyproject2conda": A script to convert `pyproject.toml` dependencies to `environemnt.yaml` files.
The main goal of `pyproject2conda` is to provide a means to keep all basicdependency information, for both `pip` based and `conda` based environments, in`pyproject.toml`. I often use a mix of pip and conda when developing packages,and in my everyday workflow. Some packages just aren't available on both. The application provides a simple comment based syntax to add information to dependencies when creating `environment.yaml`. This package is actively used by the author, but is still very much a work inprogress. Please feel free to create a pull request for wanted features andsuggestions!
Complete Metadata
| @type | dcat:Dataset |
|---|---|
| accessLevel | public |
| accrualPeriodicity | R/P1M |
| bureauCode |
[
"006:55"
]
|
| contactPoint |
{
"fn": "William P. Krekelberg",
"hasEmail": "mailto:william.krekelberg@nist.gov"
}
|
| description | The main goal of `pyproject2conda` is to provide a means to keep all basicdependency information, for both `pip` based and `conda` based environments, in`pyproject.toml`. I often use a mix of pip and conda when developing packages,and in my everyday workflow. Some packages just aren't available on both. The application provides a simple comment based syntax to add information to dependencies when creating `environment.yaml`. This package is actively used by the author, but is still very much a work inprogress. Please feel free to create a pull request for wanted features andsuggestions! |
| identifier | ark:/88434/mds2-3081 |
| issued | 2023-10-06 |
| keyword |
[
"devoloper tool",
"python",
"python packaging"
]
|
| landingPage | https://data.nist.gov/od/id/mds2-3081 |
| language |
[
"en"
]
|
| license | https://www.nist.gov/open/license |
| modified | 2023-09-26 00:00:00 |
| programCode |
[
"006:045"
]
|
| publisher |
{
"name": "National Institute of Standards and Technology",
"@type": "org:Organization"
}
|
| theme |
[
"Information Technology:Data and informatics"
]
|
| title | "pyproject2conda": A script to convert `pyproject.toml` dependencies to `environemnt.yaml` files. |