-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathpackages.yml
More file actions
3156 lines (3156 loc) · 94.9 KB
/
packages.yml
File metadata and controls
3156 lines (3156 loc) · 94.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
- package_name: ChemInformant
package_description: A robust, high-throughput Python client for retrieving
chemical information from the PubChem API; it returns analysis-ready
Pandas/SQL outputs, handles caching, rate-limiting and retries, and
includes convenient CLI tools.
submitting_author:
name: Zhiang He
github_username: HzaCode
all_current_maintainers:
- name: Zhiang He
github_username: HzaCode
repository_link: https://github.com/HzaCode/ChemInformant
repository_host: github
version_submitted: 2.4.0 (released 2025-07-30)
categories:
- data-retrieval
- data-extraction
- data-processing-munging
- data-validation-testing
- workflow-automation
- scientific-software-wrapper
- database-interoperability
editor:
name: Eliot Robson
github_username: eliotwrobson
eic:
name: Eliot Robson
github_username: eliotwrobson
reviewers:
archive: https://zenodo.org/doi/10.5281/zenodo.16623785
version_accepted: TBD
date_accepted: missing
created_at: 2025-07-31 17:50:42+00:00
updated_at: 2025-10-07 16:39:26+00:00
closed_at: 2025-10-01 15:35:48+00:00
issue_link: https://github.com/pyOpenSci/software-submission/issues/254
joss: https://joss.theoj.org/papers/10.21105/joss.08341
partners:
gh_meta:
name: ChemInformant
description: ⚗️ An all-in-one solution for chemical property retrieval
from PubChem.
created_at: '2024-01-21'
stargazers_count: 29
watchers_count: 4
open_issues_count: 0
forks_count: 4
documentation: https://hezhiang.com/cheminformant_real.html
contrib_count: 2
last_commit: '2025-12-19'
labels:
- 6/pyOS-approved
- joss-fast-track
active: true
- package_name: astropy
package_description: A Community Python Library for Astronomy
submitting_author:
name: P. L. Lim
github_username: pllim
all_current_maintainers:
- name: The Astropy Project
github_username: astropy
repository_link: https://github.com/astropy/astropy
repository_host: github
version_submitted: 7.1.0
categories:
- data-retrieval
- data-extraction
- data-processing-munging
- data-visualization
- scientific-software-wrapper
editor:
name: Carter Lee Rhea
github_username: crhea93
eic:
name: Lauren Yee
github_username: yeelauren
reviewers:
- name: Aditya P T
github_username: adityapt
- name:
github_username: egbdfx
archive: https://zenodo.org/doi/10.5281/zenodo.17756022
version_accepted: 7.1.0
date_accepted: '2025-12-17'
created_at: 2025-07-14 21:58:24+00:00
updated_at: 2026-01-23 22:37:03+00:00
closed_at: 2026-01-22 23:06:56+00:00
issue_link: https://github.com/pyOpenSci/software-submission/issues/251
joss:
partners:
- astropy
gh_meta:
name: astropy
description: Astronomy and astrophysics core library
created_at: '2011-07-21'
stargazers_count: 5114
watchers_count: 139
open_issues_count: 1302
forks_count: 2055
documentation: https://www.astropy.org
contrib_count: 445
last_commit: '2026-04-11'
labels:
- 6/pyOS-approved
- astropy
active: true
- package_name: Pyinterpolate
package_description: 'Spatial interpolation: Kriging and Variogram Analysis toolset'
submitting_author:
name: Szymon Moliński
github_username: SimonMolinsky
all_current_maintainers:
- name: Szymon Moliński
github_username: SimonMolinsky
repository_link: https://github.com/DataverseLabs/pyinterpolate
repository_host: github
version_submitted: 1.0.1
categories:
- data-processing-munging
editor:
name: Bane Sullivan
github_username: banesullivan
eic:
name: Eliot Robson
github_username: eliotwrobson
reviewers:
- name: Carter Lee Rhea
github_username: crhea93
- name: Martin Fleischmann
github_username: martinfleis
archive: https://zenodo.org/doi/10.5281/zenodo.17691515
version_accepted: 1.2.0
date_accepted: 2025-12-3
created_at: 2025-07-12 14:09:45+00:00
updated_at: 2026-01-21 20:08:01+00:00
closed_at: 2026-01-21 20:08:01+00:00
issue_link: https://github.com/pyOpenSci/software-submission/issues/250
joss: https://joss.theoj.org/papers/10.21105/joss.02869
partners:
gh_meta:
name: pyinterpolate
description: Kriging | Poisson Kriging | Variogram Analysis
created_at: '2018-04-16'
stargazers_count: 175
watchers_count: 2
open_issues_count: 7
forks_count: 30
documentation: https://pyinterpolate.readthedocs.io/en/stable/
contrib_count: 13
last_commit: '2025-12-26'
labels:
- 6/pyOS-approved
- 9/joss-approved
active: true
- package_name: swiftgalaxy
package_description: Load in particles of a simulated galaxy, rotate
coordinates, easy spherical/cylindrical coordinates, access integrated
properties, and more.
submitting_author:
name: Kyle Oman
github_username: kyleaoman
all_current_maintainers:
- name: Kyle Oman
github_username: kyleaoman
repository_link: https://github.com/SWIFTSIM/swiftgalaxy
repository_host: github
version_submitted: 2.1.1
categories:
- data-extraction
- data-processing-munging
editor:
name: Carter Lee Rhea
github_username: crhea93
eic:
name: James J Balamuta
github_username: coatless
reviewers:
- name: Blake A. Wilson
github_username: blakeaw
- name: Chase Million
github_username: cmillion
archive: https://zenodo.org/doi/10.5281/zenodo.17382007
version_accepted: v2.2.1
date_accepted: '2025-10-17'
created_at: 2025-05-24 11:05:16+00:00
updated_at: 2025-12-17 23:10:08+00:00
closed_at: 2025-12-17 23:09:26+00:00
issue_link: https://github.com/pyOpenSci/software-submission/issues/244
joss: https://joss.theoj.org/papers/10.21105/joss.09278
partners:
gh_meta:
name: swiftgalaxy
description: Load in particles of a simulated galaxy, rotate
coordinates, easy spherical/cylindrical coordinates, access
integrated properties, and more.
created_at: '2022-05-03'
stargazers_count: 9
watchers_count: 3
open_issues_count: 3
forks_count: 4
documentation: https://swiftgalaxy.readthedocs.io/en/stable/index.html
contrib_count: 3
last_commit: '2026-04-07'
labels:
- 6/pyOS-approved
- 9/joss-approved
active: true
- package_name: pymultifit
package_description: A python library for fitting data with multiple models.
submitting_author:
name: Syed Ali Mohsin Bukhari
github_username: syedalimohsinbukhari
all_current_maintainers:
- name: Syed Ali Mohsin Bukhari
github_username: syedalimohsinbukhari
repository_link: https://github.com/syedalimohsinbukhari/pyMultiFit
repository_host: github
version_submitted: ~v1.0.3~
[v1.0.6](https://github.com/syedalimohsinbukhari/pyMultiFit/releases/tag/v1.0.6)
categories:
- data-processing-munging
editor:
name: Alex Batisse
github_username: batalex
eic:
name: James J Balamuta
github_username: coatless
reviewers:
- name: Sanjana Kandi
github_username: KandiSanjana
- name: Kristina Gagalova
github_username: KristinaGagalova
archive: https://zenodo.org/records/17273507
version_accepted: 1.0.7
date_accepted: '2025-10-05'
created_at: 2025-01-21 07:30:12+00:00
updated_at: 2025-11-05 11:15:18+00:00
closed_at: 2025-11-05 10:09:46+00:00
issue_link: https://github.com/pyOpenSci/software-submission/issues/233
joss: https://joss.theoj.org/papers/10.21105/joss.09295
partners:
gh_meta:
name: pyMultiFit
description: A library to fit the data with multiple fitters.
created_at: '2024-07-17'
stargazers_count: 5
watchers_count: 1
open_issues_count: 13
forks_count: 0
documentation: https://pymultifit.readthedocs.io/latest/
contrib_count: 2
last_commit: '2025-12-25'
labels:
- 6/pyOS-approved
- 9/joss-approved
active: true
- package_name: BlockingPy
package_description: Blocking records for record linkage and deduplication
with Approximate Nearest Neighbor algorithms.;
submitting_author:
name: Tymoteusz Strojny
github_username: T-Strojny
all_current_maintainers:
- name: Tymoteusz Strojny
github_username: T-Strojny
repository_link: https://github.com/ncn-foreigners/BlockingPy
repository_host: github
version_submitted: v0.1.7
categories:
- data-processing-munging
editor:
- name: Carter Lee Rhea
github_username: crhea93
- name: Isabel Zimmerman
github_username: isabelizimm
eic:
name: James J Balamuta
github_username: coatless
reviewers:
- name: Akrita
github_username: akritaag
- name: Eliot Robson
github_username: eliotwrobson
archive:
version_accepted: TBD
date_accepted: missing
created_at: 2025-01-09 18:13:33+00:00
updated_at: 2026-03-12 08:46:50+00:00
closed_at:
issue_link: https://github.com/pyOpenSci/software-submission/issues/232
joss:
partners:
gh_meta:
name: BlockingPy
description: Blocking records for record linkage and data deduplication
based on ANN algorithms in Python.
created_at: '2024-10-11'
stargazers_count: 20
watchers_count: 1
open_issues_count: 1
forks_count: 2
documentation: https://blockingpy.readthedocs.io/en/latest/
contrib_count: 1
last_commit: '2026-03-09'
labels:
- 6/pyOS-approved
active: true
- package_name: PIVA
package_description: Visualization and analysis toolkit for experimental
data from Angle-Resolved Photoemission Spectroscopy (ARPES)
submitting_author:
name: Wojciech Radoslaw Pudelko
github_username: pudeIko
all_current_maintainers:
- name: Wojciech Radoslaw Pudelko
github_username: pudeIko
repository_link: https://github.com/pudeIko/piva
repository_host: github
version_submitted: v2.3.2
categories:
- data-extraction
- data-visualization
editor:
name: Carter Lee Rhea
github_username: crhea93
eic:
name: James J Balamuta
github_username: coatless
reviewers:
- name: J. Steven Dodge
github_username: jsdodge
- name: Arthur Eigenbrot
github_username: eigenbrot
archive: https://zenodo.org/doi/10.5281/zenodo.16755506
version_accepted: v3.0.0
date_accepted: '2025-08-04'
created_at: 2025-01-04 14:36:12+00:00
updated_at: 2025-10-06 13:10:53+00:00
closed_at: 2025-10-06 13:10:53+00:00
issue_link: https://github.com/pyOpenSci/software-submission/issues/231
joss: https://joss.theoj.org/papers/10.21105/joss.09129
partners:
gh_meta:
name: piva
description: Interactive tools for the visualization and analysis of
multidimensional photoemission data
created_at: '2022-04-12'
stargazers_count: 9
watchers_count: 1
open_issues_count: 7
forks_count: 3
documentation: https://piva.readthedocs.io/en/latest/intro.html
contrib_count: 3
last_commit: '2025-10-06'
labels:
- 6/pyOS-approved
- 9/joss-approved
active: true
- package_name: GREOPy
package_description: Calculate relativistic light rays sent by an emitter to
a receiver in the presence of a gravitational field.
submitting_author:
name: Jan P. Hackstein
github_username: irideselby
all_current_maintainers:
- name:
github_username: irideselby
repository_link: https://codeberg.org/JPHackstein/GREOPy
repository_host: codeberg
version_submitted: v0.2.1
categories:
- data-processing-munging
editor:
name: Jonas Eschle
github_username: jonas-eschle
eic:
name: James J Balamuta
github_username: coatless
reviewers:
- name: Leo Singer
github_username: lpsinger
- name: Sanjana Kandi
github_username: KandiSanjana
archive: https://zenodo.org/records/14537866
version_accepted: '1.0'
date_accepted: '2025-08-04'
created_at: 2024-12-21 12:34:09+00:00
updated_at: 2025-10-07 18:08:25+00:00
closed_at: 2025-10-07 18:05:53+00:00
issue_link: https://github.com/pyOpenSci/software-submission/issues/227
joss: https://joss.theoj.org/papers/10.21105/joss.08765
partners:
gh_meta:
labels:
- 6/pyOS-approved
- 9/joss-approved
active: true
- package_name: GALFITools
package_description: A library for efficient data processing customized for
the GALFIT package
submitting_author:
name: Chris Añorve
github_username: canorve
all_current_maintainers:
- name: Chris Añorve
github_username: canorve
repository_link: https://github.com/canorve/GALFITools
repository_host: github
version_submitted: v1.15.0
categories:
- data-extraction
- data-processing-munging
- data-visualization
editor:
name: Hans Moritz Günther
github_username: hamogu
eic:
- name: Szymon Moliński
github_username: SimonMolinsky
- name: James J Balamuta
github_username: coatless
reviewers:
- name: James Nightingale
github_username: Jammy2211
- name: T. E. Pickering
github_username: tepickering
archive: https://zenodo.org/records/17010007
version_accepted: 1.18.0
date_accepted: '2025-10-30'
created_at: 2024-12-07 00:28:52+00:00
updated_at: 2025-12-31 20:10:10+00:00
closed_at: 2025-12-31 18:36:25+00:00
issue_link: https://github.com/pyOpenSci/software-submission/issues/220
joss: https://joss.theoj.org/papers/10.21105/joss.09534
partners:
- astropy
gh_meta:
name: GALFITools
description: A library for GALFIT
created_at: '2018-11-10'
stargazers_count: 19
watchers_count: 1
open_issues_count: 1
forks_count: 4
documentation:
contrib_count: 2
last_commit: '2026-04-12'
labels:
- 6/pyOS-approved
- 9/joss-approved
- astropy
active: true
- package_name: GALAssify
package_description: A Python package for visually classifying astronomical
objects
submitting_author:
name: Manuel Alcázar-Laynez
github_username: Manalclay
all_current_maintainers:
- name:
github_username: Manalclay
- name: Andoni
github_username: andonij
repository_link: https://gitlab.com/astrogal/GALAssify/
repository_host: gitlab
version_submitted: v1.0.1
categories:
- data-validation-testing
- data-visualization
editor:
name: Avik Basu
github_username: ab93
eic:
name: Szymon Moliński
github_username: SimonMolinsky
reviewers:
- name: Akhil Krishna R
github_username: akhilkrishnar0
- name: Erik Whiting
github_username: erik-whiting
archive: https://zenodo.org/records/17433197
version_accepted: v2.0.0
date_accepted: '2025-11-16'
created_at: 2024-09-30 09:12:52+00:00
updated_at: 2025-12-12 13:12:57+00:00
closed_at: 2025-12-10 03:33:49+00:00
issue_link: https://github.com/pyOpenSci/software-submission/issues/214
joss:
partners:
gh_meta:
labels:
- 6/pyOS-approved
active: true
- package_name: neonutilities
package_description: neonutilities is a package for accessing and wrangling
data generated and published by the National Ecological Observatory
Network.
submitting_author:
name: Claire Lunch
github_username: cklunch
all_current_maintainers:
- name: Claire Lunch
github_username: cklunch
- name: Bridget Hass
github_username: bhass-neon
- name:
github_username: znickerson8
repository_link: https://github.com/NEONScience/NEON-utilities-python
repository_host: github
version_submitted: v1.0.1
categories:
- data-retrieval
- data-processing-munging
editor:
name: Julieta Millan
github_username: JuliMillan
eic:
name: Chiara Marmo
github_username: cmarmo
reviewers:
- name: Ethan White
github_username: ethanwhite
- name:
github_username: benjamindonnachie
archive: https://zenodo.org/doi/10.5281/zenodo.15530180
version_accepted: v1.1.0
date_accepted: 2025-05- 10
created_at: 2024-09-25 21:27:31+00:00
updated_at: 2025-06-11 23:06:08+00:00
closed_at: 2025-05-30 16:31:22+00:00
issue_link: https://github.com/pyOpenSci/software-submission/issues/213
joss:
partners:
gh_meta:
name: NEON-utilities-python
description: Repository for Python package containing data-wrangling
utilities for working with NEON data.
created_at: '2023-08-25'
stargazers_count: 8
watchers_count: 4
open_issues_count: 0
forks_count: 5
documentation: https://neon-utilities-python.readthedocs.io/en/latest/
contrib_count: 6
last_commit: '2026-03-24'
labels:
- 6/pyOS-approved
active: true
- package_name: FElupe
package_description: Finite element analysis for continuum mechanics of
solid bodies.
submitting_author:
name: Andreas Dutzler
github_username: adtzlr
all_current_maintainers:
- name: Andreas Dutzler
github_username: adtzlr
repository_link: https://github.com/adtzlr/felupe
repository_host: github
version_submitted: v9.1.0
categories:
- data-retrieval
- data-extraction
- data-processing-munging
- data-visualization
editor:
name: Tetsuo Koyama
github_username: tkoyama010
eic:
name: Chiara Marmo
github_username: cmarmo
reviewers:
- name: Nicolás Guarín-Zapata
github_username: nicoguaro
- name: Carter Lee Rhea
github_username: crhea93
archive: https://zenodo.org/doi/10.5281/zenodo.17202699
version_accepted: 9.4.0
date_accepted: 2025-9-18
created_at: 2024-09-14 22:37:44+00:00
updated_at: 2025-11-17 22:40:42+00:00
closed_at: 2025-11-17 22:40:18+00:00
issue_link: https://github.com/pyOpenSci/software-submission/issues/212
joss: https://joss.theoj.org/papers/10.21105/joss.09160
partners:
gh_meta:
name: felupe
description: finite element analysis for continuum mechanics of solid
bodies
created_at: '2021-04-22'
stargazers_count: 171
watchers_count: 4
open_issues_count: 7
forks_count: 17
documentation: https://felupe.readthedocs.io/en/stable
contrib_count: 6
last_commit: '2026-04-06'
labels:
- 6/pyOS-approved
- 9/joss-approved
active: true
- package_name: Solar Data Tools
package_description: Library of tools for analyzing photovoltaic power
time-series data.
submitting_author:
name: Sara Miskovich
github_username: pluflou
all_current_maintainers:
- name: Sara A. Miskovich
github_username: pluflou
- name: Bennet Meyers
github_username: bmeyers
repository_link: https://github.com/slacgismo/solar-data-tools
repository_host: github
version_submitted: 1.6.4
categories:
- data-retrieval
- data-extraction
- data-processing-munging
- data-visualization
editor:
name: Silvana Ovaitt
github_username: shirubana
eic:
name: Chiara Marmo
github_username: cmarmo
reviewers:
- name: Jinning Wang
github_username: jinningwang
- name: Echedey Luis
github_username: echedey-ls
- name: Chris Deline
github_username: cdeline
archive: https://zenodo.org/doi/10.5281/zenodo.15243716
version_accepted: 1.7.1
date_accepted: '2025-06-13'
created_at: 2024-08-17 06:30:02+00:00
updated_at: 2025-06-27 21:22:44+00:00
closed_at: 2025-06-27 21:22:44+00:00
issue_link: https://github.com/pyOpenSci/software-submission/issues/210
joss: https://joss.theoj.org/papers/10.21105/joss.08478
partners:
gh_meta:
name: solar-data-tools
description: 'Some data analysis tools for working with historical PV solar
time-series data sets. '
created_at: '2019-02-17'
stargazers_count: 94
watchers_count: 9
open_issues_count: 5
forks_count: 32
documentation: https://solar-data-tools.readthedocs.io
contrib_count: 20
last_commit: '2026-04-10'
labels:
- 6/pyOS-approved
- 9/joss-approved
active: true
- package_name: THzTools
package_description: Data analysis software tools for terahertz time-domain
spectroscopy (THz-TDS)
submitting_author:
name: J. Steven Dodge
github_username: jsdodge
all_current_maintainers:
- name: J. Steven Dodge
github_username: jsdodge
repository_link: https://github.com/dodge-research-group/thztools
repository_host: github
version_submitted: 0.5.4
categories:
- data-processing-munging
editor:
name: Bane Sullivan
github_username: banesullivan
eic:
name: Chiara Marmo
github_username: cmarmo
reviewers:
- name: Frank Male
github_username: frank1010111
- name:
github_username: Romain-Peretti
archive: https://zenodo.org/doi/10.5281/zenodo.10100093
version_accepted: 0.5.5
date_accepted: '2024-11-22'
created_at: 2024-08-01 11:54:53+00:00
updated_at: 2025-03-26 06:49:24+00:00
closed_at: 2024-12-03 02:41:20+00:00
issue_link: https://github.com/pyOpenSci/software-submission/issues/209
joss: https://joss.theoj.org/papers/10.21105/joss.07542
partners:
gh_meta:
name: thztools
description: Tools for terahertz time-domain spectroscopy (THz-TDS)
created_at: '2022-11-22'
stargazers_count: 27
watchers_count: 2
open_issues_count: 2
forks_count: 15
documentation: https://dodge-research-group.github.io/thztools/
contrib_count: 5
last_commit: '2024-12-03'
labels:
- 6/pyOS-approved
- 9/joss-approved
active: true
- package_name: MontePy
package_description: MontePy is a python library for reading, editing, and
writing MCNP input files.
submitting_author:
name: Micah Gale
github_username: micahgale
all_current_maintainers:
- name: Micah Gale
github_username: micahgale
- name: Travis L.
github_username: tjlaboss
repository_link: https://github.com/idaholab/MontePy
repository_host: github
version_submitted: 0.2.10
categories:
- workflow-automation
- scientific-software-wrapper
editor:
name: Kelly L. Rowland
github_username: kellyrowland
eic:
name: Chiara Marmo
github_username: cmarmo
reviewers:
- name: Madicken Munk
github_username: munkm
- name: Joanna Piper Morgan
github_username: jpmorgan98
archive: https://zenodo.org/doi/10.5281/zenodo.15185506
version_accepted: 0.5.5
date_accepted: '2025-03-19'
created_at: 2024-07-01 21:04:05+00:00
updated_at: 2025-05-20 13:22:25+00:00
closed_at: 2025-04-30 19:12:35+00:00
issue_link: https://github.com/pyOpenSci/software-submission/issues/205
joss: https://joss.theoj.org/papers/10.21105/joss.07951
partners:
gh_meta:
name: MontePy
description: MontePy is the most user friendly Python library (API) to
read, edit, and write MCNP input files.
created_at: '2024-01-09'
stargazers_count: 57
watchers_count: 4
open_issues_count: 105
forks_count: 19
documentation: https://www.montepy.org/
contrib_count: 8
last_commit: '2026-04-02'
labels:
- 6/pyOS-approved
- 9/joss-approved
active: true
- package_name: Great Tables
package_description: Make awesome display tables using Python.
submitting_author:
name: Richard Iannone
github_username: rich-iannone
all_current_maintainers:
- name: Richard Iannone
github_username: rich-iannone
- name: Michael Chow
github_username: machow
repository_link: https://github.com/posit-dev/great-tables
repository_host: github
version_submitted: v0.13.0
categories:
- data-visualization
editor:
name: Alex Batisse
github_username: Batalex
eic:
name: Alex Batisse
github_username: Batalex
reviewers:
- name:
github_username: cjbassin
- name: Guillaume Lemaitre
github_username: glemaitre
archive: https://zenodo.org/doi/10.5281/zenodo.15312934
version_accepted: v0.14.0
date_accepted: '2025-01-03'
created_at: 2024-06-14 19:55:59+00:00
updated_at: 2025-07-29 22:16:52+00:00
closed_at: 2025-07-29 22:16:20+00:00
issue_link: https://github.com/pyOpenSci/software-submission/issues/202
joss:
partners:
gh_meta:
name: great-tables
description: Make awesome display tables using Python
created_at: '2022-05-06'
stargazers_count: 2635
watchers_count: 15
open_issues_count: 120
forks_count: 123
documentation: https://posit-dev.github.io/great-tables/
contrib_count: 30
last_commit: '2026-04-10'
labels:
- 6/pyOS-approved
active: true
- package_name: Stingray
package_description: A spectral-timing software package for astrophysical
X-ray (and other) data
submitting_author:
name: Matteo Bachetti
github_username: matteobachetti
all_current_maintainers:
- name: Daniela Huppenkothen
github_username: dhuppenkothen
- name: Guglielmo Mastroserio
github_username: mgullik
- name: John Swinbank
github_username: jdswinbank
- name:
github_username: matteolucchini1
repository_link: https://github.com/stingraysoftware/stingray
repository_host: github
version_submitted: '2.1'
categories:
- data-processing-munging
- data-validation-testing
editor:
name: Hans Moritz Günther
github_username: hamogu
eic:
name: Chiara Marmo
github_username: cmarmo
reviewers:
- name: Tom Aldcroft
github_username: taldcroft
- name: Mason Ng
github_username: masonng-astro
archive: https://zenodo.org/doi/10.5281/zenodo.11383212
version_accepted: '2.1'
date_accepted: '2024-10-01'
created_at: 2024-06-14 12:59:47+00:00
updated_at: 2024-11-23 00:06:34+00:00
closed_at: 2024-11-13 00:03:51+00:00
issue_link: https://github.com/pyOpenSci/software-submission/issues/201
joss: https://joss.theoj.org/papers/10.21105/joss.07389
partners:
- astropy
gh_meta:
name: stingray
description: Anything can happen in the next half hour (including
spectral timing made easy)!
created_at: '2015-09-30'
stargazers_count: 213
watchers_count: 17
open_issues_count: 45
forks_count: 178
documentation: https://stingray.science/stingray
contrib_count: 58
last_commit: '2026-03-16'
labels:
- 6/pyOS-approved
- 9/joss-approved
- astropy
active: true
- package_name: astrodata
package_description: Common interface for astronomical data products.
submitting_author:
name: D.J. Teal
github_username: teald
all_current_maintainers:
- name: Teal
github_username: teald
- name: Chris Simpson
github_username: chris-simpson
- name:
github_username: jehturner
repository_link: https://github.com/GeminiDRSoftware/astrodata
repository_host: github
version_submitted: 2.9.2
categories:
- data-extraction
- data-processing-munging
editor:
name: Hans Moritz Günther
github_username: hamogu
eic:
reviewers:
- name: Aarya Patil
github_username: aaryapatil
- name: Matt Craig
github_username: mwcraig
archive: https://zenodo.org/records/14804283
version_accepted: 2.10.1
date_accepted: '2025-02-04'
created_at: 2024-05-13 23:48:03+00:00
updated_at: 2025-04-11 19:09:21+00:00
closed_at: 2025-04-11 19:09:19+00:00
issue_link: https://github.com/pyOpenSci/software-submission/issues/181
joss:
partners:
- astropy
gh_meta:
name: astrodata
description:
created_at: '2023-10-17'
stargazers_count: 1
watchers_count: 2
open_issues_count: 16
forks_count: 3
documentation: https://geminidrsoftware.github.io/astrodata/
contrib_count: 4
last_commit: '2025-04-02'
labels:
- 6/pyOS-approved
- astropy
active: true
- package_name: QuadratiK
package_description: QuadratiK includes test for multivariate normality,
test for uniformity on the sphere, non-parametric two- and k-sample
tests, random generation of points from the Poisson kernel-based density
and clustering algorithm for spherical data.
submitting_author:
name: Raktim Mukhopadhyay
github_username: rmj3197
all_current_maintainers:
- name: Raktim Mukhopadhyay
github_username: rmj3197
- name: Giovanni Saraceno
github_username: giovsaraceno
repository_link: https://github.com/rmj3197/QuadratiK
repository_host: github
version_submitted: 1.1.0
categories:
- data-processing-munging
editor:
name: Isabel Zimmerman
github_username: isabelizimm
eic:
name: Alex Batisse
github_username: Batalex
reviewers:
- name: Alyssa Columbus
github_username: acolum
- name: Avik Basu
github_username: ab93
archive: https://zenodo.org/records/14546750
version_accepted: 1.1.2
date_accepted: '2024-12-03'
created_at: 2024-05-13 21:23:44+00:00
updated_at: 2025-03-17 01:23:41+00:00
closed_at: 2025-02-27 20:45:41+00:00
issue_link: https://github.com/pyOpenSci/software-submission/issues/180
joss:
partners:
gh_meta:
name: QuadratiK
description: QuadratiK includes test for multivariate normality, test
for uniformity on the sphere, non-parametric two- and k-sample
tests, random generation of points from the Poisson kernel-based
density and clustering algorithm for spherical data.
created_at: '2024-02-04'
stargazers_count: 3
watchers_count: 2
open_issues_count: 0
forks_count: 0
documentation: https://quadratik.readthedocs.io/
contrib_count: 1
last_commit: '2026-02-06'
labels:
- 6/pyOS-approved
active: true
- package_name: PyPartMC
package_description: Python interface to PartMC aerosol-dynamics Monte-Carlo
simulation package
submitting_author:
name: Sylwester Arabas
github_username: slayoo
all_current_maintainers:
- name: Zach D'Aquino
github_username: zdaq12
- name: Jeffrey Curtis
github_username: jcurtis2
- name: Nicole Riemer
github_username: nriemer
- name: Matthew West
github_username: mwest1066
repository_link: https://github.com/open-atmos/PyPartMC/
repository_host: github
version_submitted: v1.2.0
categories:
- scientific-software-wrapper
editor:
name: Chiara Marmo
github_username: cmarmo
eic: