{
  "_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-3085"
    }
  ],
  "@type": [
    "nrdp:PublicDataResource",
    "dcat:Dataset"
  ],
  "_extensionSchemas": [
    "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/PublicDataResource"
  ],
  "@id": "ark:/88434/mds2-3085",
  "ediid": "ark:/88434/mds2-3085",
  "version": "1.0.0",
  "doi": "doi:10.18434/mds2-3085",
  "title": "\"cookiecutter-nist-python\": A template for python packages with NIST specific features.",
  "contactPoint": {
    "fn": "William P. Krekelberg",
    "hasEmail": "mailto:william.krekelberg@nist.gov"
  },
  "modified": "2023-09-29",
  "status": "available",
  "landingPage": "https://data.nist.gov/od/id/mds2-3085",
  "description": [
    "The  \"cookiecutter-nist-python\" template includes all NIST specific branding for creating a python\npackage. Features include:  Testing with pytest. Isolated testing, documentation building, etc, with nox.  Linting with pre-commit.\nDocumentation with Sphinx, MyST, using either the furo or sphinx-book-theme theme.\nSimple commands to upload package to pypi, or a personal conda channel.  Simple commands to release documentation to nist-pages.\nWorks with both conda and virtualenv based environments. Handle creation of \"requirments.txt\" and \"environment.yaml\" files with pyproject2conda."
  ],
  "keyword": [
    "Python template",
    "python packaging",
    "software development"
  ],
  "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",
  "publisher": {
    "name": "National Institute of Standards and Technology",
    "@type": "org:Organization"
  },
  "language": [
    "en"
  ],
  "bureauCode": [
    "006:55"
  ],
  "programCode": [
    "006:052"
  ],
  "components": [
    {
      "accessURL": "https://github.com/usnistgov/cookiecutter-nist-python",
      "title": "Source code",
      "@type": [
        "nrdp:AccessPage",
        "dcat:Distribution"
      ],
      "@id": "#usnistgov/cookiecutter-nist-python",
      "_extensionSchemas": [
        "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/AccessPage"
      ]
    },
    {
      "accessURL": "https://pages.nist.gov/cookiecutter-nist-python/",
      "title": "Documentation",
      "@type": [
        "nrdp:AccessPage",
        "dcat:Distribution"
      ],
      "@id": "#cookiecutter-nist-python/",
      "_extensionSchemas": [
        "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/AccessPage"
      ]
    },
    {
      "@id": "cmps/README.pdf",
      "@type": [
        "nrdp:DataFile",
        "nrdp:DownloadableFile",
        "dcat:Distribution"
      ],
      "_extensionSchemas": [
        "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/DataFile"
      ],
      "filepath": "README.pdf",
      "downloadURL": "https://data.nist.gov/od/ds/mds2-3085/README.pdf",
      "mediaType": "application/pdf",
      "title": "README for cookiecutter-nist-python",
      "size": 145601,
      "checksum": {
        "hash": "dca2851594fa6c4c95d6052d27c9dc3ee0ee8d75affb0984000a3bc8251483c2",
        "algorithm": {
          "tag": "sha256",
          "@type": "Thing"
        }
      }
    }
  ],
  "theme": [
    "Information Technology: Data and informatics"
  ],
  "annotated": "2024-01-03T19:18:28.591642",
  "revised": "2024-01-03T19:18:28.591642",
  "issued": null,
  "firstIssued": "2024-01-03T19:18:28.591642"
}