Skip to content

Open Source Components

Python

Name License URL
Automat MIT https://github.com/glyph/Automat
Django BSD https://www.djangoproject.com/
PyJWT MIT https://github.com/jpadilla/pyjwt
Twisted MIT https://twistedmatrix.com/
aioredis MIT https://github.com/aio-libs/aioredis
asgiref BSD https://github.com/django/asgiref/
async-timeout Apache Software License https://github.com/aio-libs/async-timeout
attrs MIT https://www.attrs.org/
autobahn MIT http://crossbar.io/autobahn
certifi Mozilla Public License 2.0 (MPL 2.0) https://github.com/certifi/python-certifi
cffi MIT http://cffi.readthedocs.org
channels BSD http://github.com/django/channels
channels-redis BSD http://github.com/django/channels_redis/
charset-normalizer MIT https://github.com/ousret/charset_normalizer
click BSD https://palletsprojects.com/p/click/
constantly MIT https://github.com/twisted/constantly
cryptography Apache Software License; BSD https://github.com/pyca/cryptography
daphne BSD https://github.com/django/daphne
defusedxml Python Software Foundation License https://github.com/tiran/defusedxml
django-cleanup MIT https://github.com/un1t/django-cleanup
django-constance BSD https://github.com/jazzband/django-constance
django-crispy-forms MIT https://github.com/django-crispy-forms/django-crispy-forms
django-guardian BSD http://github.com/django-guardian/django-guardian
django-jsonform BSD https://www.github.com/bhch/django-jsonform
django-picklefield MIT http://github.com/gintas/django-picklefield
django-python3-ldap BSD https://github.com/etianen/django-python3-ldap
django-rest-knox MIT https://github.com/James1345/django-rest-knox
djangorestframework BSD https://www.django-rest-framework.org/
ecdsa MIT http://github.com/tlsfuzzer/python-ecdsa
gunicorn MIT http://gunicorn.org
h11 MIT https://github.com/python-hyper/h11
hiredis BSD https://github.com/redis/hiredis-py
httptools MIT https://github.com/MagicStack/httptools
hyperlink MIT https://github.com/python-hyper/hyperlink
idna BSD https://github.com/kjd/idna
incremental MIT https://github.com/twisted/incremental
isodate BSD https://github.com/gweis/isodate/
ldap3 GNU Lesser General Public License v3 (LGPLv3) https://github.com/cannatag/ldap3
lxml BSD https://lxml.de/
msgpack Apache Software License https://msgpack.org/
oauthlib BSD https://github.com/oauthlib/oauthlib
psycopg2 GNU Library or Lesser General Public License (LGPL) https://psycopg.org/
pyOpenSSL Apache Software License https://pyopenssl.org/
pyasn1 BSD https://github.com/etingof/pyasn1
pyasn1-modules BSD https://github.com/etingof/pyasn1-modules
pycparser BSD https://github.com/eliben/pycparser
python-jose MIT http://github.com/mpdavis/python-jose
python3-openid Apache Software License http://github.com/necaris/python3-openid
python3-saml MIT https://github.com/onelogin/python3-saml
pytz MIT http://pythonhosted.org/pytz
requests Apache Software License https://requests.readthedocs.io
requests-oauthlib BSD https://github.com/requests/requests-oauthlib
rsa Apache Software License https://stuvel.eu/rsa
service-identity MIT https://service-identity.readthedocs.io/
six MIT https://github.com/benjaminp/six
social-auth-app-django BSD https://github.com/python-social-auth/social-app-django
social-auth-core BSD https://github.com/python-social-auth/social-core
sqlparse BSD https://github.com/andialbrecht/sqlparse
txaio MIT https://github.com/crossbario/txaio
typing_extensions Python Software Foundation License https://github.com/python/typing/tree/master/typing_extensions
urllib3 MIT https://urllib3.readthedocs.io/
uvicorn BSD https://github.com/encode/uvicorn
uvloop Apache Software License; MIT http://github.com/MagicStack/uvloop
websockets BSD https://github.com/aaugustin/websockets
xmlsec MIT https://github.com/mehcode/python-xmlsec
zope.interface Zope Public License https://github.com/zopefoundation/zope.interface

Rust

Name License URL
adler 0BSD, Apache-2.0, or MIT https://github.com/jonas-schievink/adler
aes Apache-2.0 or MIT https://github.com/RustCrypto/block-ciphers
aho-corasick MIT or Unlicense https://github.com/BurntSushi/aho-corasick
ansi_term MIT https://github.com/ogham/rust-ansi-term
anyhow Apache-2.0 or MIT https://github.com/dtolnay/anyhow
atty MIT https://github.com/softprops/atty
autocfg Apache-2.0 or MIT https://github.com/cuviper/autocfg
base64 Apache-2.0 or MIT https://github.com/marshallpierce/rust-base64
base64ct Apache-2.0 or MIT https://github.com/RustCrypto/formats/tree/master/base64ct
bitflags Apache-2.0 or MIT https://github.com/bitflags/bitflags
block-buffer Apache-2.0 or MIT https://github.com/RustCrypto/utils
block-modes Apache-2.0 or MIT https://github.com/RustCrypto/block-ciphers
block-padding Apache-2.0 or MIT https://github.com/RustCrypto/utils
bumpalo Apache-2.0 or MIT https://github.com/fitzgen/bumpalo
byteorder MIT or Unlicense https://github.com/BurntSushi/byteorder
bytes MIT https://github.com/tokio-rs/bytes
cc Apache-2.0 or MIT https://github.com/alexcrichton/cc-rs
cfg-if Apache-2.0 or MIT https://github.com/alexcrichton/cfg-if
cipher Apache-2.0 or MIT https://github.com/RustCrypto/traits
clap MIT https://github.com/clap-rs/clap
colored MPL-2.0 https://github.com/mackwic/colored
console MIT https://github.com/mitsuhiko/console
const-oid Apache-2.0 or MIT https://github.com/RustCrypto/formats/tree/master/const-oid
cpufeatures Apache-2.0 or MIT https://github.com/RustCrypto/utils
crc32fast Apache-2.0 or MIT https://github.com/srijs/rust-crc32fast
crypto-bigint Apache-2.0 or MIT https://github.com/RustCrypto/crypto-bigint
crypto-common Apache-2.0 or MIT https://github.com/RustCrypto/traits
der Apache-2.0 or MIT https://github.com/RustCrypto/formats/tree/master/der
dialoguer MIT https://github.com/mitsuhiko/dialoguer
digest Apache-2.0 or MIT https://github.com/RustCrypto/traits
either Apache-2.0 or MIT https://github.com/bluss/either
encode_unicode Apache-2.0 or MIT https://github.com/tormol/encode_unicode
encoding_rs Apache-2.0 or MIT https://github.com/hsivonen/encoding_rs
filetime Apache-2.0 or MIT https://github.com/alexcrichton/filetime
flate2 Apache-2.0 or MIT https://github.com/rust-lang/flate2-rs
fnv Apache-2.0 or MIT https://github.com/servo/rust-fnv
form_urlencoded Apache-2.0 or MIT https://github.com/servo/rust-url
futures Apache-2.0 or MIT https://github.com/rust-lang/futures-rs
futures-channel Apache-2.0 or MIT https://github.com/rust-lang/futures-rs
futures-core Apache-2.0 or MIT https://github.com/rust-lang/futures-rs
futures-executor Apache-2.0 or MIT https://github.com/rust-lang/futures-rs
futures-io Apache-2.0 or MIT https://github.com/rust-lang/futures-rs
futures-macro Apache-2.0 or MIT https://github.com/rust-lang/futures-rs
futures-sink Apache-2.0 or MIT https://github.com/rust-lang/futures-rs
futures-task Apache-2.0 or MIT https://github.com/rust-lang/futures-rs
futures-util Apache-2.0 or MIT https://github.com/rust-lang/futures-rs
generic-array MIT https://github.com/fizyk20/generic-array
getrandom Apache-2.0 or MIT https://github.com/rust-random/getrandom
h2 MIT https://github.com/hyperium/h2
hashbrown Apache-2.0 or MIT https://github.com/rust-lang/hashbrown
hermit-abi Apache-2.0 or MIT https://github.com/hermitcore/rusty-hermit
hex Apache-2.0 or MIT https://github.com/KokaKiwi/rust-hex
http Apache-2.0 or MIT https://github.com/hyperium/http
http-body MIT https://github.com/hyperium/http-body
httparse Apache-2.0 or MIT https://github.com/seanmonstar/httparse
httpdate Apache-2.0 or MIT https://github.com/pyfisch/httpdate
hyper MIT https://github.com/hyperium/hyper
hyper-rustls Apache-2.0, ISC, or MIT https://github.com/rustls/hyper-rustls
idna Apache-2.0 or MIT https://github.com/servo/rust-url/
indexmap Apache-2.0 or MIT https://github.com/bluss/indexmap
indicatif MIT https://github.com/console-rs/indicatif
ipnet Apache-2.0 or MIT https://github.com/krisprice/ipnet
itoa Apache-2.0 or MIT https://github.com/dtolnay/itoa
js-sys Apache-2.0 or MIT https://github.com/rustwasm/wasm-bindgen/tree/main/crates/js-sys
lazy_static Apache-2.0 or MIT https://github.com/rust-lang-nursery/lazy-static.rs
libc Apache-2.0 or MIT https://github.com/rust-lang/libc
libm Apache-2.0 or MIT https://github.com/rust-lang/libm
log Apache-2.0 or MIT https://github.com/rust-lang/log
lzma-sys Apache-2.0 or MIT https://github.com/alexcrichton/xz2-rs
matches MIT https://github.com/SimonSapin/rust-std-candidates
memchr MIT or Unlicense https://github.com/BurntSushi/memchr
mime Apache-2.0 or MIT https://github.com/hyperium/mime
miniz_oxide Apache-2.0, MIT, or Zlib https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
mio MIT https://github.com/tokio-rs/mio
miow Apache-2.0 or MIT https://github.com/yoshuawuyts/miow
nix MIT https://github.com/nix-rust/nix
ntapi Apache-2.0 or MIT https://github.com/MSxDOS/ntapi
num_cpus Apache-2.0 or MIT https://github.com/seanmonstar/num_cpus
num-bigint-dig Apache-2.0 or MIT https://github.com/dignifiedquire/num-bigint
num-integer Apache-2.0 or MIT https://github.com/rust-num/num-integer
num-iter Apache-2.0 or MIT https://github.com/rust-num/num-iter
num-traits Apache-2.0 or MIT https://github.com/rust-num/num-traits
number_prefix MIT https://github.com/ogham/rust-number-prefix
once_cell Apache-2.0 or MIT https://github.com/matklad/once_cell
opaque-debug Apache-2.0 or MIT https://github.com/RustCrypto/utils
pem MIT https://github.com/jcreekmore/pem-rs
pem-rfc7468 Apache-2.0 or MIT https://github.com/RustCrypto/formats/tree/master/pem-rfc7468
percent-encoding Apache-2.0 or MIT https://github.com/servo/rust-url/
pest Apache-2.0 or MIT https://github.com/pest-parser/pest
pin-project Apache-2.0 or MIT https://github.com/taiki-e/pin-project
pin-project-internal Apache-2.0 or MIT https://github.com/taiki-e/pin-project
pin-project-lite Apache-2.0 or MIT https://github.com/taiki-e/pin-project-lite
pin-utils Apache-2.0 or MIT https://github.com/rust-lang/pin-utils
pkcs1 Apache-2.0 or MIT https://github.com/RustCrypto/formats/tree/master/pkcs1
pkcs8 Apache-2.0 or MIT https://github.com/RustCrypto/formats/tree/master/pkcs8
pkg-config Apache-2.0 or MIT https://github.com/rust-lang/pkg-config-rs
ppv-lite86 Apache-2.0 or MIT https://github.com/cryptocorrosion/cryptocorrosion
proc-macro2 Apache-2.0 or MIT https://github.com/dtolnay/proc-macro2
quick-xml MIT https://github.com/tafia/quick-xml
quote Apache-2.0 or MIT https://github.com/dtolnay/quote
rand Apache-2.0 or MIT https://github.com/rust-random/rand
rand_chacha Apache-2.0 or MIT https://github.com/rust-random/rand
rand_core Apache-2.0 or MIT https://github.com/rust-random/rand
rand_hc Apache-2.0 or MIT https://github.com/rust-random/rand
redox_syscall MIT https://gitlab.redox-os.org/redox-os/syscall
regex Apache-2.0 or MIT https://github.com/rust-lang/regex
regex-syntax Apache-2.0 or MIT https://github.com/rust-lang/regex
remove_dir_all Apache-2.0 or MIT https://github.com/XAMPPRocky/remove_dir_all
reqwest Apache-2.0 or MIT https://github.com/seanmonstar/reqwest
ring ISC and OpenSSL and MIT https://github.com/briansmith/ring
rsa Apache-2.0 or MIT https://github.com/RustCrypto/RSA
ryu Apache-2.0 or BSL-1.0 https://github.com/dtolnay/ryu
rustls Apache-2.0, ISC, or MIT https://github.com/rustls/rustls
sct Apache-2.0, ISC, or MIT https://github.com/rustls/sct.rs
self_update MIT https://github.com/jaemk/self_update
semver Apache-2.0 or MIT https://github.com/dtolnay/semver
semver-parser Apache-2.0 or MIT https://github.com/steveklabnik/semver-parser
serde Apache-2.0 or MIT https://github.com/serde-rs/serde
serde_derive Apache-2.0 or MIT https://github.com/serde-rs/serde
serde_json Apache-2.0 or MIT https://github.com/serde-rs/json
serde_urlencoded Apache-2.0 or MIT https://github.com/nox/serde_urlencoded
sha2 Apache-2.0 or MIT https://github.com/RustCrypto/hashes
slab MIT https://github.com/tokio-rs/slab
smallvec Apache-2.0 or MIT https://github.com/servo/rust-smallvec
socket2 Apache-2.0 or MIT https://github.com/rust-lang/socket2
spin MIT https://github.com/mvdnes/spin-rs
spki Apache-2.0 or MIT https://github.com/RustCrypto/formats/tree/master/spki
strsim MIT https://github.com/dguo/strsim-rs
subtle BSD-3-Clause https://github.com/dalek-cryptography/subtle
syn Apache-2.0 or MIT https://github.com/dtolnay/syn
synstructure MIT https://github.com/mystor/synstructure
tar Apache-2.0 or MIT https://github.com/alexcrichton/tar-rs
tempfile Apache-2.0 or MIT https://github.com/Stebalien/tempfile
terminal_size Apache-2.0 or MIT https://github.com/eminence/terminal-size
textwrap MIT https://github.com/mgeisler/textwrap
tinyvec Apache-2.0, MIT, or Zlib https://github.com/Lokathor/tinyvec
tinyvec_macros Apache-2.0, MIT, or Zlib https://github.com/Soveu/tinyvec_macros
tokio MIT https://github.com/tokio-rs/tokio
tokio-rustls Apache-2.0 or MIT https://github.com/tokio-rs/tls
tokio-util MIT https://github.com/tokio-rs/tokio
tower-service MIT https://github.com/tower-rs/tower
tracing MIT https://github.com/tokio-rs/tracing
tracing-core MIT https://github.com/tokio-rs/tracing
try-lock MIT https://github.com/seanmonstar/try-lock
typenum Apache-2.0 or MIT https://github.com/paholg/typenum
ucd-trie Apache-2.0 or MIT https://github.com/BurntSushi/ucd-generate
unicode-bidi Apache-2.0 or MIT https://github.com/servo/unicode-bidi
unicode-normalization Apache-2.0 or MIT https://github.com/unicode-rs/unicode-normalization
unicode-width Apache-2.0 or MIT https://github.com/unicode-rs/unicode-width
unicode-xid Apache-2.0 or MIT https://github.com/unicode-rs/unicode-xid
untrusted ISC https://github.com/briansmith/untrusted
url Apache-2.0 or MIT https://github.com/servo/rust-url
vec_map Apache-2.0 or MIT https://github.com/contain-rs/vec-map
version_check Apache-2.0 or MIT https://github.com/SergioBenitez/version_check
want MIT https://github.com/seanmonstar/want
wasi Apache-2.0 or MIT https://github.com/bytecodealliance/wasi
wasm-bindgen Apache-2.0 or MIT https://github.com/rustwasm/wasm-bindgen
wasm-bindgen-backend Apache-2.0 or MIT https://github.com/rustwasm/wasm-bindgen/tree/main/crates/backend
wasm-bindgen-futures Apache-2.0 or MIT https://github.com/rustwasm/wasm-bindgen/tree/main/crates/futures
wasm-bindgen-macro Apache-2.0 or MIT https://github.com/rustwasm/wasm-bindgen/tree/main/crates/macro
wasm-bindgen-macro-support Apache-2.0 or MIT https://github.com/rustwasm/wasm-bindgen/tree/main/crates/macro-support
wasm-bindgen-shared Apache-2.0 or MIT https://github.com/rustwasm/wasm-bindgen/tree/main/crates/shared
web-sys Apache-2.0 or MIT https://github.com/rustwasm/wasm-bindgen/tree/main/crates/web-sys
webpki ISC https://github.com/briansmith/webpki
webpki-roots MPL-2.0 https://github.com/rustls/webpki-roots
which MIT https://github.com/harryfei/which-rs
winapi Apache-2.0 or MIT https://github.com/retep998/winapi-rs
winapi-i686-pc-windows-gnu Apache-2.0 or MIT https://github.com/retep998/winapi-rs
winapi-x86_64-pc-windows-gnu Apache-2.0 or MIT https://github.com/retep998/winapi-rs
winreg MIT https://github.com/gentoo90/winreg-rs
xattr Apache-2.0 or MIT https://github.com/Stebalien/xattr
xz2 Apache-2.0 or MIT https://github.com/alexcrichton/xz2-rs
zeroize Apache-2.0 or MIT https://github.com/RustCrypto/utils/tree/master/zeroize
zeroize_derive Apache-2.0 or MIT https://github.com/RustCrypto/utils/tree/master/zeroize/derive