معرفی شرکت ها


anchor-txt-0.1.6


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

attributes in markdown
ویژگی مقدار
سیستم عامل -
نام فایل anchor-txt-0.1.6
نام anchor-txt
نسخه کتابخانه 0.1.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Rett Berg
ایمیل نویسنده googberg@gmail.com
آدرس صفحه اصلی https://github.com/vitiral/anchor_txt
آدرس اینترنتی https://pypi.org/project/anchor-txt/
مجوز MIT or APACHE-2.0
anchor_txt: attributes in markdown anchor_txt adds the ability to embed attributes in markdown files so that external tools can more easily link them to eachother and code, as well as perform other operations. Use ``anchor_txt.Section.from_md_path`` to load a markdown file. # Markdown Syntax The syntax for anchor_txt attributes is simple. - Headers of the form `# header {#anchor}` will have the `anchor` tag extracted and available in `Header.anchor` - A header creates a Section, which can have sub `sections`. - Sections have attributes, which are embedded yaml either inline or in fenced code blocks, shown below. An inline attribute looks like one of these: ``` `@{foo}` `@{bar: 2}` ``` Fenced code block attributes look like below. They must include the identifier `yaml` (or `json`) and end with a `@` ```yaml @ foo: null bar: 2 ``` Attributes blocks within a Section are combined through the same process as `dict.update`, except overlapping keys throw an error. # Developer Run `make init` to create the necessary virtualenv Run `make test` for basic tests or `make check` for lints and formatting. # License The source code is Licensed under either of * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


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

مقدار نام
>=2.7 Python


نحوه نصب


نصب پکیج whl anchor-txt-0.1.6:

    pip install anchor-txt-0.1.6.whl


نصب پکیج tar.gz anchor-txt-0.1.6:

    pip install anchor-txt-0.1.6.tar.gz