Skip to content

Commit 7aff69d

Browse files
authored
Add DataCebo logo and PyMetrics logo (#35)
* add logos * fix size * use links * fix img
1 parent d2102d1 commit 7aff69d

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,31 @@
44
<i>An open source project by Engineering at <a href="https://datacebo.com">DataCebo</a>.</i>
55
</p>
66

7+
78
[![Dev Status](https://img.shields.io/badge/Dev%20Status-5%20--%20Production%2fStable-green)](https://pypi.org/search/?c=Development+Status+%3A%3A+5+-+Production%2FStable)
89
[![Unit Tests](https://github.com/datacebo/PyMetrics/actions/workflows/unit.yaml/badge.svg)](https://github.com/datacebo/PyMetrics/actions/workflows/unit.yaml?query=branch%3Amain)
910
[![Slack](https://img.shields.io/badge/Slack-Join%20now!-36C5F0?logo=slack)](https://bit.ly/sdv-slack-invite)
1011

11-
<div align="center">
12-
<a href="https://datacebo.com">
13-
<picture>
14-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/sdv-dev/SDV/blob/stable/docs/images/datacebo-logo-dark-mode.png">
15-
<img align="center" width=40% src="https://github.com/sdv-dev/SDV/blob/stable/docs/images/datacebo-logo.png"></img>
16-
</picture></a>
12+
13+
<div align="center">
14+
<a href="https://datacebo.com">
15+
<picture>
16+
<img align="center" width=40% src="https://github.com/sdv-dev/PyMetrics/blob/main/docs/images/datacebo-logo.png"></img>
17+
</picture>
18+
</a>
19+
</div>
1720
</div>
21+
1822
<br/>
23+
24+
<div align="left">
25+
<picture>
26+
<img align="center" width=15% src="https://github.com/sdv-dev/PyMetrics/blob/main/docs/images/pymetrics-logo.png"></img>
27+
</picture>
1928
</div>
2029

21-
# PyMetrics
30+
---
31+
2232
The PyMetrics project allows you to extract download metrics for Python libraries published on [PyPI](https://pypi.org/) and [Anaconda](https://www.anaconda.com/).
2333

2434
The DataCebo team uses these scripts to report download counts for the libraries in the [SDV ecosystem](https://sdv.dev/) and other libraries.

docs/images/datacebo-logo.png

14.3 KB
Loading

docs/images/pymetrics-logo.png

18.2 KB
Loading

0 commit comments

Comments
 (0)