معرفی شرکت ها


catpy-2020.9.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Python client for the CATMAID API
ویژگی مقدار
سیستم عامل -
نام فایل catpy-2020.9.3
نام catpy
نسخه کتابخانه 2020.9.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Andrew S. Champion
ایمیل نویسنده andrew.champion@gmail.com
آدرس صفحه اصلی https://github.com/catmaid/catpy
آدرس اینترنتی https://pypi.org/project/catpy/
مجوز MIT license
catpy - Python client for the CATMAID API ========================================= .. image:: https://img.shields.io/pypi/v/catpy.svg :target: https://pypi.python.org/pypi/catpy :alt: PyPI Package Version .. image:: https://img.shields.io/travis/catmaid/catpy.svg :target: https://travis-ci.org/catmaid/catpy :alt: Continuous Integration Status .. image:: https://readthedocs.org/projects/catpy/badge/?version=latest :target: https://catpy.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. image:: https://img.shields.io/badge/License-MIT-blue.svg :target: https://opensource.org/licenses/MIT :alt: License: MIT Python client for the `CATMAID <https://catmaid.org>`_ API, plus some helpful tools for working with the data. Versioning ---------- ``catpy`` stopped using semantic versioning after 0.3.0, and now uses [calendar versioning](https://calver.org), using the scheme ``YYYY.MM.DD`` (python does not support ``0M`` and ``0D`` specifiers), with an optional incrementing field in rare cases where more than one release is necessary in a day. The `next_version.py` script produces the next version. The first version under the new scheme is ``2020.08.19``. CATMAID also uses calendar versioning. However, development does not always happen in parallel so a new CATMAID release does not imply a new catpy release and vice versa. The core CATMAID API supported by catpy does not change frequently. If a new release of either breaks their coupling, please raise an issue. ======= History ======= In progress ----------- * Drop networkx 1 * Drop python < 3.6 * MorphologyFetcher, StackFetcher * More flexible NameResolver type checks 0.3.0 (2019-01-11) ------------------ * Refactors * Improve docs * Allow networkx 2+ to be used * Add NameResolver application * Add enum for connector relation types * Add utility for interpolating virtual treenodes 0.2.0 (2018-05-30) ------------------ * Refactoring and fixing PyPI deployment * ImageFetcher * CoordinateTransformer * URL builder 0.1.0 (2017-05-12) ------------------ * First release on PyPI.


نیازمندی

مقدار نام
>=2.0 networkx
>=1.12 numpy
>=5.0 Pillow
>=2.14 requests
>=0.9 requests-futures


نحوه نصب


نصب پکیج whl catpy-2020.9.3:

    pip install catpy-2020.9.3.whl


نصب پکیج tar.gz catpy-2020.9.3:

    pip install catpy-2020.9.3.tar.gz