README.md

    Here is PyStackAPI version 0.3.0dev

    What is PyStackAPI?

    PyStackAPI is a modern, 100% typed wrapper for the StackExchange API, written in Python.

    Installing

    To install PyStackAPI, just enter in the terminal:

    pip install git+https://github.com/wchistow/pystackapi.git@0.2.0
    

    Documentation

    You can find documentation here: https://pystackapi.gitbook.io/docs.

    Simple example

    Getting general information about site:

    from pystackapi import Site
    from pystackapi.sites import StackOverflow
    
    site = Site(StackOverflow)
    
    info = site.get_info()
    
    print(f'Total questions on StackOverflow: {info.total_questions}')
    

    Output:

    Total questions on StackOverflow: 23789952
    

    Changelog

    You can find the changelog for the PyStackAPI library in file CHANGELOG.md.

    Contributing

    Want to contribute?

    1. fork this repository;
    2. do something with code (see developers’ guide);
    3. create pull request.
    Описание

    PyStackAPI - это современная, 100% типизированная библиотека-обёртка StackExchange API, написанная на Python.

    Релизы
    0.2.0 2024-01-09
    Конвейеры
    0 успешных
    0 с ошибкой