معرفی شرکت ها


fmetools-0.6.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Tools for extending Safe Software's FME using Python.
ویژگی مقدار
سیستم عامل -
نام فایل fmetools-0.6.0
نام fmetools
نسخه کتابخانه 0.6.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Safe Software Inc.
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/safesoftware/fmetools
آدرس اینترنتی https://pypi.org/project/fmetools/
مجوز BSD
# fmetools: helpers for FME Python _fmetools_ is a Python library that streamlines the development of Python-based formats and transformers that can be shared as FME Packages on FME Hub. It provides base classes and utilities that make it easy to get started. This library is built on top of the [Python `fmeobjects` API](https://docs.safe.com/fme/html/fmepython/index.html) that's included with FME. ## Installation Developers of FME Packages use _fmetools_ by including a private copy it in their FME Package. This process is called vendorization, and can be done using the [vendorize](https://pypi.org/project/vendorize/) tool on PyPI. This library is distributed as a wheel, but it should _not_ be installed with `pip install`. ## For maintainers of fmetools 1. Start with a clean environment 2. Install dev requirements using `pip install -r requirements.txt` 3. Do a dev install using `pip install --editable .` 4. Run tests using `pytest` 5. Build wheel using `python -m build --wheel` # fmetools changes ## 0.6.0 * Rename `fmetools.plugins.FMETransformer` to `FMEBaseTransformer` to avoid potential confusion with `fmeobjects.FMETransformer`. Instantiating `fmetools.plugins.FMETransformer` now emits a warning, and will be removed in a future release. * `fmetools.paramparsing.TransformerParameterParser`: Support FME >= b23264. ## 0.5.1 * Add `fmetools.paramparsing.TransformerParameterParser`: a class for parsing internal attribute values from transformer parameters. Requires FME 2023. * Require Python 3.7+. ## 0.4.4 * Fixed error when parsing custom proxy URLs starting with 'http' ## 0.4.3 * Support new GUI types `CHECKBOX` and `CHOICE`. ## 0.4.2 * Prepare for PyPI release. ## 0.4.0 * Support new GUI types `ACTIVECHOICE_LOOKUP` and `NAMED_CONNECTION`. * Int and float GUI types: parse empty string to None instead of raising ValueError. ## 0.3.1 * Fix FMESession leak in `parsers.parse_def_line()`. ## 0.3.0 * Add `guiparams` module, for parsing GUI parameter values. This initial implementation supports just a small subset of GUI types. ## 0.2.0 * Remove `FMEEnhancedTransformer.keyword` and replace its usages with `FMETransformer.factory_name`. * Use relative imports, to support copy-paste vendorization. ## 0.1.4 * Add `hasSupportFor()` to `plugins.FMESimplifiedReader` to allow for reader bulk mode support. ## 0.1.3 * Add `webservices.set_session_auth_from_named_connection()` to honour SSL verification settings on Named Connections. ## 0.1.2 * Add `has_support_for()` to `plugins.FMETransformer` to enable transformer bulk mode support. ## 0.1.1 * Maintain Python 2.7 support. ## 0.1.0 * Respect web connection token placement settings. ## 0.0.2 * Added localization utilities. * Updated logging infrastructure. ## 0.0.1 * Initial packaging of utility functions.


نیازمندی

مقدار نام
- isort
- pytest
- hypothesis
>=22.1.0 black


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

مقدار نام
!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7 Python


نحوه نصب


نصب پکیج whl fmetools-0.6.0:

    pip install fmetools-0.6.0.whl


نصب پکیج tar.gz fmetools-0.6.0:

    pip install fmetools-0.6.0.tar.gz