معرفی شرکت ها


caplena-1.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Python Library for Caplena REST API.
ویژگی مقدار
سیستم عامل -
نام فایل caplena-1.1.0
نام caplena
نسخه کتابخانه 1.1.0
نگهدارنده []
ایمیل نگهدارنده ['Pascal de Buren <pascal@caplena.com>']
نویسنده -
ایمیل نویسنده Caplena <support@caplena.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/caplena/
مجوز -
[![PyPI version](https://badge.fury.io/py/caplena.svg)](https://badge.fury.io/py/caplena) [![Downloads](https://static.pepy.tech/personalized-badge/caplena?period=month&units=international_system&left_color=black&right_color=brightgreen&left_text=downloads/month)](https://pepy.tech/project/caplena) # Caplena Python Library The Caplena Python library provides convenient access to the Caplena REST API from applications written in the Python programming language. ## Documentation To learn more about what you can use Caplena for and for how to create your own API key, please see [our main website](https://caplena.com/). To learn more about the REST API that constitutes the basis for this project, take a look at our [REST API docs](https://developers.caplena.com/). To view the Python API docs and refernces, head over to our [SDK documentation](https://developers.caplena.com/sdk/python/). ## Installation ### Minimum Version We recommend using the latest version of Python. Caplena supports Python 3.8 and newer. ### Dependencies The following distributions will be installed automatically when installing Caplena. - [Requests](https://docs.python-requests.org/en/latest/) is an elegant and simple HTTP library for Python. - [Typing Extensions](https://github.com/python/typing/tree/master/typing_extensions) enables use of new type system features on older Python versions. ### Installing Caplena Within your Python environment of choice, use the following command to install Caplena: ```sh $ pip install caplena ``` Caplena is now installed. ## Development To use `caplena-python` in a development environment, we recommend you to set up a development virtualenv. Once done, you can run the following command to install all required dependencies: ```sh make install ``` Run all tests: ```sh make test ``` Run all tests in watch mode: ```sh make test-watch ``` Run the formatter: ```sh make fmt ``` Run the linter: ```sh make lint ``` Build the Sphinx SDK docs: ```sh make build-docs ``` The Sphinx generated documentation is automatically generated and uploaded to our [developer documentation portal](https://caplena.com/docs/sdk/python/), using Github Actions. Build the Python package: ```sh make build-sdk ``` Publish the Python package: ```sh make publish-sdk ``` Show all supported commands: ```sh make help ```


نیازمندی

مقدار نام
=2.26. requests
=4.0. typing-extensions
=2.2. backoff
- isort
- black
- flake8
- pyright
- pre-commit
- mypy
- types-requests
- sphinx
- furo
- pytest
- pytest-watch


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl caplena-1.1.0:

    pip install caplena-1.1.0.whl


نصب پکیج tar.gz caplena-1.1.0:

    pip install caplena-1.1.0.tar.gz