Skip to content

Commit 19f5830

Browse files
committed
Add various projects
1 parent f2c5540 commit 19f5830

File tree

1 file changed

+37
-8
lines changed

1 file changed

+37
-8
lines changed

projects.yaml

Lines changed: 37 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,16 @@ projects:
136136
category: documentation
137137
conda_id: conda-forge/blacken-docs
138138
pypi_id: blacken-docs
139+
- name: mkdocstrings
140+
github_id: mkdocstrings/mkdocstrings
141+
labels: ["mkdocs"]
142+
category: documentation
143+
conda_id: conda-forge/mkdocstrings
144+
pypi_id: mkdocstrings
145+
- name: pdoc3
146+
github_id: pdoc3/pdoc
147+
category: documentation
148+
pypi_id: pdoc3
139149
- name: isort
140150
github_id: PyCQA/isort
141151
category: formatters
@@ -280,6 +290,15 @@ projects:
280290
category: linters
281291
labels: ["flake8", "mypy"]
282292
pypi_id: linty-fresh
293+
- name: python-devtools
294+
github_id: samuelcolvin/python-devtools
295+
category: logging
296+
pypi_id: python-devtools
297+
- name: wasabi
298+
github_id: ines/wasabi
299+
category: logging
300+
conda_id: conda-forge/wasabi
301+
pypi_id: wasabi
283302
- name: loguru
284303
github_id: Delgan/loguru
285304
category: logging
@@ -294,6 +313,13 @@ projects:
294313
category: dependency-managers
295314
conda_id: conda-forge/pipreqs
296315
pypi_id: pipreqs
316+
- name: heartrate
317+
github_id: alexmojaki/heartrate
318+
category: profiling
319+
pypi_id: heartrate
320+
- name: livepython
321+
github_id: agermanidis/livepython
322+
category: profiling
297323
- name: pympler
298324
github_id: pympler/pympler
299325
category: profiling
@@ -328,7 +354,7 @@ projects:
328354
category: profiling
329355
- name: Scalene
330356
pypi_id: scalene
331-
github_id: emeryberger/scalene
357+
github_id: plasma-umass/scalene
332358
category: profiling
333359
- name: pyinstrument
334360
pypi_id: pyinstrument
@@ -416,6 +442,10 @@ projects:
416442
github_id: ilevkivskyi/com2ann
417443
category: refactoring
418444
pypi_id: com2ann
445+
- name: detect-secrets
446+
github_id: Yelp/detect-secrets
447+
category: security
448+
pypi_id: detect-secrets
419449
- name: bandit
420450
github_id: PyCQA/bandit
421451
category: security
@@ -964,7 +994,7 @@ projects:
964994
category: testing
965995
pypi_id: mamba
966996
- name: coveralls-python
967-
github_id: coveralls-clients/coveralls-python
997+
github_id: TheKevJames/coveralls-python
968998
category: testing
969999
labels: ["pytest"]
9701000
pypi_id: coveralls
@@ -1047,7 +1077,7 @@ projects:
10471077
category: build-tools
10481078
pypi_id: pynt
10491079
- name: pipx
1050-
github_id: pipxproject/pipx
1080+
github_id: pypa/pipx
10511081
category: dependency-managers
10521082
pypi_id: pipx
10531083
- name: pip-run
@@ -1070,11 +1100,6 @@ projects:
10701100
github_id: timothycrosley/portray
10711101
category: documentation
10721102
pypi_id: portray
1073-
- name: mkdocstrings
1074-
github_id: pawamoy/mkdocstrings
1075-
category: documentation
1076-
labels: ["mkdocs"]
1077-
pypi_id: mkdocstrings
10781103
- name: mkdocs-pdf-export-plugin
10791104
github_id: zhaoterryy/mkdocs-pdf-export-plugin
10801105
category: documentation
@@ -1245,3 +1270,7 @@ projects:
12451270
github_id: willmcgugan/rich
12461271
conda_id: conda-forge/rich
12471272
category: logging
1273+
- name: briefcase
1274+
github_id: beeware/briefcase
1275+
category: packaging
1276+
pypi_id: briefcase

0 commit comments

Comments
 (0)