René's URL Explorer Experiment


Title: FEAT: Overall progress bar for multi-file downloads · Issue #71 · dbpedia/databus-python-client · GitHub

Open Graph Title: FEAT: Overall progress bar for multi-file downloads · Issue #71 · dbpedia/databus-python-client

X Title: FEAT: Overall progress bar for multi-file downloads · Issue #71 · dbpedia/databus-python-client

Description: Feature Request **Describe the feature you'd like** When downloading a group, artifact, or collection — which can contain dozens or hundreds of files — the CLI currently shows an individual `tqdm` progress bar for each file but gives no ...

Open Graph Description: Feature Request **Describe the feature you'd like** When downloading a group, artifact, or collection — which can contain dozens or hundreds of files — the CLI currently shows an individual `tqdm` ...

X Description: Feature Request **Describe the feature you'd like** When downloading a group, artifact, or collection — which can contain dozens or hundreds of files — the CLI currently shows an individual `tq...

Opengraph URL: https://github.com/dbpedia/databus-python-client/issues/71

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"FEAT: Overall progress bar for multi-file downloads   ","articleBody":" # Feature Request                                                                                                         \n                                                                                                                              \n    **Describe the feature you'd like**                                                                                       \n    When downloading a group, artifact, or collection — which can contain dozens or                                           \n    hundreds of files — the CLI currently shows an individual `tqdm` progress bar for                                         \n    each file but gives no indication of overall progress.                                                                    \n                                                                                                                              \n    Add a second, outer progress bar that tracks overall batch progress:                                                      \n                                                                                                                              \n                                                                                                                              \n  Downloading group: dbpedia/mappings                                                                                         \n  Overall  [=====\u003e          ]  12/47 files  |  340 MiB / 1.2 GiB                                                              \n  Current  [=========\u003e      ]  file.ttl.bz2  87 MiB  [12.3 MiB/s]                                                             \n                                                                                                                              \n                                                                                                                              \n    **Why is this feature important?**                                                                                        \n    - When downloading a large collection (e.g. `dbpedia-snapshot-2022-12` with 100+                                          \n      files and several GiB of data), the user has no way to know how much is left or                                         \n      how long it will take.                                                                                                  \n    - The current experience shows one bar per file that disappears after each download,                                      \n      making it feel like an endless sequence with no end in sight.                                                           \n    - An overall counter (e.g. `12/47 files`) gives users enough context to leave the                                         \n      process running with confidence.                                                                                        \n                                                                                                                              \n    **Describe the proposed implementation**                                                                                  \n    The `_download_files()` function in `download.py` iterates over a list of URLs.                                           \n    Wrapping that loop with a `tqdm` outer bar requires minimal change:                                                       \n                                                                                                                              \n    ```python                                                                                                                 \n    from tqdm import tqdm                                                                                                     \n                                                                                                                              \n    def _download_files(urls, localDir, ...):                                                                                 \n        with tqdm(total=len(urls), desc=\"Overall\", unit=\"file\", position=0) as overall:                                       \n            for url in urls:                                                                                                  \n                _download_file(url, localDir, ...)                                                                            \n                overall.update(1)                                                                                             \n                                                                                                                              \n  The per-file  tqdm  bar inside  _download_file  would use  position=1  to render                                            \n  below the overall bar without overwriting it.                                                                               \n                                                                                                                              \n  Optionally, if file sizes are known upfront (e.g. from JSON-LD  byteSize  fields),                                          \n  the overall bar can also show bytes:                                                                                        \n                                                                                                                              \n    Overall  [=====\u003e    ]  12/47 files  |  340 MiB / 1.2 GiB                                                                  \n                                                                                                                              \n  Describe alternatives you've considered                                                                                     \n                                                                                                                              \n  • Printing  \"Downloading file N of M: ...\"  as plain text before each file — simple                                         \n  to implement but less visually clear than a progress bar.                                                                   \n  • Suppressing per-file bars and only showing the overall bar — loses per-file speed                                         \n  and ETA information which is useful for large individual files.                                                             \n                                                                                                                              \n  Additional context                                                                                                          \n                                                                                                                              \n  •  tqdm  is already a dependency ( tqdm = \"^4.42.1\"  in  pyproject.toml ) so no                                             \n  new dependencies are needed.                                                                                                \n  • Affected functions:  _download_files() ,  _download_collection() ,                                                        \n   _download_artifact() ,  _download_group()  — all in  download.py .                                                         \n  • The  tqdm   position  parameter supports nested bars natively.                                                            \n                                                       ","author":{"url":"https://github.com/Prakhar54-byte","@type":"Person","name":"Prakhar54-byte"},"datePublished":"2026-07-05T20:09:50.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/71/databus-python-client/issues/71"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:330441fc-b5a7-820f-1ab6-9823e167a7d4
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC922:3CECE3:359DAF:47E184:6A4C2AF8
html-safe-nonce80bba8ad9b258e51b4c87e5cd3bd412088c6886097c3b96f724e4308a655d1ff
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDOTIyOjNDRUNFMzozNTlEQUY6NDdFMTg0OjZBNEMyQUY4IiwidmlzaXRvcl9pZCI6IjY1MzU4NDA5OTgxMzU0NDIxNjgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacfcf1ba1ffcf29ece31b1bcd961e942a206c3660db43164ab02794dad0082d993
hovercard-subject-tagissue:4814272686
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/dbpedia/databus-python-client/71/issue_layout
twitter:imagehttps://opengraph.githubassets.com/38cf7fb7b683d253c898e2118eabcaf7a80fa44769088e765039fd27819f69a4/dbpedia/databus-python-client/issues/71
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/38cf7fb7b683d253c898e2118eabcaf7a80fa44769088e765039fd27819f69a4/dbpedia/databus-python-client/issues/71
og:image:altFeature Request **Describe the feature you'd like** When downloading a group, artifact, or collection — which can contain dozens or hundreds of files — the CLI currently shows an individual `tqdm` ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamePrakhar54-byte
hostnamegithub.com
expected-hostnamegithub.com
None1b6b16d04026f131a36d57e3b01d0f4d26a51800edf48bf5ed0256e0ac905511
turbo-cache-controlno-preview
go-importgithub.com/dbpedia/databus-python-client git https://github.com/dbpedia/databus-python-client.git
octolytics-dimension-user_id2864602
octolytics-dimension-user_logindbpedia
octolytics-dimension-repository_id605605041
octolytics-dimension-repository_nwodbpedia/databus-python-client
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id605605041
octolytics-dimension-repository_network_root_nwodbpedia/databus-python-client
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release9ee13484b32cf23e15fde191da4c9aa47d41201c
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/dbpedia/databus-python-client/issues/71#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdbpedia%2Fdatabus-python-client%2Fissues%2F71
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdbpedia%2Fdatabus-python-client%2Fissues%2F71
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=dbpedia%2Fdatabus-python-client
Reloadhttps://github.com/dbpedia/databus-python-client/issues/71
Reloadhttps://github.com/dbpedia/databus-python-client/issues/71
Reloadhttps://github.com/dbpedia/databus-python-client/issues/71
Please reload this pagehttps://github.com/dbpedia/databus-python-client/issues/71
dbpedia https://github.com/dbpedia
databus-python-clienthttps://github.com/dbpedia/databus-python-client
Notifications https://github.com/login?return_to=%2Fdbpedia%2Fdatabus-python-client
Fork 17 https://github.com/login?return_to=%2Fdbpedia%2Fdatabus-python-client
Star 11 https://github.com/login?return_to=%2Fdbpedia%2Fdatabus-python-client
Code https://github.com/dbpedia/databus-python-client
Issues 16 https://github.com/dbpedia/databus-python-client/issues
Pull requests 14 https://github.com/dbpedia/databus-python-client/pulls
Actions https://github.com/dbpedia/databus-python-client/actions
Projects https://github.com/dbpedia/databus-python-client/projects
Security and quality 0 https://github.com/dbpedia/databus-python-client/security
Insights https://github.com/dbpedia/databus-python-client/pulse
Code https://github.com/dbpedia/databus-python-client
Issues https://github.com/dbpedia/databus-python-client/issues
Pull requests https://github.com/dbpedia/databus-python-client/pulls
Actions https://github.com/dbpedia/databus-python-client/actions
Projects https://github.com/dbpedia/databus-python-client/projects
Security and quality https://github.com/dbpedia/databus-python-client/security
Insights https://github.com/dbpedia/databus-python-client/pulse
#76https://github.com/dbpedia/databus-python-client/pull/76
FEAT: Overall progress bar for multi-file downloads https://github.com/dbpedia/databus-python-client/issues/71#top
#76https://github.com/dbpedia/databus-python-client/pull/76
enhancementNew feature or requesthttps://github.com/dbpedia/databus-python-client/issues?q=state%3Aopen%20label%3A%22enhancement%22
https://github.com/Prakhar54-byte
Prakhar54-bytehttps://github.com/Prakhar54-byte
on Jul 5, 2026https://github.com/dbpedia/databus-python-client/issues/71#issue-4814272686
enhancementNew feature or requesthttps://github.com/dbpedia/databus-python-client/issues?q=state%3Aopen%20label%3A%22enhancement%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.