beartype

Unbearably aesthetic images, styles, and other assets leveraged by @beartype – Python's O(1) runtime type-checker.

Latest version: 0.22.9 registry icon
Maintenance score
33
Safety score
100
Popularity score
2
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
0.22.9 0 0 0 0 0
0.22.8 0 0 0 0 0
0.22.7 0 0 0 0 0
0.22.6 0 0 0 0 0
0.22.5 0 0 0 0 0
0.22.4 0 0 0 0 0
0.22.3 0 0 0 0 0
0.22.2 0 0 0 0 0
0.22.1 0 0 0 0 0
0.22.0rc0 0 0 0 0 0
0.21.0rc0 0 0 0 0 0
0.21.0 0 0 0 0 0
0.20.2 0 0 0 0 0
0.20.1 0 0 0 0 0
0.20.0rc2 0 0 0 0 0
0.20.0rc1 0 0 0 0 0
0.20.0rc0 0 0 0 0 0
0.20.0 0 0 0 0 0
0.19.0rc2 0 0 0 0 0
0.19.0rc1 0 0 0 0 0
0.19.0rc0 0 0 0 0 0
0.19.0 0 0 0 0 0
0.18.5 0 0 0 0 0
0.18.4 0 0 0 0 0
0.18.3 0 0 0 0 0
0.18.2 0 0 0 0 0
0.18.1 0 0 0 0 0
0.18.0 0 0 0 0 0
0.17.2 0 0 0 0 0
0.17.1 0 0 0 0 0
0.17.0 0 0 0 0 0
0.16.4 0 0 0 0 0
0.16.3 0 0 0 0 0
0.16.2 0 0 0 0 0
0.16.1 0 0 0 0 0
0.16.0 0 0 0 0 0
0.15.0 0 0 0 0 0
0.14.1 0 0 0 0 0
0.14.0 0 0 0 0 0
0.13.1 0 0 0 0 0
0.13.0 0 0 0 0 0
0.12.0 0 0 0 0 0
0.11.0 0 0 0 0 0
0.10.4 0 0 0 0 0
0.10.3 0 0 0 0 0
0.10.2 0 0 0 0 0
0.10.1 0 0 0 0 0
0.10.0 0 0 0 0 0
0.9.1 0 0 0 0 0
0.9.0 0 0 0 0 0
0.8.1 0 0 0 0 0
0.8.0 0 0 0 0 0
0.7.1 0 0 0 0 0
0.7.0 0 0 0 0 0
0.6.0 0 0 0 0 0
0.5.1 0 0 0 0 0
0.5.0 0 0 0 0 0
0.4.0 0 0 0 0 0
0.3.2 0 0 0 0 0
0.3.1 0 0 0 0 0
0.3.0 0 0 0 0 0
0.2.0 0 0 0 0 0
0.1.1 0 0 0 0 0
0.1.0 0 0 0 0 0

Stability
Latest release:

0.22.9 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

MIT   -   MIT License

Not a wildcard

Not proprietary

OSI Compliant



================================================= beartype —[ the bare-metal type checker ]— assets

Unbearably aesthetic images, styles, and other assets for general-purpose reuse across beartype_ projects – including:

+------------------------------+---------------------------------------------+------------------------+ | Location | Assets | Creator | +==============================+=============================================+========================+ | badge/ <assets badge_>__ | |bear-ified| badge | |@posita|_ | +------------------------------+---------------------------------------------+------------------------+ | banner/ <assets banner_>__ | Mr. Nectar Palm, the beartype_ mascot | Felix Hildén_ | +------------------------------+---------------------------------------------+------------------------+ | favicon.svg <favicon_>__ | Mr. Nectar Palm, iconified. | Felix Hildén_ |sup1| | +------------------------------+---------------------------------------------+------------------------+

.. # ------------------( LINKS ~ beartype )------------------ .. _beartype: https://github.com/beartype/beartype

.. # ------------------( LINKS ~ local )------------------ .. _assets badge: badge/ .. _assets banner: banner/ .. _favicon: https://raw.githubusercontent.com/beartype/beartype-assets/main/favicon.svg

.. # ------------------( LINKS ~ users )------------------ .. _Felix Hildén: https://github.com/felix-hilden .. |@posita| replace:: @posita .. _@posita: https://github.com/posita

.. # ------------------( DIRECTIVES ~ image )------------------ .. # https://docutils.sourceforge.io/docs/ref/rst/directives.html#image .. |bear-ified| image:: badge/bear-ified.svg :align: top

.. # ------------------( FOOTNOTES ~ non-sequiturs )------------------

|sup1| With a tiny bit of help from |@posita|_. |shush|

.. Whomp-whomp. :'( See https://github.com/github/markup/issues/216. .. |sup1| unicode:: U+00B9 .. |shush| unicode:: U+1F92B .. banner/logo.svg and favicon.svg were created with the following (requires ImageMagick):

    curl --location --remote-name 'https://github.com/visioncortex/vtracer/releases/download/0.6.4/vtracer-x86_64-unknown-linux-musl.tar.gz'
    sha256sum --check <(
      echo '9290ba0c90e224d6d212836dff5491407c1718bcb72f80b2b5a4a01816df5e40  vtracer-x86_64-unknown-linux-musl.tar.gz'
    )
    tar xpvf vtracer-x86_64-unknown-linux-musl.tar.gz
    ./vtracer \
        --hierarchical cutout \
        --mode polygon \
        --input banner/logo.png \
        --output banner/logo.svg
    magick \
        https://raw.githubusercontent.com/beartype/beartype-assets/main/banner/logo.png \
        -crop 1500x1400+0+0 +repage \
        -background none \
        -extent 1500x1500 \
        -gravity center \
        favicon.png
    ./vtracer \
        --hierarchical cutout \
        --mode polygon \
        --input banner/favicon.png \
        --output favicon.svg
    rm -f favicon.png