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

Python Packaging using Python-Poetry #1241

Open
2 tasks done
stranger-danger-zamu opened this issue Jan 27, 2022 · 2 comments · May be fixed by #1242
Open
2 tasks done

Python Packaging using Python-Poetry #1241

stranger-danger-zamu opened this issue Jan 27, 2022 · 2 comments · May be fixed by #1242
Labels
enhancement New feature or request

Comments

@stranger-danger-zamu
Copy link

Checklist

  • I'm reporting a feature request
  • I've checked for similar feature requests including closed ones

Description

Currently Sherlock is never properly installed to the system or packaged into a python wheel. Instead it's pushed to a virutalenv or to the system python and still called via the sherlock.py script.

By using proper packaging, Sherlock can easily be packaged to be installed and become a command to be run from the command line. Poetry is a dependency management tool for Python which can be used to build python wheels and correctly set the console_script options allowing wheels to be installed as CLI tools.

@stranger-danger-zamu stranger-danger-zamu added the enhancement New feature or request label Jan 27, 2022
@stranger-danger-zamu stranger-danger-zamu linked a pull request Jan 27, 2022 that will close this issue
@akaye47

This comment has been minimized.

@HighnessAtharva
Copy link

a much needed feature

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

Successfully merging a pull request may close this issue.

3 participants