steampy API Documentation Modules Classes Names
Clear Help

Search bar offers the following options:

  • Term presence. The below example searches for documents that must contain “foo”, might contain “bar” and must not contain “baz”: +foo bar -baz
  • Wildcards. The below example searches for documents with words beginning with “foo”: foo*
  • Search in specific fields. The following search matches all objects in "twisted.mail" that matches “search”: +qname:twisted.mail.* +search

    Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.

  • Fuzzy matches. The following search matches all documents that have a word within 1 edit distance of “foo”: foo~1

Results provided by Lunr.js

Module Index

  • steampy - steampy is a library for Python, inspired by node-steam-tradeoffers, node-steam and other libraries for Node.js. It was designed as a simple lightweight library, combining features of many steam libraries from Node...
    • client - Provides interactions with Steam
    • confirmation - Provides Confirmation handler to deal with Steam request (mostly trade and sell)
    • exceptions - Provides exceptions handled in Steam
    • guard - Provides Steam Guard functions
    • login - Provides Login in Steam functions
    • market - Provides Steam Market functions
    • models - Provides models to interact with Steam API
    • utils - Provides utility functions
API Documentation for steampy, generated by pydoctor 23.9.1 at 2023-11-22 06:37:44.