معرفی شرکت ها


fro-2.0.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A module for parsing string representations of objects
ویژگی مقدار
سیستم عامل -
نام فایل fro-2.0.0
نام fro
نسخه کتابخانه 2.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ethan Koenig
ایمیل نویسنده ethantkoenig@gmail.com
آدرس صفحه اصلی https://github.com/ethantkoenig/fro
آدرس اینترنتی https://pypi.org/project/fro/
مجوز MIT
Fro === Fro is a Python module for parsing strings and text into Python objects. It offers a concise, declarative, and expressive interface for mapping strings to data, abstracting away boilerplate code and making it easy to quickly write bug-free parsers. Fro is compatible with Python 2.7+ and Python 3.x, and can be installed via pip. Documentation for the module can be found at `<http://pythonhosted.org/fro>`_. Release Notes ------------- 2.0.0 (08-01-16) ~~~~~~~~~~~~~~~~~ Breaking changes: - Parse input by chunks, allowing for more efficient use of memory - Replace ``Parser.parse()`` method with a family of related parsing functions - Change interface of ``FroParseError`` to better accommodate chunks - Replace unary minus operator on ``Parser`` objects with inversion, and replace unary plus operator with ``significant()`` method - Remove quietness/loudness as a property of ``Parser`` object, and add it as a function argument to ``parse(..)`` and friends instead Non-breaking changes: - New factory functions for constructing parsers - Various performance improvements 1.1.0 (07-08-16) ~~~~~~~~~~~~~~~~~ Initial release. Versioning begins at 1.1.0 due to a clerical error.


نیازمندی

مقدار نام
- future


نحوه نصب


نصب پکیج whl fro-2.0.0:

    pip install fro-2.0.0.whl


نصب پکیج tar.gz fro-2.0.0:

    pip install fro-2.0.0.tar.gz