-
Notifications
You must be signed in to change notification settings - Fork 66
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
Can a python/pip requirements.txt file be added? #25
Comments
Yes, can be done, let me look into this. It might take me some time as I am a bit preoccupied with other things at the moment. |
While you are at it, a |
I just added a skeleton .gitignore file. I will be looking at the pip thing soon. |
The standard Python setup.py should also be included while you're at it. Then every Python dev and distro packager can automatically know how to install this project, without having to read docs or figure out custom layouts. |
Added a first |
Branch packagable includes a pyproject.toml, setup.cfg and setup.py. It does not compile the kaitai parsers (yet) however. |
So you can easily set up a python virtual env? If you would consider merging I can create a fork.
Regards,
Jaap
The text was updated successfully, but these errors were encountered: