An open API service indexing awesome lists of open source software.

https://github.com/scientific-python/devstats.scientific-python.org

Development and community statistics for core Scientific Python projects
https://github.com/scientific-python/devstats.scientific-python.org

Last synced: 3 months ago
JSON representation

Development and community statistics for core Scientific Python projects

Awesome Lists containing this project

README

          

Scientific Python Development and Community Statistics
======================================================

> **Warning:**
> This project is not yet stable---the commit history on `main` will likely
> be altered---bear this in mind when forking.
> This warning will be removed when the history modification is complete.

A static site for collating & publicizing development and community statistics
for Scientific Python projects.

Installation
------------

```python
python -m pip install -r requirements.txt
```

Building the site
-----------------

To get the data used in the analysis:

```bash
git submodule update --init
```

Then the site can be built with:

```bash
make html
```

Devstats data
-------------

The data used for the officially deployed site is available at
.
The data repository is included as a submodule in this project, so updating the
submodule is all that is required to ensure you are using the latest data for
the published site.