Hi,First of all, thanks for a great piece of software. jnius is definitely useful to anyone trying to use Java together with Python, and I definitely see myself using it in the near future.
However, the current situation is a little bit confusing. What I see is:
- The project is called "pyjnius". It is mentioned in the README, and it is also the name of the Github repository (kivy/pyjnius) and the ReadTheDocs site.
- The package name (for import from Python) is jnius
- This is fine so far, and pretty common for Python project, however...
- The PyPI entry is "jnius", not "pyjnius" (correct me if I'm wrong). This IMHO warrants a link in the README file
- There is a different, separately-maintained entry "pyjnius" on PyPI. As far as I know, this is physion's, however there is no mention on this on PyPI, it still points to your repository and ReadTheDocs site (only the version numbers don't match). Can you confirm this has nothing to do with you?
- Your project, kivy/pyjnius, is still developed. In fact, the current master has important fixes: I couldn't even install the released version on Mac OS. But the latest version on PyPI, 1.0.2, is nearly 3 years old!
It seems a shame to have completely non-code-related issues getting in the way of people using your software. All of that can probably be fixed easily, so I was wondering if you could perhaps:
- Confirm the previous info; this is all pretty confusing but hopefully I got this right
- Add a link to the PyPI entry in the README
- Do a new release and upload to PyPI, at least to help Mac users. I see that pyjnius has binaries but jnius does not, this might be something I can help you with.
Let me know if there's anything I can do.
Merci d'avance
--Rémi @remram44 Rampin
It's difficult to install with easyinstall or pip anyway. On most people using pyjnius have a dev setup. That's why there seem to be a lake of love in this regard.
about pypi jnius: Most of the time, pypi entries get the name of the python package. So, it's correct to have jnius as a pypi entry. There are other patterns but in context of pyjnius, it's a nice choice.
It installs correctly and tests works with 1.0.2 tag. matster doesn't work. I attached logs.
Let me know if there's anything I can do.Making it work on MacOs :)))
Hi,First of all, thanks for a great piece of software. jnius is definitely useful to anyone trying to use Java together with Python, and I definitely see myself using it in the near future.However, the current situation is a little bit confusing. What I see is:
- The project is called "pyjnius". It is mentioned in the README, and it is also the name of the Github repository (kivy/pyjnius) and the ReadTheDocs site.
- The package name (for import from Python) is jnius
- This is fine so far, and pretty common for Python project, however...
- The PyPI entry is "jnius", not "pyjnius" (correct me if I'm wrong). This IMHO warrants a link in the README file
- There is a different, separately-maintained entry "pyjnius" on PyPI. As far as I know, this is physion's, however there is no mention on this on PyPI, it still points to your repository and ReadTheDocs site (only the version numbers don't match). Can you confirm this has nothing to do with you?