معرفی شرکت ها


citeproc-py-styles-0.1.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

CSL styles.
ویژگی مقدار
سیستم عامل -
نام فایل citeproc-py-styles-0.1.3
نام citeproc-py-styles
نسخه کتابخانه 0.1.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده CERN
ایمیل نویسنده info@inveniosoftware.org
آدرس صفحه اصلی https://github.com/inveniosoftware/citeproc-py-styles
آدرس اینترنتی https://pypi.org/project/citeproc-py-styles/
مجوز MIT
.. This file is part of citeproc-py-styles. Copyright (C) 2016-2018 CERN. citeproc-py-styles is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. ==================== citeproc-py-styles ==================== .. image:: https://github.com/inveniosoftware/citeproc-py-styles/workflows/CI/badge.svg :target: https://github.com/inveniosoftware/citeproc-py-styles/actions?query=workflow%3ACI .. image:: https://img.shields.io/coveralls/inveniosoftware/citeproc-py-styles.svg :target: https://coveralls.io/r/inveniosoftware/citeproc-py-styles .. image:: https://img.shields.io/pypi/v/citeproc-py-styles.svg :target: https://pypi.org/pypi/citeproc-py-styles About ===== This module is meant to be used as a static resources package, in order to make it easy to include the required Citation Style files (.csl) when using `citeproc-py <https://github.com/brechtm/citeproc-py>`_. In order to avoid always installing ~40MB of files each time you include it in a project you could specify it as an extra in your `setup.py`, and only use it in the production environment or as an optional feature of your module. (`Example setup.py <https://github.com/inveniosoftware/invenio-records-rest/blob/master/setup.py>`_) The included files are originally hosted on the `CSL Style Repository <https://github.com/citation-style-language/styles>`_ which belongs to the `CSL Project <http://citationstyles.org/>`_ Note: The style files are referenced as a git submodule. This means that this repository/package is pinned on a specific commit of the CSL Style Repository, and thus may not include any fixes or new styles that may have been added. Next versions of this repository will of course 'bump' the styles version to the latest commit, but this will not happen on a scheduled basis for the time being. Installation ============ citeproc-py-styles is on PyPI so all you need is: :: pip install citeproc-py-styles Usage ===== This is a minimal example of how one could use `citeproc-py-styles` to render a citation with `citeproc-py`: .. code-block:: python from citeproc import (Citation, CitationItem, CitationStylesBibliography, CitationStylesStyle, formatter) from citeproc.source.json import CiteProcJSON from citeproc_styles import get_style_filepath csl_data = json.loads("...") source = CiteProcJSON(csl_data) style_path = get_style_filepath('apa') style = CitationStylesStyle(style_path) bib = CitationStylesBibliography(style, source, formatter.plain) bib.register(Citation([CitationItem('data_id')])) print(''.join(bib.bibliography()[0]))


نیازمندی

مقدار نام
>=4.1.1 lxml
>=1.10.0 six
>=1.4.0 pytest-invenio
>=1.4.0 pytest-invenio


نحوه نصب


نصب پکیج whl citeproc-py-styles-0.1.3:

    pip install citeproc-py-styles-0.1.3.whl


نصب پکیج tar.gz citeproc-py-styles-0.1.3:

    pip install citeproc-py-styles-0.1.3.tar.gz