You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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:
pyinstxtractor
instead ofpython3 ~/opt/myscripts/pyinstxtractor.py
or manually edit their path)If you don't want to spend time on this:
The text was updated successfully, but these errors were encountered: