Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release in github is 1.0 and in pypy.org is 0.8 #9

Open
m040601 opened this issue Aug 21, 2021 · 2 comments
Open

Release in github is 1.0 and in pypy.org is 0.8 #9

m040601 opened this issue Aug 21, 2021 · 2 comments

Comments

@m040601
Copy link

m040601 commented Aug 21, 2021

First of all, thank you for your work in this tool.
Love it. Simple and very well documented

Could you update the version released on pypy.org ?

I was wondering why my version didnt have the export pdf command.

Then I find out.
It's because I installed it with "pipx install wallabag-cli"
Which gave me version 0.8, Jan 17, 2020, https://pypi.org/search/?q=wallabag
Which doesnt have the pdf functionality.
The binary released on github is 1.0.

I dont have yet a package for my system, Arch Linux.
And I dont like to mess with the system wide binaries, tracked by the system.
So that's why I will never do things like manually installing binaries:

Download the latest binaries from ....
sudo mv wallabag /usr/local/bin

Or even using "pip" system wide:

pip install -r requirements.txt

I could install it user wide:
pip install --user wallabag-cli

But I also don't like it. And if it's a simple cli application, pipx gives a much cleaner and isolated installation. You could also add this information to the README

Thanks in advance.

https://github.com/pypa/pipx

Where Does pipx Install Apps From?
By default, pipx uses the same package index as pip, PyPI. pipx can also install from all other sources pip can, such as a local directory, wheel, git url, etc.

@Nepochal
Copy link
Owner

Nepochal commented Oct 30, 2021

Hi. Sorry, I did not see your issue until now.
Thanks for the praise. It's good to hear that others also like this little tool.

I'm not the maintainer of the pypi-project. And I always use the binary so I never cared about pypi.
Maybe @apetresc sees this issue and updates the project to version 1.0.2 on pypi.

I will look into pipx and maybe extend the documentation. But at first I will look into the open merge requests.

Kind regards

@apetresc
Copy link

apetresc commented Nov 4, 2021

I'll get on that right away :) Thanks for the heads-up.

(On that note, @Nepochal, would you like to be added as an owner of the PyPi package? You can use the setup.py on my fork.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants