@@ -959,10 +959,9 @@ projects:
959
959
labels : ["pytest"]
960
960
conda_id : conda-forge/pytest-testmon
961
961
pypi_id : pytest-testmon
962
- - name : mamba
962
+ - name : Mamba Test Runner
963
963
github_id : nestorsalceda/mamba
964
964
category : testing
965
- conda_id : conda-forge/mamba
966
965
pypi_id : mamba
967
966
- name : coveralls-python
968
967
github_id : coveralls-clients/coveralls-python
@@ -1125,10 +1124,6 @@ projects:
1125
1124
github_id : jamesabel/pyship
1126
1125
category : packaging
1127
1126
pypi_id : pyship
1128
- - name : pyship
1129
- github_id : jamesabel/pyship
1130
- category : packaging
1131
- pypi_id : pyship
1132
1127
- name : universal-build
1133
1128
github_id : ml-tooling/universal-build
1134
1129
category : build-tools
@@ -1139,3 +1134,96 @@ projects:
1139
1134
category : documentation
1140
1135
pypi_id : lazydocs
1141
1136
show : True
1137
+ - name : yala
1138
+ github_id : cemsbr/yala
1139
+ category : linters
1140
+ labels : ["flake8", "pylint"]
1141
+ pypi_id : yala
1142
+ # - name: docutils
1143
+ # conda_id: conda-forge/docutils
1144
+ # pypi_id: docutils
1145
+ - name : python-json-logger
1146
+ github_id : madzak/python-json-logger
1147
+ category : logging
1148
+ conda_id : conda-forge/python-json-logger
1149
+ pypi_id : python-json-logger
1150
+ - name : sentry-sdk
1151
+ github_id : getsentry/sentry-python
1152
+ category : logging
1153
+ conda_id : conda-forge/sentry-sdk
1154
+ pypi_id : sentry-sdk
1155
+ - name : tabulate
1156
+ github_id : astanin/python-tabulate
1157
+ category : logging
1158
+ conda_id : conda-forge/tabulate
1159
+ pypi_id : tabulate
1160
+ - name : colorlog
1161
+ github_id : borntyping/python-colorlog
1162
+ category : logging
1163
+ conda_id : conda-forge/colorlog
1164
+ pypi_id : colorlog
1165
+ - name : packaging
1166
+ github_id : pypa/packaging
1167
+ category : packaging
1168
+ conda_id : conda-forge/packaging
1169
+ pypi_id : packaging
1170
+ - name : pre-commit
1171
+ github_id : pre-commit/pre-commit
1172
+ category : others
1173
+ conda_id : conda-forge/pre-commit
1174
+ pypi_id : pre-commit
1175
+ - name : progressbar2
1176
+ github_id : WoLpH/python-progressbar
1177
+ category : logging
1178
+ conda_id : conda-forge/progressbar2
1179
+ pypi_id : progressbar2
1180
+ - name : alive-progress
1181
+ github_id : rsalmei/alive-progress
1182
+ category : logging
1183
+ pypi_id : alive-progress
1184
+ conda_id : conda-forge/alive-progress
1185
+ - name : tqdm
1186
+ github_id : tqdm/tqdm
1187
+ category : logging
1188
+ license : MIT
1189
+ pypi_id : tqdm
1190
+ conda_id : conda-forge/tqdm
1191
+ - name : playwright-python
1192
+ github_id : microsoft/playwright-python
1193
+ category : testing
1194
+ pypi_id : playwright
1195
+ - name : PrettyErrors
1196
+ github_id : onelivesleft/PrettyErrors
1197
+ category : logging
1198
+ pypi_id : pretty_errors
1199
+ - name : notifiers
1200
+ github_id : liiight/notifiers
1201
+ category : logging
1202
+ pypi_id : notifiers
1203
+ - name : rebound
1204
+ github_id : shobrook/rebound
1205
+ category : logging
1206
+ conda_id : conda-forge/rebound
1207
+ pypi_id : rebound
1208
+ - name : prettytable
1209
+ github_id : jazzband/prettytable
1210
+ category : logging
1211
+ conda_id : conda-forge/prettytable
1212
+ pypi_id : prettytable
1213
+ - name : python-coloredlogs
1214
+ github_id : xolox/python-coloredlogs
1215
+ category : logging
1216
+ pypi_id : coloredlogs
1217
+ - name : mamba
1218
+ github_id : mamba-org/mamba
1219
+ category : dependency-managers
1220
+ conda_id : conda-forge/mamba
1221
+ - name : Bpytop
1222
+ pypi_id : bpytop
1223
+ github_id : aristocratos/bpytop
1224
+ category : profiling
1225
+ - name : unittest
1226
+ homepage : https://docs.python.org/3/library/unittest.html
1227
+ description : " Unittest is a test framework included in the Python standard library."
1228
+ resource : True
1229
+ category : testing
0 commit comments