Skip to content

cryptography.io

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.

Package Information

  • Domain: cryptography.io
  • Name: cryptography.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +cryptography.io -- $SHELL -i

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 21 versions
  • 45.0.4, 45.0.3, 45.0.2, 45.0.1, 45.0.0
  • 44.0.3, 44.0.2, 44.0.1, 44.0.0, 43.0.3
  • 43.0.2, 43.0.1, 43.0.0, 42.0.8, 42.0.7
  • 42.0.6, 42.0.5, 42.0.4, 42.0.3, 42.0.2
  • 42.0.1

Latest Version: 45.0.4

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +cryptography.io@45.0.4 -- $SHELL -i

Dependencies

This package depends on:

  • python.org>=3.11
  • github.com/python-cffi/cffi^1.16
  • openssl.org>=1.1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.cryptographyio

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.