https://github.com/ladybug-tools/ladybug-charts
🐞 📊 Ladybug extension to generate 2D charts
https://github.com/ladybug-tools/ladybug-charts
Last synced: 3 months ago
JSON representation
🐞 📊 Ladybug extension to generate 2D charts
- Host: GitHub
- URL: https://github.com/ladybug-tools/ladybug-charts
- Owner: ladybug-tools
- License: agpl-3.0
- Created: 2021-12-13T08:38:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T21:54:45.000Z (over 1 year ago)
- Last Synced: 2025-09-07T15:35:05.225Z (9 months ago)
- Language: Python
- Homepage: https://www.ladybug.tools/ladybug-charts/docs/
- Size: 1020 KB
- Stars: 3
- Watchers: 5
- Forks: 6
- Open Issues: 5
-
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-charts/actions)
[](https://www.python.org/downloads/release/python-370/)
# ladybug-charts
Ladybug extension to generate 2D charts.
## Installation
To install the library use:
```console
pip install ladybug-charts
```
## QuickStart
```python
import ladybug_charts
```
## [API Documentation](http://ladybug-tools.github.io/ladybug-charts/docs)
## Local Development
1. Clone this repo locally
```console
git clone git@github.com:ladybug-tools/ladybug-charts
# or
git clone https://github.com/ladybug-tools/ladybug-charts
```
2. Install dependencies:
```console
cd ladybug-charts
pip install -r dev-requirements.txt
pip install -r requirements.txt
```
3. Run Tests:
```console
python -m pytest tests/
```
4. Generate Documentation:
```console
sphinx-apidoc -f -e -d 4 -o ./docs ./ladybug_charts
sphinx-build -b html ./docs ./docs/_build/docs
```
## Credits:
This project is a derivative work of Betti, G., Tartarini, F., Schiavon, S., Nguyen, C. (2021). CBE Clima Tool. Version 0.4.6. Center for the Built Environment, University of California Berkeley. https://clima.cbe.berkeley.edu
Developed by: Giovanni Betti, Federico Tartarini. Christine Nguyen.
The CBE Clima Tool is licensed under a [Creative Commons Attribution-Commercial 4.0
International License (CC BY 4.0) Version: 0.5.1](https://creativecommons.org/licenses/by/4.0/)
The Clima tools is developed under the [MIT](https://choosealicense.com/licenses/mit/) license.