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

PyPi package #13

Open
msm-cert opened this issue Dec 16, 2024 · 1 comment
Open

PyPi package #13

msm-cert opened this issue Dec 16, 2024 · 1 comment

Comments

@msm-cert
Copy link

Hi,

I'd like to ask you to create a pypi package with this project (so it's installable with pip install pyinstxtractor-ng for example).

This may look stupid, since the project is just a single Python file, but:

  • Installation via pypi package is convenient, for example allows you to install a package in venv
  • It makes it very easy to add a script to PATH automatically (so one can run pyinstxtractor instead of python3 ~/opt/myscripts/pyinstxtractor.py or manually edit their path)
  • It will let me package it to my distribution (nixos) 🙃 (It looks more mature, and I won't have to explain why I want to package a "random" one file script from Github).

If you don't want to spend time on this:

  • I can send a PR to this repository with appropriate setup.py
  • I can package it and send to pypi myself (but I don't want to "squat" on your package name if you want to do it yourself).
@extremecoders-re
Copy link
Member

Hello,

A pypi package would be great. Feel free to send a PR with the setup.py

Thanks!

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

No branches or pull requests

2 participants