{"id":16499320,"url":"https://github.com/tpapp/browsetables.jl","last_synced_at":"2025-03-01T18:20:40.687Z","repository":{"id":53162245,"uuid":"153778457","full_name":"tpapp/BrowseTables.jl","owner":"tpapp","description":"Julia package for browsing tables that that implement the Tables.jl interface as HTML.","archived":false,"fork":false,"pushed_at":"2022-11-02T16:58:47.000Z","size":140,"stargazers_count":31,"open_issues_count":8,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-28T16:20:09.694Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tpapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-19T12:20:35.000Z","updated_at":"2024-11-15T16:12:06.000Z","dependencies_parsed_at":"2022-09-13T18:42:07.643Z","dependency_job_id":null,"html_url":"https://github.com/tpapp/BrowseTables.jl","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FBrowseTables.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FBrowseTables.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FBrowseTables.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpapp%2FBrowseTables.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpapp","download_url":"https://codeload.github.com/tpapp/BrowseTables.jl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241404961,"owners_count":19957736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T14:52:09.074Z","updated_at":"2025-03-01T18:20:40.657Z","avatar_url":"https://github.com/tpapp.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BrowseTables.jl\n\n![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)\n[![build](https://github.com/tpapp/BrowseTables.jl/workflows/CI/badge.svg)](https://github.com/tpapp/BrowseTables.jl/actions?query=workflow%3ACI)\n[![codecov.io](http://codecov.io/github/tpapp/BrowseTables.jl/coverage.svg?branch=master)](http://codecov.io/github/tpapp/BrowseTables.jl?branch=master)\n[![Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://tpapp.github.io/BrowseTables.jl/stable)\n[![Documentation](https://img.shields.io/badge/docs-master-blue.svg)](https://tpapp.github.io/BrowseTables.jl/dev)\n\nJulia package for browsing tables that that implement the [Tables.jl](https://github.com/JuliaData/Tables.jl) interface, as HTML.\n\n## Installation\n\nThe package is registered, install with\n\n```julia\npkg\u003e add BrowseTables\n```\n\n## Usage\n\n```julia\nusing BrowseTables, Tables\n# make example table, but any table that supports Tables.jl will work\ntable = Tables.columntable(collect(i == 5 ? (a = missing, b = \"string\", c = nothing) :\n                                   (a = i, b = Float64(i), c = 'a'-1+i) for i in 1:10))\nopen_html_table(table) # open in browser\nHTMLTable(table) # show HTML table using Julia's display system\n```\n\nThe package exports four symbols:\n\n1. `write_html_table` writes a table to a HTML file,\n2. `open_html_table` writes the table and opens it in a browser using [DefaultApplication.jl](https://github.com/tpapp/DefaultApplication.jl),\n3. `TableOptions` can be used to customize table appearance and HTML options for the above two functions.\n4. `HTMLTable` displays an HTML table using Julia's display system.  It needs a display supporting HTML output (e.g., [IJulia.jl](https://github.com/JuliaLang/IJulia.jl)).\n\nPlease read the docstrings for further information. That said, the primary design principle of this package is that it should “just work”, without further tweaking.\n\n## How it looks\n\nThe above table renders as\n\n\u003cimg src=\"./assets/readme_example.svg\" width=\"20%\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpapp%2Fbrowsetables.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpapp%2Fbrowsetables.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpapp%2Fbrowsetables.jl/lists"}