Search Criteria
Package Details: datasette 0.63.3-1
Git Clone URL: | https://aur.archlinux.org/datasette.git (read-only, click to copy) |
---|---|
Package Base: | datasette |
Description: | An open source multi-tool for exploring and publishing data |
Upstream URL: | https://datasette.io |
Keywords: | data python |
Licenses: | Apache |
Conflicts: | datasette |
Submitter: | NBonaparte |
Maintainer: | NBonaparte |
Last Packager: | NBonaparte |
Votes: | 1 |
Popularity: | 0.000001 |
First Submitted: | 2020-12-13 04:19 (UTC) |
Last Updated: | 2022-12-18 05:53 (UTC) |
Dependencies (17)
- python-aiofiles
- python-asgi-csrf
- python-asgiref (python-asgiref_patch)
- python-baseconv
- python-click
- python-click-default-group
- python-httpx (python-httpx0.13, python-httpx-git)
- python-hupper
- python-itsdangerous
- python-janus
- python-jinja
- python-mergedeep
- python-pint
- python-pluggy
- python-yaml (python-yaml-git)
- uvicorn
- python-setuptools (make)
Latest Comments
mgr commented on 2023-04-29 18:58 (UTC) (edited on 2023-04-29 18:59 (UTC) by mgr)
Hi, could it be that the latest release requires click-default-group-wheel[0] instead of click-default-group to run?
[0] https://github.com/simonw/click-default-group-wheel
KucharczykL commented on 2022-04-14 06:49 (UTC)
@NBonaparte
Yes,
python-setuptools
is installed.NBonaparte commented on 2022-04-14 04:47 (UTC)
Do you have
python-setuptools
installed? It seems to build fine for me.KucharczykL commented on 2022-04-04 12:59 (UTC) (edited on 2022-04-04 13:00 (UTC) by KucharczykL)
Hello, I think the package doesn't build anymore:
NBonaparte commented on 2021-07-02 02:01 (UTC)
I've created a
csvs-to-sqlite
package. Unfortunately it requires an out-of-date version ofpython-click
(7.0, while the version in the repos is 8.0). I manually changed the requirements toclick>=7.0
and it seems to work fine, let me know if it doesn't.m040601 commented on 2021-07-01 21:41 (UTC) (edited on 2021-07-01 21:43 (UTC) by m040601)
Thanks for your effort in providing these very active maintained and extremely usefull packages.
Datasette seems to be working properly now. Sqlite-utils also.
Hope that with enough votes and interest these can be made into official Arch packgaes.
csvs-to-sqlite also installs nicely with "pipx", to a users home dir. Because of it's dependencies on pandas and numpy it pulls 120 MB though to build a virtual env. That's a bit redundant, if one already has pandas in the system.
That's the reason I wanted to see a PKGBUILD also for csvs-to-sqlite
NBonaparte commented on 2021-07-01 20:44 (UTC)
I've updated the package to 0.57.1 which should fix this. I never got around to creating packages for those but I'll have a go at them now, thanks for the tip.
m040601 commented on 2021-07-01 08:39 (UTC) (edited on 2021-07-01 11:23 (UTC) by m040601)
This isnt installing datasette properly.
I testetd
and got errors, apparently related to some problem ??? with "itsdangerous":
I do have python-itsdangerous, the officiall arch package, in my system as a dependency from other package:
I also tested an alternative way of installing datasette. I used pipx, and it worked. This is the expected output, running datasette --help
PS:
Another two tools, from the same author, that are very usefull to work with datasette, and deserve a PKGBUILD are
https://github.com/simonw/csvs-to-sqlite https://pypi.org/project/csvs-to-sqlite/
https://pypi.org/project/sqlite-utils/ https://github.com/simonw/sqlite-utils