معرفی شرکت ها


beancount-syspath-0.2.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Manipulate sys.path within the beancount file
ویژگی مقدار
سیستم عامل -
نام فایل beancount-syspath-0.2.1
نام beancount-syspath
نسخه کتابخانه 0.2.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Aetf
ایمیل نویسنده aetf@unlimited-code.works
آدرس صفحه اصلی https://github.com/Aetf/beancount-syspath
آدرس اینترنتی https://pypi.org/project/beancount-syspath/
مجوز MIT
# beancount-syspath Manipulate `sys.path` from within the beancount file. This is a plugin for [Beancount](http://furius.ca/beancount/ ), a double-entry bookkeeping computer language. ## Installation Install via pip ```shell pip install beancount-syspath ``` ## Usage Prepend list of paths ```beancount plugin "beancount_syspath.plugin" "{ 'append': ['some/dir', 'other/dir'], 'prepend': ['some/dir', 'other/dir'], }" ``` Note: Place the directive before other plugin loading ones, so they can make use of the updated `sys.path`. ### Configuration The config value is a python dict literal, contains the following keys | Key | Type | Optional | Default | Meaning | |:-:|:-:|:-:|:-:|:-:| | `append` | `List[str]` | yes | `[]` | Append the list of path to `sys.path` | | `prepend` | `List[str]` | yes | `[]` | Prepend the list of path to `sys.path` | | `normalize_to_root` | `bool` | yes | `True` | If the path is relative, it is considered to be relative to the root beancount file, and normalized to absolute path before adding to `sys.path`. |


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

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


نحوه نصب


نصب پکیج whl beancount-syspath-0.2.1:

    pip install beancount-syspath-0.2.1.whl


نصب پکیج tar.gz beancount-syspath-0.2.1:

    pip install beancount-syspath-0.2.1.tar.gz