Christian Buhtz
Christian Buhtz
So no please take a look. Would be glad to merge this because I don't use epydoc style. ;)
Or maybe you see an alternative mechanism to get meta data like version number from a centralized location (`__init__.py` in my case)?
Currently i am using a "simple" script that depends on a project with "modern" `src`-layout. ```Python3 #!/usr/bin/env python3 """Generate the documentation with pydoctor. The applications metadata is extracted from the...
What is the CI error with 3.6 about? I am not able to interpret the shell output.
Good morning @karlicoss , it's your final decision because you are the maintainer. I am totally fine with this. I will update my PR as you wish; maybe to tonight....
I removed the `try..except` blocks. Using `tox` made all 83 tests green. But `mypy` has something to say. Never used it before. ``` orgparse/__init__.py: note: In function "load": orgparse/__init__.py:148: error:...
OK, I modified my PR as you asked. Can I add something more to get this PR going?
Dear @karlicoss , can we merge that? That PR is blocking my next release.
Mhm... While developing [hyperorg](https://codeberg.org/buhtz/hyperorg) using `orgparse` I understand `orgparse` not as a parser for org content. For me it is more a parser for metadata in org-files (e.g. the `PROPERTIES`...
What is the maximum allowed line length in your project? I need that for configuring my linters. Some of your line longer than 80 chars (linter default).