|
1 | | -<img |
2 | | - src='https://carbonplan-assets.s3.amazonaws.com/monogram/dark-small.png' |
3 | | - height='48' |
4 | | -/> |
| 1 | +<p align="left" > |
| 2 | +<a href='https://carbonplan.org'> |
| 3 | +<picture> |
| 4 | + <source media="(prefers-color-scheme: dark)" srcset="https://carbonplan-assets.s3.amazonaws.com/monogram/light-small.png"> |
| 5 | + <img alt="CarbonPlan monogram." height="48" src="https://carbonplan-assets.s3.amazonaws.com/monogram/dark-small.png"> |
| 6 | +</picture> |
| 7 | +</a> |
| 8 | +</p> |
5 | 9 |
|
6 | 10 | # carbonplan / carbonplan-python |
7 | 11 |
|
8 | 12 | **namespace package for python utilities and subprojects** |
9 | 13 |
|
10 | 14 | [](https://github.com/carbonplan/carbonplan-python/actions/workflows/main.yaml) |
11 | | -![MIT License][] |
12 | | -[](https://badge.fury.io/py/carbonplan) |
13 | | - |
14 | | -[github-badge]: https://badgen.net/badge/-/github?icon=github&label |
15 | | -[mit license]: https://badgen.net/badge/license/MIT/blue |
| 15 | + |
| 16 | +[](https://opensource.org/licenses/MIT) |
16 | 17 |
|
17 | 18 | This repository includes the `carbonplan` namespace Python package. The package itself includes very little of substance, and is distributed to act as the top-level namespace for other Python packages developed by CarbonPlan. Other packages include: |
18 | 19 |
|
@@ -41,8 +42,8 @@ from carbonplan_styles.mpl import set_theme |
41 | 42 |
|
42 | 43 | ## license |
43 | 44 |
|
44 | | -All the code in this repository is [MIT](https://choosealicense.com/licenses/mit/) licensed. We include attribution for this content, and we please request that you also maintain that attribution if using this data. |
| 45 | +All the code in this repository is [MIT](https://choosealicense.com/licenses/mit/)-licensed. We include attribution for this content, and we please request that you also maintain that attribution if using this data. |
45 | 46 |
|
46 | 47 | ## about us |
47 | 48 |
|
48 | | -CarbonPlan is a non-profit organization that uses data and science for climate action. We aim to improve the transparency and scientific integrity of climate solutions with open data and tools. Find out more at [carbonplan.org](https://carbonplan.org/) or get in touch by [opening an issue](https://github.com/carbonplan/carbonplan-python/issues/new) or [sending us an email](mailto:hello@carbonplan.org). |
| 49 | +CarbonPlan is a nonprofit organization that uses data and science for climate action. We aim to improve the transparency and scientific integrity of climate solutions with open data and tools. Find out more at [carbonplan.org](https://carbonplan.org/) or get in touch by [opening an issue](https://github.com/carbonplan/carbonplan-python/issues/new) or [sending us an email](mailto:hello@carbonplan.org). |
0 commit comments