Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / rr-/docstring_parser issues and pull requests
#92 - Officially add support for python 3.13
Pull Request -
State: open - Opened by mauvilsa 2 months ago
- 2 comments
#91 - Remove deprecated and to be removed (in 3.14) old Ast classes
Pull Request -
State: open - Opened by fedepell 3 months ago
#89 - Change `Docstring.params` (and others) to be dict-like types
Issue -
State: open - Opened by LecrisUT 8 months ago
- 6 comments
#88 - Allowing `None` to `parse`
Issue -
State: open - Opened by jamesbraza 8 months ago
#87 - Remove newlines in descriptions that span multiple lines
Issue -
State: open - Opened by bkanuka 10 months ago
#86 - Parsing of last RST params definition (incorrectly) includes rest-of-docs.
Issue -
State: open - Opened by thorwhalen 11 months ago
#85 - Please make a new release with the python 3.12 support added in the commit: 969b64467647d23cd85767b09c7fdcbacbbff0cf
Issue -
State: closed - Opened by kbaikov 12 months ago
- 4 comments
#84 - DeprecationWarning: ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant instead
Issue -
State: closed - Opened by pawamoy over 1 year ago
- 1 comment
#83 - Add a 'description' property to docstrings
Pull Request -
State: closed - Opened by pR0Ps over 1 year ago
- 1 comment
#82 - Add support for python 3.12
Pull Request -
State: closed - Opened by mauvilsa over 1 year ago
#81 - [Bug in Google style] Return type parsed incorrectly with `a | b` style
Issue -
State: open - Opened by jsh9 over 1 year ago
#80 - Bring CI up to date
Issue -
State: open - Opened by rr- over 1 year ago
- 1 comment
#79 - chore(common): expose yields as a property.
Pull Request -
State: open - Opened by OmarAlJarrah over 1 year ago
- 2 comments
#78 - [Google style] Parse "Yields" and "Returns" sections together
Issue -
State: open - Opened by jsh9 over 1 year ago
#77 - Attribute parsing for epydoc parser
Pull Request -
State: open - Opened by Masara almost 2 years ago
- 1 comment
#76 - GoogleDocstrings: Issue Parsing `constr` with `regex` inside Attributes Section.
Issue -
State: open - Opened by OmarAlJarrah almost 2 years ago
#75 - Add Doxygen
Pull Request -
State: closed - Opened by nmd-2000 about 2 years ago
- 1 comment
#74 - Added installation instructions
Pull Request -
State: closed - Opened by jspaezp over 2 years ago
- 1 comment
#73 - Add published package installation to README
Issue -
State: closed - Opened by jspaezp over 2 years ago
- 4 comments
#72 - Attribute docstrings support
Pull Request -
State: closed - Opened by mauvilsa over 2 years ago
- 1 comment
#71 - Support attribute docstrings
Issue -
State: closed - Opened by mauvilsa over 2 years ago
- 11 comments
#70 - fix(numpydoc): improve detection of default value in parameter description
Pull Request -
State: closed - Opened by lars-reimann over 2 years ago
#69 - NumpyDoc: Default value can be specified as part of the type
Issue -
State: open - Opened by lars-reimann over 2 years ago
#68 - Combination of admonition, link, parameter type breaks long_description.
Issue -
State: open - Opened by songololo over 2 years ago
#67 - parser: fix autodetection error handling
Pull Request -
State: closed - Opened by rr- almost 3 years ago
- 2 comments
#66 - Release 0.14 breaks cause additional parsing errors
Issue -
State: closed - Opened by RouquinBlanc almost 3 years ago
- 2 comments
#65 - numpydoc: improve support for examples
Pull Request -
State: closed - Opened by rr- almost 3 years ago
- 2 comments
#64 - Examples attribute is empty when using numpydoc parser
Issue -
State: closed - Opened by Max-ChenFei almost 3 years ago
- 2 comments
#63 - Add API documentation to github workflows (take 2)
Pull Request -
State: closed - Opened by tristanlatr almost 3 years ago
- 2 comments
#62 - FEAT: Add support for numpydoc method section
Issue -
State: open - Opened by mmngreco about 3 years ago
#61 - newlines not preserved in google param description
Issue -
State: open - Opened by beasteers over 3 years ago
#60 - feat: support Example section for google docstring
Pull Request -
State: closed - Opened by yewentao256 over 3 years ago
- 5 comments
#59 - Create a conda package?
Issue -
State: closed - Opened by matthewwardrop over 3 years ago
- 2 comments
#58 - Add support for abbreviated rtype docstrings
Pull Request -
State: closed - Opened by abergou over 3 years ago
- 4 comments
#57 - rest: improve type parsing
Pull Request -
State: closed - Opened by abergou over 3 years ago
- 1 comment
#56 - Add utility to combine docstrings of callables
Pull Request -
State: closed - Opened by abergou over 3 years ago
- 4 comments
#55 - SystaxError with docstring_parser 0.10
Issue -
State: closed - Opened by salmon7 over 3 years ago
- 2 comments
#54 - ci: remove tox
Pull Request -
State: closed - Opened by rr- over 3 years ago
#53 - Syntax error on python 3.5
Issue -
State: closed - Opened by mauvilsa over 3 years ago
- 3 comments
#52 - attempts to preserve substring indentation
Pull Request -
State: open - Opened by ntjess over 3 years ago
- 1 comment
#51 - Optionally preserve sub-indentation while parsing?
Issue -
State: open - Opened by ntjess over 3 years ago
- 4 comments
#50 - rest: fix-up typos in compose
Pull Request -
State: closed - Opened by abergou over 3 years ago
#49 - Style and CI refactors
Pull Request -
State: closed - Opened by rr- over 3 years ago
#48 - Add precommit configuration, enforce it on CI
Issue -
State: closed - Opened by rr- over 3 years ago
#47 - epydoc: formatting improvements
Pull Request -
State: closed - Opened by abergou over 3 years ago
- 1 comment
#46 - Add compose functionality to render docstrings
Pull Request -
State: closed - Opened by abergou over 3 years ago
- 2 comments
#45 - Improve epydoc logic and add unparse functionality
Pull Request -
State: closed - Opened by abergou over 3 years ago
- 3 comments
#44 - epydoc: Add support for epydoc-style docstrings
Pull Request -
State: closed - Opened by abergou over 3 years ago
- 3 comments
#43 - Allows Docstring to return a list of DocstringReturns to better work with numpydoc
Pull Request -
State: closed - Opened by mayitbeegh over 3 years ago
- 4 comments
#42 - Google style docstring and sphinx directives issue
Issue -
State: open - Opened by Andry-Bal over 3 years ago
- 8 comments
#41 - Installation behind proxy not possible
Issue -
State: closed - Opened by DavidTorresOcana over 3 years ago
- 5 comments
#40 - Add API doc generation as part of the github workflow
Pull Request -
State: closed - Opened by tristanlatr over 3 years ago
- 3 comments
#39 - Provide detected style when auto mode is used
Issue -
State: closed - Opened by notmatthancock over 3 years ago
#38 - Github workflow so that tox testing is automatically run for pushes and pull requests
Pull Request -
State: closed - Opened by mauvilsa almost 4 years ago
- 1 comment
#37 - 🐛 [Google format] ValueError: not enough values to unpack (expected 2, got 1)
Issue -
State: closed - Opened by astariul almost 4 years ago
- 2 comments
#36 - Feature Request: support for deserializing to docstring
Issue -
State: closed - Opened by zhqu1148980644 almost 4 years ago
- 1 comment
#35 - Question: does it raise for invalid docstrings?
Issue -
State: closed - Opened by julien-c about 4 years ago
- 4 comments
#34 - Add description to setup
Issue -
State: closed - Opened by matan-h about 4 years ago
#33 - TypeError: 'DocstringReturns' object is not iterable
Issue -
State: closed - Opened by RansSelected about 4 years ago
- 2 comments
#32 - Feature request: parse TensorFlow documentation
Issue -
State: open - Opened by SamuelMarks over 4 years ago
- 3 comments
#31 - google: fix unknown meta
Pull Request -
State: closed - Opened by munagekar over 4 years ago
#30 - Create py.typed
Pull Request -
State: closed - Opened by bmc-msft over 4 years ago
- 3 comments
#29 - Parameter description parsing captures less indented text of another section
Issue -
State: closed - Opened by Ark-kun over 4 years ago
- 1 comment
#28 - feat: add py35 support
Pull Request -
State: closed - Opened by munagekar over 4 years ago
- 3 comments
#27 - Bug: Deprecation section are not parsed.
Issue -
State: closed - Opened by olive007 over 4 years ago
- 1 comment
#26 - Parser doesn't parse types in reStructurted Text format
Issue -
State: open - Opened by LostInDarkMath over 4 years ago
- 4 comments
#25 - Added flags for multiline description
Pull Request -
State: closed - Opened by HtheChemist over 4 years ago
- 3 comments
#24 - In ReST, default value is not found if description is multiline
Issue -
State: closed - Opened by HtheChemist over 4 years ago
- 1 comment
#23 - make a conda-forge package
Issue -
State: closed - Opened by Chilipp over 4 years ago
- 5 comments
#22 - Promotion
Issue -
State: closed - Opened by jpic almost 5 years ago
- 3 comments
#21 - "Attributes" in Numpy-style class docstrings are parsed as Parameters
Issue -
State: open - Opened by janfreyberg almost 5 years ago
- 5 comments
#20 - Removed `dataclass` usage for python3.6 compat
Pull Request -
State: closed - Opened by thekrampus almost 5 years ago
- 1 comment
#19 - Adds support for parsing numpydoc-style docstrings
Pull Request -
State: closed - Opened by thekrampus almost 5 years ago
- 4 comments
#18 - Doesn't work with docblockr type Strings
Issue -
State: open - Opened by davewd almost 5 years ago
#17 - google: fix comma detection for optional args
Pull Request -
State: closed - Opened by rob-blackbourn almost 5 years ago
- 1 comment
#16 - I’ve released a markdown documentation generator
Issue -
State: closed - Opened by rob-blackbourn about 5 years ago
- 2 comments
#15 - Fix package installation
Pull Request -
State: closed - Opened by EpicWink about 5 years ago
- 4 comments
#14 - common: add default to param
Pull Request -
State: closed - Opened by rob-blackbourn about 5 years ago
- 5 comments
#13 - google: made attributes param keywords
Pull Request -
State: closed - Opened by rob-blackbourn about 5 years ago
- 1 comment
#12 - Don't include license file as part of the package
Pull Request -
State: closed - Opened by EpicWink about 5 years ago
- 10 comments
#11 - Addd support for default parameter values
Issue -
State: closed - Opened by rob-blackbourn about 5 years ago
#10 - Fails to parse return type containing spaces
Issue -
State: closed - Opened by rob-blackbourn about 5 years ago
#9 - Added fix for complex return type
Pull Request -
State: closed - Opened by rob-blackbourn about 5 years ago
- 11 comments
#8 - Fails to parse google style when ",optional" in docstring.
Issue -
State: closed - Opened by rob-blackbourn about 5 years ago
- 7 comments
#7 - PyPI tarball lacks license
Issue -
State: closed - Opened by mia-0 about 5 years ago
- 3 comments
#6 - raise ParseError(f'Can\'t infer indent from "{chunk}"')
Issue -
State: closed - Opened by yalvhe2009 about 5 years ago
- 1 comment
#5 - Add support to custom sections on Google docstrings
Pull Request -
State: closed - Opened by pslacerda about 5 years ago
- 11 comments
#4 - Make setup.py compatible with python2
Pull Request -
State: closed - Opened by willthefrog over 5 years ago
#3 - Added NumPy-style docstring parsing
Pull Request -
State: closed - Opened by EpicWink almost 6 years ago
- 1 comment
#2 - Support multiple (Google, ReST) docstring styles
Pull Request -
State: closed - Opened by EpicWink almost 6 years ago
- 1 comment
#1 - Use README for package long-description
Pull Request -
State: closed - Opened by EpicWink almost 6 years ago
- 2 comments