Skip to content

Commit 2ced206

Browse files
authored
Update README.md
1 parent 798789f commit 2ced206

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

README.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,20 @@
33
<p align="center">
44
<i>This repository is part of <a href="https://sdv.dev">The Synthetic Data Vault Project</a>, a project from <a href="https://datacebo.com">DataCebo</a>.</i>
55
</p>
6-
<div align="left">
6+
7+
[![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)
8+
[![Unit Tests](https://github.com/datacebo/PyMetrics/actions/workflows/unit.yaml/badge.svg)](https://github.com/datacebo/PyMetrics/actions/workflows/unit.yaml)
9+
[![Slack](https://img.shields.io/badge/Slack-Join%20now!-36C5F0?logo=slack)](https://bit.ly/sdv-slack-invite)
10+
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>
17+
</div>
18+
<br/>
19+
</div>
720

821
# PyMetrics
922
The PyMetrics project allows you to extract download metrics for Python libraries published on [PyPI](https://pypi.org/) and [Anaconda](https://www.anaconda.com/).
@@ -69,14 +82,16 @@ This methodology prevents double-counting downloads while providing an accurate
6982

7083
---
7184

72-
<div align="center">
73-
<a href="https://datacebo.com"><picture>
74-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/sdv-dev/SDV/blob/stable/docs/images/datacebo-logo-dark-mode.png">
75-
<img align="center" width=40% src="https://github.com/sdv-dev/SDV/blob/stable/docs/images/datacebo-logo.png"></img>
76-
</picture></a>
77-
</div>
78-
<br/>
85+
<div align="left">
7986
<br/>
87+
<p align="center">
88+
<a href="https://github.com/sdv-dev/SDV">
89+
<img align="center" width=40% src="https://github.com/sdv-dev/SDV/blob/stable/docs/images/SDV-logo.png"></img>
90+
</a>
91+
</p>
92+
</div>
93+
94+
</div>
8095

8196
[The Synthetic Data Vault Project](https://sdv.dev) was first created at MIT's [Data to AI Lab](
8297
https://dai.lids.mit.edu/) in 2016. After 4 years of research and traction with enterprise, we

0 commit comments

Comments
 (0)