Skip to content

Commit 4c4e3da

Browse files
Make name and description consistent
1 parent d66473a commit 4c4e3da

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# COMcheckWeb API — Python Package
1+
# COMcheck API — Python Package
22

3-
This repository contains the COMcheckWeb API Python package. It provides tools and scripts for working with the COMcheckWeb API and is intended to be used as a Python package maintained with `uv` for package management.
3+
This repository contains the COMcheck API Python package. It provides a type-safe Python client for working with the COMcheck API and is intended to be used as a Python package maintained with `uv` for package management.
44

55
**Requirements:**
66
- Python: `>=3.12`

docs_site/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# COMcheck API - Python Client
1+
# COMcheck API Python Package
22

33
Type-safe Python client for the PNNL's [COMcheck Web](https://comcheck.energycode.pnl.gov/) for building energy code compliance verification.
44

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: COMcheck API - Python Client
1+
site_name: COMcheck API Python Package
22
site_description: Type-safe Python client for the PNNL COMcheck Web API
33
site_url: https://pnnl.github.io/comcheckweb-api-python/
44
repo_url: https://github.com/pnnl/comcheckweb-api-python

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "comcheck_api"
77
version = "1.0.0"
8-
description = "COMcheck Web API Python Client"
8+
description = "COMcheck API Python Package"
99
readme = "README.md"
1010
requires-python = ">=3.12"
1111
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)