request_sublicense

Symbolica documentation for getting started, symbolic expressions, numerical evaluation, pattern matching, and APIs in Python and Rust.

request_sublicense

request_sublicense(name: str, email: str, company: str, super_licence: str) -> None

Request a sublicense key for the user name working at company that has the site-wide license super_license. The key will be sent to the e-mail address email.

Parameters

  • name (str) The name of the sublicense user.
  • email (str) The email address that should receive the sublicense.
  • company (str) The company of the sublicense user.
  • super_licence (str) The parent site-wide license key.