Path: blob/master/ invest-robot-contest_TinkoffBotTwitch-main/venv/lib/python3.8/site-packages/tinkoff_investments-0.2.0b27.dist-info/METADATA
7864 views
Metadata-Version: 2.1 Name: tinkoff-investments Version: 0.2.0b27 Summary: Home-page: https://github.com/Tinkoff/invest-python License: Apache-2.0 Author: Danil Akhtarov Author-email: [email protected] Requires-Python: >=3.8,<4.0 Classifier: License :: OSI Approved :: Apache Software License Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Provides-Extra: all Requires-Dist: grpcio (>=1.39.0,<2.0.0) Requires-Dist: matplotlib (>=3.5.1,<4.0.0); extra == "all" Requires-Dist: mplfinance (>=0.12.8-beta.9,<0.13.0); extra == "all" Requires-Dist: numpy (>=1.22.2,<2.0.0); extra == "all" Requires-Dist: pandas (>=1.4.0,<2.0.0); extra == "all" Requires-Dist: protobuf (>=3.19.3,<4.0.0) Requires-Dist: python-dateutil (>=2.8.2,<3.0.0) Requires-Dist: tinkoff (>=0.1.1,<0.2.0) Project-URL: Repository, https://github.com/Tinkoff/invest-python Description-Content-Type: text/markdown # Tinkoff Invest [](https://pypi.org/project/tinkoff-investments/) [](https://www.python.org/downloads/) Данный репозиторий предоставляет клиент для взаимодействия с торговой платформой [Тинькофф Инвестиции](https://www.tinkoff.ru/invest/) на языке Python. - [Документация](https://tinkoff.github.io/invest-python/) - [Основной репозиторий с документацией](https://github.com/Tinkoff/investAPI) - [Документация для разработчиков](https://tinkoff.github.io/investAPI/) ## Начало работы <!-- termynal --> ``` $ pip install tinkoff-investments ``` ## Возможности - ☑ Синхронный и асинхронный GRPC клиент - ☑ Возможность отменить все заявки - ☑ Выгрузка истории котировок "от" и "до" - ☐ Кеширование данных - ☐ Торговая стратегия ## Как пользоваться ```python from tinkoff.invest import Client TOKEN = 'token' with Client(TOKEN) as client: print(client.users.get_accounts()) ``` > :warning: **Не публикуйте токены в общедоступные репозитории** <br/> Остальные примеры доступны в [examples](https://github.com/Tinkoff/invest-python/tree/main/examples). ## Contribution - [CONTRIBUTING](https://github.com/Tinkoff/invest-python/blob/main/CONTRIBUTING.md) ## License Лицензия [The Apache License](https://github.com/Tinkoff/invest-python/blob/main/LICENSE).