Package Details - python-jwt-doc
Metadata
- Version
- 2.10.1-2ubuntu0.1
- Architecture
all- Section
doc- Priority
optional- Source
pyjwt- Origin
- Ubuntu
- Maintainer
- Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
- Original Maintainer
- Debian Python Team <team+python@tracker.debian.org>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://github.com/jpadilla/pyjwt
- Description
Python 3 implementation of JSON Web Token (Documentation)
Relations
Depends
libjs-jquery (>= 3.6.0)
libjs-sphinxdoc (>= 8.2)
sphinx-rtd-theme-common (>= 3.0.2+dfsg)
Reverse Dependencies
Loading…
How to Install
Step 1: Add this APT server
Option A: Using APKG CLI (recommended):
sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/2
Don't have apkg?
See how to install APKG CLI.
Option B: Manual bash setup:
sudo mkdir -p /usr/share/keyrings && \
curl -sL https://apkg-dev.aiursoft.com/artifacts/certs/anduinos | gpg --dearmor | sudo tee /usr/share/keyrings/anduinos-archive-keyring.gpg > /dev/null && \
echo "Types: deb
URIs: https://apkg-dev.aiursoft.com/artifacts/anduinos/
Suites: questing-updates
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-2.sources && \
sudo apt update
Step 2: Install the package
sudo apt install python-jwt-doc
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 49 KB
Installed Size: 416 B
Component: main
Multi-Arch: foreign
Hashes
SHA256: 120fc093718787945e7d5c8f05f7261a576f2e2aa81efff09b3d1a42b6f5aef7 SHA1: a6e31d9b15e7375b9c220c78629a112c900f8e93 MD5: 0ef76eadf41b98640720719202bd0f55What is a Package?
A .deb package is a software bundle ready to install on Debian/Ubuntu systems. It contains binaries, configs, and dependency metadata.
How to use: First add the APT repository via sudo apkg add-source, then sudo apt install @pkg.Package. Or download the .deb directly.