4 месяца назад
История
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?
- fork this repository;
- do something with code (see developers’ guide);
- create pull request.
Описание
PyStackAPI - это современная, 100% типизированная библиотека-обёртка StackExchange API, написанная на Python.
Конвейеры
0 успешных
0 с ошибкой