Python Forum
get code with pip - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: get code with pip (/thread-26609.html)



get code with pip - Skaperen - May-07-2020

does pip have a way to get the code without installing?


RE: get code with pip - ndc85430 - May-07-2020

Did you at least try pip download, as listed in the docs?


RE: get code with pip - Skaperen - May-09-2020

(May-07-2020, 03:36 AM)ndc85430 Wrote: Did you at least try pip download, as listed in the docs?

that's not in the man page. but, at least it works. thanks!

so, where is the documentation on how to use dnspython, such as its API?


RE: get code with pip - buran - May-09-2020

(May-09-2020, 01:41 AM)Skaperen Wrote: that's not in the man page. but, at least it works. thanks!

(May-09-2020, 01:41 AM)Skaperen Wrote: so, where is the documentation on how to use dnspython, such as its API?

do you refer to this package?
https://github.com/rthalley/dnspython
https://pypi.org/project/dnspython/
?


RE: get code with pip - Skaperen - May-09-2020

i found it at:

http://www.dnspython.org/docs/1.16.0/