https://github.com/ladybug-tools/ladybug-display-schema
🐞 :computer: :scroll: Ladybug-display Data Model Objects
https://github.com/ladybug-tools/ladybug-display-schema
Last synced: 4 months ago
JSON representation
🐞 :computer: :scroll: Ladybug-display Data Model Objects
- Host: GitHub
- URL: https://github.com/ladybug-tools/ladybug-display-schema
- Owner: ladybug-tools
- License: mit
- Created: 2022-07-11T14:00:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2026-02-12T21:53:39.000Z (4 months ago)
- Last Synced: 2026-02-13T06:32:38.498Z (4 months ago)
- Language: Python
- Homepage: https://ladybug-tools.github.io/ladybug-display-schema
- Size: 6.36 MB
- Stars: 2
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/ladybug-tools/ladybug-display-schema/actions)
[](https://www.python.org/downloads/release/python-370/)
# ladybug-display-schema
Ladybug-display Data-Model Objects
## Installation
```console
pip install ladybug-display-schema
```
## QuickStart
```python
import ladybug_display_schema
```
## API Documentation
[Geometry Schema](https://ladybug-tools.github.io/ladybug-display-schema/geometry.html)
[Display Schema](https://ladybug-tools.github.io/ladybug-display-schema/display.html)
## Local Development
1. Clone this repo locally
```console
git clone git@github.com:ladybug-tools/ladybug-display-schema
# or
git clone https://github.com/ladybug-tools/ladybug-display-schema
```
2. Install dependencies:
```console
cd ladybug-display-schema
pip install -r dev-requirements.txt
pip install -r requirements.txt
```
3. Run Tests:
```console
python -m pytest tests/
```
4. Generate Documentation:
```python
python ./docs.py
```