Search Criteria
Package Details: jupyterlab_code_formatter 3.0.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/jupyterlab_code_formatter.git (read-only, click to copy) |
---|---|
Package Base: | jupyterlab_code_formatter |
Description: | A universal code formatter for JupyterLab. |
Upstream URL: | https://jupyterlab-code-formatter.readthedocs.io/ |
Licenses: | MIT |
Submitter: | specter119 |
Maintainer: | specter119 (bcb) |
Last Packager: | bcb |
Votes: | 2 |
Popularity: | 0.000001 |
First Submitted: | 2019-09-03 10:16 (UTC) |
Last Updated: | 2024-12-26 17:24 (UTC) |
Dependencies (32)
- jupyter-lsp
- jupyterlab (jupyterlab-3)
- python (python37AUR, python311AUR, python310AUR)
- python-debugpy
- python-fqdn
- python-isoduration
- python-jsonpointer
- python-rfc3339-validator
- python-rfc3986-validator
- python-terminado
- python-types-python-dateutil
- python-uri-template
- python-webcolors
- python-build (make)
- python-hatch-jupyter-builder (make)
- python-hatch-nodejs-version (make)
- python-installer (make)
- python-black (python-black-gitAUR) (check)
- python-isort (check)
- python-pytest (check)
- python-pytest-jupyter (check)
- yapf (check)
- astyle (astyle-gitAUR) (optional) – formatting of C, C++, C# and Java code
- autopep8 (optional) – PEP8 compliant formatting of Python code using pycodestyle
- python-black (python-black-gitAUR) (optional) – PEP8 compliant formatting of Python code with Black
- python-isort (optional) – sort imports in Python code
- python-ruff (optional) – Python formatting using Ruff
- r-formatrAUR (optional) – automatic formatting of R code
- r-stylerAUR (optional) – R code formatting with Styler
- rust (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup) (optional) – formatting of Rust code
- scalafmtAUR (optional) – Scala code formatting
- yapf (optional) – Python code formatting
Latest Comments
leuko commented on 2024-09-07 19:07 (UTC)
I don't often work with Jupyter anymore. I cannot co-maintain anymore.
leuko commented on 2023-12-13 11:23 (UTC)
@specter119, I can maintain this package if you don't have time.
leuko commented on 2023-10-17 09:33 (UTC) (edited on 2023-10-17 09:33 (UTC) by leuko)
@jhossbach
types-python-dateutil
is missing in your PKGBUILD.python-requests>=2.31
is also a dep, which should be available in next days in official packages.thx Julian for your PKGBUILD!
jhossbach commented on 2023-06-19 15:52 (UTC)
Hey @specter119, can you update the package using the recommended python packaging guidelines? The pyproject.toml upstream now incorporates adding the extension to /usr/share/jupyter/labextension/ etc, same for the config directory. You can simply use the recommended package guidelines in https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517).
Please see https://github.com/jhossbach/jupyterlab-code-formatter for inspiration