https://github.com/astropy/astropy-tools

Scripts or tools for astropy dev work, and documentation of dev procedures with no other obvious home

https://github.com/astropy/astropy-tools

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    5 of 23 committers (21.7%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.7%) to scientific vocabulary

Keywords from Contributors

astronomy astropy astrophysics jwst closember asdf advanced-scientific-data-format region drizzle vlbi
Last synced: 11 months ago · JSON representation

Repository

Scripts or tools for astropy dev work, and documentation of dev procedures with no other obvious home

Basic Info
  • Host: GitHub
  • Owner: astropy
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 714 KB
Statistics
  • Stars: 13
  • Watchers: 9
  • Forks: 27
  • Open Issues: 6
  • Releases: 0
Created over 11 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License

README.md

astropy-tools

This repository stores scripts for development and advertising, or similar tools used by the Astropy project. Some of the tools may be useful in other contexts, but stability is not guaranteed.

addcontributorsto_org.py

:no_entry: This is broken! See GitHub Issue 178.

This is used by Invite organization members based on merged PRs.

nextprnumber.py

✔️ Probably the most useful tool we have here.

Find the next PR number for a given repo before you even open the PR. This is useful when you want to write the change log in advance that requires a PR number attached.

python next_pr_number.py org/repo

If org/repo is not given, it looks in astropy/astropy.

astropy_certificates

✔️ Nadia used this for Astropy workshop in Bulgaria.

This directory contains materials to generate a "Certificate of Achievement" with Astropy logo on it. This is useful when Astropy runs a workshop and the host requests that certificates be given out for a reason or another. This certificate is not official and should not be used in resumes and so on.

pr_consistency

:warning: Its future is being discussed at GitHub Issue 176.

A series of scripts to check consistency in backporting pull requests back to release branch(es). They are used by Run PR changelog consistency check scripts.

astropy_usage

:warning: Might need updating.

The script within is used to generate usage statistics for astropy.

p.s. Maybe we want to switch to https://devstats.scientific-python.org/ ?

visualizations_demographics

:warning: Might need updating.

Scripts to generate plots for talks about Astropy involving demographics.

discontinued_usage

:no_entry: The scripts here are no longer used and kept to preserve history. We reserve the rights to remove them in the future without notice (even then, they will still be available in older versions anyway).

Owner

  • Name: The Astropy Project
  • Login: astropy
  • Kind: organization

GitHub Events

Total
  • Watch event: 1
  • Fork event: 1
Last Year
  • Watch event: 1
  • Fork event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 331
  • Total Committers: 23
  • Avg Commits per committer: 14.391
  • Development Distribution Score (DDS): 0.755
Past Year
  • Commits: 2
  • Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Brigitta Sipocz b****z@g****m 81
Erik Tollerud e****d@g****m 77
Thomas Robitaille t****e@g****m 57
Erik M. Bray e****y@s****u 30
Matt Craig m****g@g****m 29
P. L. Lim 2****m 22
Adam Ginsburg (keflavich) k****h@g****m 7
Karl Gordon k****n@s****u 4
Simon Conseil s****l@i****r 4
Stuart Mumford s****t@c****m 3
Hans Moritz Günther m****r@g****e 3
Kelle Cruz k****z@g****m 2
David Kirkby d****y@u****u 2
Dan D'Avella d****a@g****m 1
Dominik Stańczak s****k@g****m 1
Helen Sherwood-Taylor h****n@r****k 1
Marten van Kerkwijk m****k@a****a 1
Matteo Bachetti m****o@m****t 1
Megan Sosey s****y@s****u 1
Michael Droettboom m****m@g****m 1
Nadia Dencheva n****y@g****m 1
Steven Christe e****e 1
Víctor Zabalza v****a@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 53
  • Total pull requests: 49
  • Average time to close issues: over 4 years
  • Average time to close pull requests: 10 months
  • Total issue authors: 7
  • Total pull request authors: 16
  • Average comments per issue: 1.96
  • Average comments per pull request: 1.57
  • Merged pull requests: 38
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: about 3 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • bsipocz (29)
  • pllim (10)
  • astrofrog (8)
  • eteq (2)
  • cdeil (1)
  • mwcraig (1)
  • embray (1)
Pull Request Authors
  • pllim (13)
  • eteq (8)
  • bsipocz (7)
  • astrofrog (5)
  • mwcraig (5)
  • saimn (2)
  • karllark (1)
  • zblz (1)
  • dkirkby (1)
  • bourque (1)
  • sosey (1)
  • nden (1)
  • Cadair (1)
  • ehsteve (1)
  • mhvk (1)
Top Labels
Issue Labels
pr-consistency (16) bug (5) enhancement (3) :zzz: helpers-update (3) :zzz: author list (2) :zzz: gh_issuereport (1) :zzz: document (1) needs-discussion (1) wontfix (1)
Pull Request Labels
pr-consistency (4) enhancement (2) :zzz: helpers-update (2) demographics (1)

Dependencies

.github/workflows/pr_consistency.yml actions
  • JamesIves/github-pages-deploy-action v4 composite
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/update_org_members.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite