Python Forum
how to download a tarball on github?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to download a tarball on github?
#11
i don't want to see tarballs contained in a package, i want a tarball (instead of a zip file) of the package, possible for every package (on github).  is that what that will do?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply
#12
(Nov-03-2017, 12:46 AM)Skaperen Wrote: i don't want to see tarballs contained in a package, i want a tarball (instead of a zip file) of the package
You seems to be confusing about terms here.
You get the whole Repo as tarball,as i show with curl command in my post.
It's just the same content as Dowload ZIP,just that's is a a tarball. 
Or uncompressed with git clone repo.

A Package is more language specify,and has nothing to do what's shared on Github.
Sure a Python Repo usually have a setup.py so there is possible to make a package,
but most of the time this is already done bye owner of Repo and then package is shared on PyPi.
So Textblob Repo as i used as demo also have a PyPi link.
There also link to wheel files(which get made under package creation with setup.py).
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020