{
  "_schema": "https://data.nist.gov/od/dm/nerdm-schema/v0.7#",
  "@context": [
    "https://data.nist.gov/od/dm/nerdm-pub-context.jsonld",
    {
      "@base": "ark:/88434/mds2-3081"
    }
  ],
  "@type": [
    "nrdp:PublicDataResource",
    "dcat:Dataset"
  ],
  "_extensionSchemas": [
    "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/PublicDataResource"
  ],
  "@id": "ark:/88434/mds2-3081",
  "ediid": "ark:/88434/mds2-3081",
  "version": "1.0.0",
  "doi": "doi:10.18434/mds2-3081",
  "title": "\"pyproject2conda\": A script to convert `pyproject.toml` dependencies to `environemnt.yaml` files.\n",
  "contactPoint": {
    "fn": "William P. Krekelberg",
    "hasEmail": "mailto:william.krekelberg@nist.gov"
  },
  "modified": "2023-09-26",
  "status": "available",
  "landingPage": "https://data.nist.gov/od/id/mds2-3081",
  "description": [
    "The main goal of `pyproject2conda` is to provide a means to keep all basic\ndependency information, for both `pip` based and `conda` based environments, in\n`pyproject.toml`. I often use a mix of pip and conda when developing packages,\nand in my everyday workflow. Some packages just aren't available on both. \nThe application provides a simple comment based syntax to add information to dependencies when creating\n  `environment.yaml`.  This package is actively used by the author, but is still very much a work in\nprogress. Please feel free to create a pull request for wanted features and\nsuggestions!"
  ],
  "keyword": [
    "python",
    "devoloper tool",
    "python packaging"
  ],
  "topic": [
    {
      "@type": "Concept",
      "scheme": "https://data.nist.gov/od/dm/nist-themes/v1.1",
      "tag": "Information Technology: Data and informatics"
    }
  ],
  "accessLevel": "public",
  "license": "https://www.nist.gov/open/license",
  "components": [
    {
      "accessURL": "https://github.com/usnistgov/pyproject2conda",
      "title": "Source code (github)",
      "@type": [
        "nrdp:AccessPage",
        "dcat:Distribution"
      ],
      "@id": "#usnistgov/pyproject2conda",
      "_extensionSchemas": [
        "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/AccessPage"
      ]
    },
    {
      "accessURL": "https://pages.nist.gov/pyproject2conda/",
      "title": "Documentation",
      "@type": [
        "nrdp:AccessPage",
        "dcat:Distribution"
      ],
      "@id": "#pyproject2conda/",
      "_extensionSchemas": [
        "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/AccessPage"
      ]
    }
  ],
  "publisher": {
    "name": "National Institute of Standards and Technology",
    "@type": "org:Organization"
  },
  "language": [
    "en"
  ],
  "bureauCode": [
    "006:55"
  ],
  "programCode": [
    "006:052"
  ],
  "theme": [
    "Information Technology: Data and informatics"
  ],
  "annotated": "2023-10-06T04:20:37.411150",
  "revised": "2023-10-06T04:20:37.411150",
  "issued": null,
  "firstIssued": "2023-10-06T04:20:37.411150"
}