معرفی شرکت ها


convertio-1.1.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

An API wrapper for convertio.co
ویژگی مقدار
سیستم عامل -
نام فایل convertio-1.1.2
نام convertio
نسخه کتابخانه 1.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده PetitPotiron
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/PetitPotiron/python-convertio/
آدرس اینترنتی https://pypi.org/project/convertio/
مجوز GNU General Public License v3.0
# convertio [![Convertio version on pypi](https://img.shields.io/pypi/v/convertio.svg)](https://pypi.org/project/convertio) [![Discord support server](https://discord.com/api/guilds/800032961525317693/embed.png)](https://discord.gg/t2dxrXMKya) An API wrapper for convertio.co. Before starting, make sure [you've got an API key](https://developers.convertio.co/user/registration/api?utm_source=api_top_btn). The full API reference can be found on [convertio.co/api/docs](https://convertio.co/api/docs), but I'll make a documentation for this package soon. ## Get started - Sign-up to [developers.convertio.co](https://developers.convertio.co/user/registration/api?utm_source=api_top_btn). - Get your free API key from [the homepage](https://developers.convertio.co) - Install this module : run `python -m pip install convertio -U` for Windows or `python3 -m pip install convertio -U` for Linux and Macos. You can also download it from github `pip install git+https://github.com/PetitPotiron/python-convertio.git` ## Quick start ```python import convertio import time client = convertio.Client(token="INSERT_YOUR_TOKEN_HERE") conversion_id = client.convert_by_filename('source.txt', 'pdf') while client.check_conversion(conversion_id).step != 'finish': time.sleep(1) client.download(conversion_id, 'result.pdf') client.delete(conversion_id) ``` ## Notes Version `1.1.2` This module is neither created nor managed by convertio.co. It represents services faithful to the API and documentation from their website. This API is not unofficial, and it can be payable if you exceed a certain usage. Notice that you must respect convertio.co's [terms of use](https://convertio.co/terms). ### Links - [Get an API key](https://developers.convertio.co/user/registration/api?utm_source=api_top_btn) - [API pricing](https://developers.convertio.co/api/pricing) - [API reference](https://developers.convertio.co/api/docs) - [OCR (options) pricing](https://developers.convertio.co/ocr/pricing) - [Conversion types](https://convertio.co/formats) - [GitHub](https:/github.com/PetitPotiron/python-convertio) - [PHP module by convertio.co](https://github.com/convertio/convertio-php) - [CLI for convertio.co, by themselves](https://developers.convertio.co/cli) ### Changelog - Make the type hinting working with younger versions than Python 3.9


نحوه نصب


نصب پکیج whl convertio-1.1.2:

    pip install convertio-1.1.2.whl


نصب پکیج tar.gz convertio-1.1.2:

    pip install convertio-1.1.2.tar.gz