An open API service providing commit metadata for open source projects.

GitHub / rr-/docstring_parser / commits

Parse Python docstrings in various flavors.

SHA Message Author Date Stats
8347d8fb fix: parse PEP 604 union simple types (int | str) in Google-style returns (#112) Vincent Gao <g****0@g****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
87dca55a Bump version: 0.17.0 → 0.18.0 Mauricio Villegas <5****a@u****m> 4 months ago
059d189e Support Python 3.14 (#111) Mauricio Villegas <5****a@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
9f8501fd Remove docstring_parser.tests from bdist (#107) Georgi Valkov <g****v@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
352ac5ac Add support for setting default value in type declaration for numpydoc, vario... Jakub Wlodek <j****v@g****m>
Committed by: GitHub <n****y@g****m>
5 months ago
434078c8 build: fix builds Dash <d****h@w****n> 12 months ago
37fac3d3 docs: fix missing changelog Dash <d****h@w****n> 12 months ago
b4a3c488 Allowing `parse` to work with missing `__doc__` (#103) James Braza <j****a@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
5a6c8dc1 Bump version: 0.17.0rc1 → 0.17.0 Mauricio Villegas <5****a@u****m> about 1 year ago
30c117ee Update CI (#93)
Co-authored-by: Cristian Le <g****b@l****e>, Mauricio Villegas <5****a@u****m>
tristanlatr <1****r@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
275c4e7a Bump version: 0.16.0 → 0.17.0rc1 Mauricio Villegas <5****a@u****m> about 1 year ago
821aaa50 Publish package to pypi using github action (#102) Mauricio Villegas <5****a@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
1a71adde More changes related to AST deprecations and removal of code for Python <= 3.... Mauricio Villegas <5****a@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
b64ad17e Remove deprecated and to be removed (in 3.14) old Ast classes (#91) Federico Pellegrin <f****e@e****g>
Committed by: GitHub <n****y@g****m>
about 1 year ago
76addf55 Missing changelog entries and Python 3.6 and 3.7 drop Mauricio Villegas <5****a@u****m> about 1 year ago
f2c97bdf Officially support Python 3.13 (#92) Mauricio Villegas <5****a@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
fbe53367 Fix: Handle multi-line parameter definitions in GoogleParser (#98) Lei Zhang <z****i@a****g>
Committed by: GitHub <n****y@g****m>
about 1 year ago
80034b89 Update versions in pre-commit config (#100) Mauricio Villegas <5****a@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
4163618e Update readme and changelog relating to hatchling (#99) Mauricio Villegas <5****a@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
aaf857d3 Switch to hatchling build-backend and drop Python<3.8 support (#90) Cristian Le <g****b@l****e>
Committed by: GitHub <n****y@g****m>
about 1 year ago
49511378 build: 0.16 Marcin Kurczewski <d****h@w****n> over 2 years ago
a12cca9b parser: add a description property to docstrings Carey Metcalfe <c****y@c****a>
Committed by: GitHub <n****y@g****m>
over 2 years ago
969b6446 misc: support Python 3.12 (#82) Mauricio Villegas <5****a@u****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
fd6fe7b3 epydoc: add missing attribute parsing Arsam <a****i@y****e>
Committed by: Dash <d****h@w****n>
over 3 years ago
703c6caf docs: add installation instructions J. Sebastian Paez <j****p@u****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
953b7028 docs: update changelog Marcin Kurczewski <d****h@w****n> almost 4 years ago
6bdde461 build: 0.15 Marcin Kurczewski <d****h@w****n> almost 4 years ago
01dbd845 parser: add parse_from_object Mauricio Villegas <m****e@y****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
51c2b6a7 numpydoc: improve handling default parameter values Lars Reimann <m****l@l****m>
Committed by: GitHub <n****y@g****m>
about 4 years ago
dc43c201 docs: fix readme rr- <d****h@w****n> about 4 years ago
183b11bc docs: update changelog rr- <d****h@w****n> over 4 years ago
4641ff5a build: 0.14.1 rr- <d****h@w****n> over 4 years ago
c1bf4bde parser: fix autodetection error handling rr- <d****h@w****n> over 4 years ago
933e2e33 build: 0.14 rr- <d****h@w****n> over 4 years ago
56258de7 numpydoc: improve support for examples (#65) Marcin Kurczewski <d****h@w****n>
Committed by: GitHub <n****y@g****m>
over 4 years ago
ba7c874c style: bump pre-commit packages; reformat rr- <d****h@w****n> over 4 years ago
1b47cda5 docs: add GH action-based API documentation tristanlatr <1****r@u****m>
Committed by: rr- <d****h@w****n>
over 4 years ago
2fc729ce build: switch to Poetry rr- <d****h@w****n> over 4 years ago
e35cf387 build: 0.13 rr- <d****h@w****n> over 4 years ago
b9304b57 google: support Example section yewentao <y****o@s****m>
Committed by: rr- <d****h@w****n>
almost 5 years ago
53a24833 build: 0.12 rr- <d****h@w****n> almost 5 years ago
e12ffce4 misc: support lone :rtype: meta rr- <d****h@w****n> almost 5 years ago
c6a28d76 build: 0.11 rr- <d****h@w****n> almost 5 years ago
1d1ff950 util: add utility to combine docstrings of callables (#56) abergou <A****u@d****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
10a9183c rest: improve type parsing
Co-authored-by: Attila Bergou <a****a@a****u>
abergou <A****u@d****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
ce073e38 misc: remove unused config rr- <r****-@s****l> about 5 years ago
dc8cd88b docs: add build badge rr- <r****-@s****l> about 5 years ago
61d6d1b1 ci: remove tox rr- <r****-@s****l>
Committed by: Marcin Kurczewski <r****-@s****l>
about 5 years ago
269884ae ci: merge .pylintrc to pyproject.toml rr- <r****-@s****l> about 5 years ago
696539f8 build: drop 3.5 support rr- <r****-@s****l> about 5 years ago
d799e041 rest: fix-up typos in compose Attila Bergou <a****a@a****u>
Committed by: Marcin Kurczewski <r****-@s****l>
about 5 years ago
2d651d69 build: 0.10 rr- <r****-@s****l> about 5 years ago
ae71a50a ci: add precommit rr- <r****-@s****l>
Committed by: Marcin Kurczewski <r****-@s****l>
about 5 years ago
c052a940 misc: add pylint; fix pylint warnings rr- <r****-@s****l>
Committed by: Marcin Kurczewski <r****-@s****l>
about 5 years ago
17b2309c misc: add precommit rr- <r****-@s****l>
Committed by: Marcin Kurczewski <r****-@s****l>
about 5 years ago
1b67dba6 misc: add compose functionality to render docstrings
Co-authored-by: Attila Bergou <a****a@a****u>
abergou <A****u@d****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
227e85f9 epydoc: formatting improvements (#47)
Co-authored-by: Attila Bergou <a****a@a****u>
abergou <A****u@d****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
6723b981 docs: reorder rr- <r****-@s****l> about 5 years ago
fa81feae epydoc: add support for epydoc-style docstrings abergou <A****u@d****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
f5703093 build: 0.9.1 rr- <r****-@s****l> about 5 years ago
884b4f96 rest: support deprecation rr- <r****-@s****l> about 5 years ago
e4ce80a4 google: don't crash on empty sections rr- <r****-@s****l> about 5 years ago
86046124 build: 0.9 rr- <r****-@s****l> about 5 years ago
39fd120f numpy: support many_returns Sean Lin <l****e@h****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
76637ab2 build: 0.8.1 rr- <r****-@s****l> about 5 years ago
7ca3883d google: raise an error for broken arguments (#35) rr- <r****-@s****l> about 5 years ago
6ab9239c build: 0.8 rr- <r****-@s****l> about 5 years ago
7a4334ab misc: rename Style to DocstringStyle rr- <r****-@s****l> about 5 years ago
ff9d9376 misc: add Style to Docstring (closes #39) rr- <r****-@s****l> about 5 years ago
1e01d2f5 misc: move Style to common and STYLES to parser rr- <r****-@s****l> about 5 years ago
0b92d19d misc: add short description (closes #34) rr- <r****-@s****l> about 5 years ago
572537d6 build: add GitHub actions Mauricio Villegas <m****e@y****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
b86176e7 build: add py.typed bmc-msft <4****t@u****m>
Committed by: rr- <r****-@s****l>
almost 6 years ago
e44a47c0 google: ignore unknown meta Abhishek Vilas Munagekar <a****k@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
a5dc2cd7 build: 0.7.3 rr- <r****-@s****l> almost 6 years ago
9b588df1 misc: add py35 support (#28) Abhishek Vilas Munagekar <a****k@g****m>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
c02f559f build: 0.7.2 rr- <r****-@s****l> about 6 years ago
8921b801 rest: add test for multiline parameters HtheChemist <b****l@g****m>
Committed by: rr- <r****-@s****l>
about 6 years ago
cf443d99 test; flags for multiline description HtheChemist <b****l@g****m>
Committed by: rr- <r****-@s****l>
about 6 years ago
83070189 build: 0.7.1 rr- <r****-@s****l> over 6 years ago
ecf48609 numpy: remove dataclass for py3.6 compat Rob Kelly <c****t@r****y>
Committed by: rr- <r****-@s****l>
over 6 years ago
4a9a6f73 build: 0.7 rr- <r****-@s****l> over 6 years ago
cdd2f405 docs: add note about black and isort rr- <r****-@s****l> over 6 years ago
569c88f2 style: run isort rr- <r****-@s****l> over 6 years ago
ae9899cb style: run black (quotes) rr- <r****-@s****l> over 6 years ago
39fbd914 style: run black rr- <r****-@s****l> over 6 years ago
136e8ff4 numpy: add support for numpydoc-style docstrings Rob Kelly <c****t@r****y>
Committed by: rr- <r****-@s****l>
over 6 years ago
35709e6d build: 0.6.1 rr- <r****-@s****l> over 6 years ago
a4e56014 google: fix comma detection for optional args Rob Blackbourn <r****n@b****m>
Committed by: rr- <r****-@s****l>
over 6 years ago
4e4ebc35 build: 0.6 rr- <r****-@s****l> over 6 years ago
fcb9b8c3 build: fix package installation Laurie Opperman <l****n@h****m>
Committed by: rr- <r****-@s****l>
over 6 years ago
3b1439b4 build: shift to setup.cfg rr- <r****-@s****l> over 6 years ago
af0a11d2 common: add default to param Rob Blackbourn <r****n@b****m>
Committed by: Marcin Kurczewski <r****-@s****l>
over 6 years ago
0517619a google: made attributes param keywords Rob Blackbourn <r****n@b****m>
Committed by: Marcin Kurczewski <r****-@s****l>
over 6 years ago
5fac292a google: improve support for return type names Rob Blackbourn <r****n@g****m>
Committed by: Marcin Kurczewski <r****-@s****l>
over 6 years ago
d3956f21 build: 0.5 rr- <r****-@s****l> over 6 years ago
4d8270fe common: support is_optional rr- <r****-@s****l> over 6 years ago
759c193f google: tidy up rr- <r****-@s****l> over 6 years ago
ad6230b1 common: restructure the project rr- <r****-@s****l> over 6 years ago
12615dc3 common: more streamlined meta rr- <r****-@s****l> over 6 years ago

← Back to repository