https://github.com/datamade/datasette-datatable
Export Datasette records as YAML
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
Repository
Export Datasette records as YAML
Statistics
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 3
- Releases: 1
Metadata Files
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
- Website: http://datamade.us
- Twitter: datamadeco
- Repositories: 123
- Profile: https://github.com/datamade
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
Top Committers
| Name | 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
- Homepage: https://github.com/datamade/datasette-datatable
- Documentation: https://datasette-datatable.readthedocs.io/
- License: Apache License, Version 2.0
-
Latest release: 0.0.1
published about 2 years ago