Feneric / doxypypy

A more Pythonic version of doxypy, a Doxygen filter for Python.
GNU General Public License v2.0
149 stars 49 forks source link

Update package on PyPi #81

Closed rynkk closed 1 year ago

rynkk commented 3 years ago

The package distributed by PyPi seems to be outdated. The current version is from May 23, 2015. Important fixes like c0e95e4c3ecec10da9de00adae0d77bc52f3933f are not included there.

It might be sensible to bump the version number and update the package on PyPi.

Feneric commented 3 years ago

I'd like to try and work in a few more of the fixes that have been provided first, but they all have their own issues / lack tests / etc. and I've not had the time to address them. Any help is appreciated, but we are trying to ensure that doxypypy is pretty well tested and that features have associated tests.

Feneric commented 2 years ago

I'm looking to do so in the near future. I was trying to get a few fixes in / few pull requests in first, but unfortunately most are just me (in the former case) and just me providing tests (in the latter case) so it'll be when I can do it. Fixes with tests are hugely appreciated!

buhtz commented 2 years ago

Just in context of that Issue I tried to find out the version.

doxypypy.__version__ does not exist and even help(doxypypy) does not indicate a version. Only looking into the sources setup.py there is the same version as on PyPi.

How far away is the current upstream (this github repo) from the PyPi version? I wondering if I should install the github version.

EDIT: I am not an experienced Doxypypy-user but I would recommend to use the git version. I can an error like this TypeError: visit_Constant() got an unexpected keyword argument 'containingNodes' trying doxypyp -a -c file.py that does not appear when using the git version.

Feneric commented 1 year ago

The PyPi version now reflects the latest & greatest here in GitHub.