https://github.com/datamade/datasette-datatable

Export Datasette records as YAML

https://github.com/datamade/datasette-datatable

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.6%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Export Datasette records as YAML

Basic Info
  • Host: GitHub
  • Owner: datamade
  • Language: CSS
  • Default Branch: main
  • Homepage:
  • Size: 134 KB
Statistics
  • Stars: 3
  • Watchers: 0
  • Forks: 0
  • Open Issues: 3
  • Releases: 1
Created about 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme

README.md

datasette-datatable

Export Datasette records in a form that the DataTables library understands.

Installation

Install this plugin in the same environment as Datasette. Note that this plugin is built against the development version of datasette, not the one released on PyPi.

$ datasette install datasette-datatable

Usage

Having installed this plugin, every table and query will gain a new .datatable export link.

You can also construct these URLs directly: /dbname/tablename.datatable

Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

cd datasette-datatable
python3 -mvenv venv
source venv/bin/activate

Or if you are using pipenv:

pipenv shell

Now install the dependencies and tests:

pip install https://github.com/simonw/datasette/archive/refs/heads/main.zip
pip install -e '.[test]'

To run the tests:

pytest

Owner

  • Name: datamade
  • Login: datamade
  • Kind: organization
  • Email: info@datamade.us
  • Location: Chicago, IL

We build open source technology using open data to empower journalists, researchers, governments and advocacy organizations.

GitHub Events

Total
  • Watch event: 2
Last Year
  • Watch event: 2

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 29
  • Total Committers: 2
  • Avg Commits per committer: 14.5
  • Development Distribution Score (DDS): 0.241
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Forest Gregg f****g@d****s 22
Simon Willison s****n@g****m 7
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 8
  • Total pull requests: 0
  • Average time to close issues: about 8 hours
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • fgregg (8)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 53 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 2
pypi.org: datasette-datatable

Export Datasette records as a DataTable

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 53 Last month
Rankings
Dependent packages count: 10.9%
Forks count: 32.7%
Average: 36.8%
Stargazers count: 42.4%
Dependent repos count: 61.1%
Maintainers (2)
Last synced: 11 months ago