Flusspferd API and module docs

Section Bundled Modules

Description

Flusspferd modules which are bundled with flusspferd by default.

Namespaces

  • gmp.Base

    Common behaviour shared between all GMP classes.

  • gmp

    GNU Multiple Precision Arithmetic Library.

  • sqlite3

    SQLite3 database bindings. sqlite3.SQLite3 is the main class.

Classes

  • sqlite3.SQLite3.Cursor

    Class used to execute SQL statements, usually ones returning data.

  • gmp.Float

    Provides a bignum floating point class. See gmp’s mpf_class for the C++ API that is wrapped.

  • gmp.Integer

    Provides a bignum integer class. See gmp’s mpz_class for the C++ API that is wrapped.

  • gmp.Rational

    Provides a bignum fractional class for more accurately representing numbers of the form numerator/denominator. See gmp’s mpq_class for the C++ API that is wrapped.

  • sqlite3.SQLite3

    SQLite3 is a self-contained, single file based RDBMS. See sqlite3 for an short example.