معرفی شرکت ها


catbuffer-parser-1.0.1a47


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Symbol Catbuffer Parser
ویژگی مقدار
سیستم عامل -
نام فایل catbuffer-parser-1.0.1a47
نام catbuffer-parser
نسخه کتابخانه 1.0.1a47
نگهدارنده []
ایمیل نگهدارنده []
نویسنده NEM Group
ایمیل نویسنده dev@nem.software
آدرس صفحه اصلی https://github.com/nemtech/catbuffer-parser
آدرس اینترنتی https://pypi.org/project/catbuffer-parser/
مجوز MIT
# catbuffer parser [![Build Status](https://api.travis-ci.com/nemtech/catbuffer-parser.svg?branch=main)](https://travis-ci.com/nemtech/catbuffer-parser) The catbuffer library defines the protocol to serialize and deserialize Symbol entities. Code generators from the [catbuffer-generators](https://github.com/nemtech/catbuffer-generators) project can then produce the leanest code necessary to serialize and deserialize those entities. Using catbuffer-generators, developers can generate builder classes for a given set of programming languages. For example, the [Symbol SDKs](https://nemtech.github.io/sdk) use the generated code to interact with the entities in binary form before announcing them to the network. The [schemas](https://github.com/nemtech/catbuffer-schemas) folder contains definitions for each entity's data structure. These definitions are always kept up to date and in sync with the [catapult server](https://github.com/nemtech/catapult-server) code. ## Requirements * Python >= 3.6 ## Installation 1. Clone the ``catbuffer-parser`` repository: ```bash git clone https://github.com/nemtech/catbuffer-parser ``` 2. (optional) Install lint requirements: ```bash pip3 install -r lint_requirements.txt ``` ## Usage ```bash python3 -m catbuffer_parser [OPTIONS] ``` | Option | Description | Default | | -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | | -s, --schema TEXT | Input CATS file | | | -o, --output TEXT | Output directory | _generated | | -i, --include TEXT | Schema root directory | ./schemas | | -g, --generator TEXT | Generator to use to produce output files (see the [available generators](https://github.com/nemtech/catbuffer-generators/blob/main/generators/All.py#L4)). | | | -c, --copyright TEXT | File containing copyright data to use with output files. | ../HEADER.inc | ## Examples In order to produce any output file, the [catbuffer-generators](https://github.com/nemtech/catbuffer-generators) project is needed. Please see this project's usage examples. However, ``catbuffer-parser`` can still be used on its own to parse input files and check their validity: ```bash git clone --depth 1 --branch v1.0.0 https://github.com/nemtech/catbuffer-schemas.git python3 -m catbuffer_parser --schema catbuffer-schemas/schemas/transfer/transfer.cats --include catbuffer-schemas/schemas ```


نیازمندی

مقدار نام
>=2.0.0a catparser


نحوه نصب


نصب پکیج whl catbuffer-parser-1.0.1a47:

    pip install catbuffer-parser-1.0.1a47.whl


نصب پکیج tar.gz catbuffer-parser-1.0.1a47:

    pip install catbuffer-parser-1.0.1a47.tar.gz