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

Turn dnschef into a pip installable package #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

abravalheri
Copy link

Thank you very much for the script. It is very useful.

I did some changes to make the code ready for pip install. Please feel free to merge if you are interested.

Notes

  • With a copy of the repo, one can simply run from the project root:
$ python3 setup.py dists
  • As a result a .whl file will be created in the dist directory. This file can be installed with pip, and the dependencies will be automatically handled.
    If wanted, the wheel can also be submitted to PyPI with the help of twine.

  • Alternatively when distribution is not required, a simple python3 setup.py develop will also install the package locally.

  • PyScaffold automatically marks the package with a version given by git tags.

... so it does not require and additional pip instruction
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

Successfully merging this pull request may close these issues.

1 participant