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
- Host: GitHub
- URL: https://github.com/scientific-python/devstats.scientific-python.org
- Owner: scientific-python
- Created: 2019-12-20T00:19:13.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-09-09T23:35:28.000Z (7 months ago)
- Last Synced: 2025-10-18T07:40:17.413Z (6 months ago)
- Language: Python
- Homepage: https://devstats.scientific-python.org/
- Size: 219 KB
- Stars: 13
- Watchers: 7
- Forks: 14
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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.