معرفی شرکت ها


encapsia-api-0.4.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Client API for talking to an Encapsia system.
ویژگی مقدار
سیستم عامل -
نام فایل encapsia-api-0.4.0
نام encapsia-api
نسخه کتابخانه 0.4.0
نگهدارنده ['Petre Mierluțiu']
ایمیل نگهدارنده ['pmierlutiu@cmedtechnology.com']
نویسنده Timothy Corbett-Clark
ایمیل نویسنده timothy.corbettclark@gmail.com
آدرس صفحه اصلی https://github.com/Encapsia/encapsia-api
آدرس اینترنتی https://pypi.org/project/encapsia-api/
مجوز MIT
# Encapsia API Library ![Workflows](https://github.com/encapsia/encapsia-api/actions/workflows/main.yml/badge.svg) ![PyPI](https://img.shields.io/pypi/v/encapsia-api?style=flat) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/encapsia-api) [![Known Vulnerabilities](https://snyk.io/test/github/encapsia/encapsia-api/badge.svg?targetFile=requirements.txt)](https://snyk.io/test/github/encapsia/encapsia-api?targetFile=requirements.txt) REST API for working with [Encapsia](https://www.encapsia.com). ## Installation pip install encapsia-api ## Contributing `encapsia-api` is a python package managed with [`poetry`](https://python-poetry.org/). You will need python 3.8 or newer. To get started, after checking out this repository, run: poetry install ### Code Style Code in this project should be auto-formatted using `black` and adhere to isort-like imports, and should pass linting and checks. You can run the following commands manually, or integrate the tooling in your dev environment, but see also the next section. poetry run black . poetry run ruff check . poetry run mypy . Ruff can fix some of the issues it finds. For example, it can fix the style of importing modules, but it can do much more. This can be done with running: poetry run ruff check --fix . However, please make sure you check the fixes it performs! ### Revision Control The release branch for this project is `master` and feature branches should be merged into it via pull requests. This repository uses [`pre-commit`](https://pre-commit.com/) to run various checks with git pre-commit hooks. To get started, run: pre-commit install After this, configured checks are run before you commit changes. You can also run them explicitly for all files: pre-commit run -a ### Versioning `encapsia-api` adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). To change the version, run: poetry version <specifier> # e.g. patch or edit the version string in `pyproject.toml`. In any case, update the following file to match the new version: `encapsia_api/__init__.py`. Note that we are yet in `<1.0.0` land and thus version changes are not too strict and backward-incompatible changes may still occur before 1.0.0. ### Building Manually build by running: poetry build ### Updating Dependencies This is achieved with: poetry update poetry lock poetry export -f requirements.txt > requirements.txt ### How to Run Tests Run: poetry run pytest ### Continuous Integration This project uses Github Actions to for linting, checking, and running the tests on commit to or pull requests targeting the main branch.


نیازمندی

مقدار نام
>=2.24,<3.0 requests[security]
>=0.10,<0.11 toml
>=0.16,<0.17 arrow


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

مقدار نام
>=3.8,<4.0 Python


نحوه نصب


نصب پکیج whl encapsia-api-0.4.0:

    pip install encapsia-api-0.4.0.whl


نصب پکیج tar.gz encapsia-api-0.4.0:

    pip install encapsia-api-0.4.0.tar.gz