معرفی شرکت ها


flexfs-2.0.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Python tools for querying Flexible File Structure
ویژگی مقدار
سیستم عامل -
نام فایل flexfs-2.0.2
نام flexfs
نسخه کتابخانه 2.0.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Chris L. Barnes
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/clbarnes/ffs
آدرس اینترنتی https://pypi.org/project/flexfs/
مجوز -
# ffs Python tools for querying a Flexible File Structure as specified in https://gitlab.com/cardonazlaticlabs/data-policy The name of the PyPI package is `flexfs` to avoid naming collisions with the unrelated [`ffs`](https://pypi.org/project/ffs/) project. The import and CLI name is `ffs`. ## Usage The entry point is a command line tool called `ffs` with a number of subcommands: ```_main Usage: ffs [OPTIONS] COMMAND [ARGS]... Command line tool for working with a Flexible File Structure. Options: --version Show the version and exit. -v, --verbose Increase logging verbosity. [x>=0] --help Show this message and exit. Commands: book Export the FFS metadata into files for mdbook. export Read the FFS and its metadata into JSON. problems List problems with the structure of the FFS. ``` ### Export ```_export Usage: ffs export [OPTIONS] [ROOT] Read the FFS and its metadata into JSON. Options: -s, --sort Whether to sort keys in outupt. -s, --indent INTEGER Indentation of output: none by default, 0 for newlines, a positive number N for N spaces, a negative number -N for N tabs. -l, --flatlines Un-nest the entries and print one object per line. The 'children' attribute is replaced by an array of string names, and the 'name' attribute now includes the entry's ancestors (/-separated). '--indent' option is ignored. -r, --recursion INTEGER Depth to recurse into entries; negative (default) for infinite. Directories which are not valid entries are not explored. --help Show this message and exit. ``` ### Book ```_book Usage: ffs book [OPTIONS] [ROOT] TARGET Export the FFS metadata into files for mdbook. Options: -t, --title TEXT Title for generated book, default '{FQDN}:{ROOT_REAL_PATH}'. -r, --recursion INTEGER Depth to recurse into entries; negative (default) for infinite. Directories which are not valid entries are not explored. --help Show this message and exit. ``` ### Problems ```_problems Usage: ffs problems [OPTIONS] [ROOT] List problems with the structure of the FFS. Options: -c, --check Exit with an error code at the first problem -s, --skip-problems Do not attempt to traverse below problematic directories --help Show this message and exit. ``` ## Development A number of `make` recipes are included for convenience of regular development tasks. In particular, see `make {install-dev,update-spec,fmt,lint,test,readme,book}`.


نیازمندی

مقدار نام
- strictyaml
- toml
- setuptools
- click
- networkx
- typing-extensions


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

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


نحوه نصب


نصب پکیج whl flexfs-2.0.2:

    pip install flexfs-2.0.2.whl


نصب پکیج tar.gz flexfs-2.0.2:

    pip install flexfs-2.0.2.tar.gz