docplates


Namedocplates JSON
Version 1.0.3 PyPI version JSON
download
home_pageNone
SummaryDocplates is a PDF document templater which uses Jinja2 and LaTeX/WeasyPrint backends to create documents.
upload_time2024-09-25 12:03:41
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords documentation templating pdf
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![pipeline status](https://gitlab.oscdev.io/software/docplates/docplates/badges/main/pipeline.svg)](https://gitlab.oscdev.io/software/docplates/docplates/commits/main)
[![coverage report](https://gitlab.oscdev.io/software/docplates/docplates/badges/main/coverage.svg)](https://gitlab.oscdev.io/software/docplates/docplates/commits/main)

# Docplates

Docplates is a PDF document templater which uses Jinja2 and LaTeX/WeasyPrint backends to create documents.


# Installing

Docplates can be simply installed by running:

    pip install docplates

Or if you prefer the development branch, one could use:

    pip install git+https://gitlab.oscdev.io/software/docplates/docplates.git

Alternatively if you prefer installing from a checked out git repository:

    pip install .

Lastly, you could also build it and install the wheel...

    tox -e build
    pip install dist/docplates-*.whl


# Documentation

  * [Docplates Documentation](https://software.pages.oscdev.io/docplates/docplates)
  * [Contributing](https://gitlab.oscdev.io/oscdev/contributing/-/blob/master/README.md)

# Support

  * [Issue Tracker](https://gitlab.oscdev.io/software/docplates/docplates/-/issues)


# License

Docplates is licensed under the [GNU GPL v3 License](LICENSE).


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "docplates",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "documentation, templating, pdf",
    "author": null,
    "author_email": "Nigel Kukard <nkukard@LBSD.net>",
    "download_url": "https://files.pythonhosted.org/packages/fd/c1/bcbcc7ed8a88e7109d58f5516ea504a6d6728093ddc90fc706baf8c553bd/docplates-1.0.3.tar.gz",
    "platform": null,
    "description": "[![pipeline status](https://gitlab.oscdev.io/software/docplates/docplates/badges/main/pipeline.svg)](https://gitlab.oscdev.io/software/docplates/docplates/commits/main)\n[![coverage report](https://gitlab.oscdev.io/software/docplates/docplates/badges/main/coverage.svg)](https://gitlab.oscdev.io/software/docplates/docplates/commits/main)\n\n# Docplates\n\nDocplates is a PDF document templater which uses Jinja2 and LaTeX/WeasyPrint backends to create documents.\n\n\n# Installing\n\nDocplates can be simply installed by running:\n\n    pip install docplates\n\nOr if you prefer the development branch, one could use:\n\n    pip install git+https://gitlab.oscdev.io/software/docplates/docplates.git\n\nAlternatively if you prefer installing from a checked out git repository:\n\n    pip install .\n\nLastly, you could also build it and install the wheel...\n\n    tox -e build\n    pip install dist/docplates-*.whl\n\n\n# Documentation\n\n  * [Docplates Documentation](https://software.pages.oscdev.io/docplates/docplates)\n  * [Contributing](https://gitlab.oscdev.io/oscdev/contributing/-/blob/master/README.md)\n\n# Support\n\n  * [Issue Tracker](https://gitlab.oscdev.io/software/docplates/docplates/-/issues)\n\n\n# License\n\nDocplates is licensed under the [GNU GPL v3 License](LICENSE).\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Docplates is a PDF document templater which uses Jinja2 and LaTeX/WeasyPrint backends to create documents.",
    "version": "1.0.3",
    "project_urls": {
        "Documentation": "https://software.pages.oscdev.io/docplates/docplates",
        "Homepage": "https://gitlab.oscdev.io/software/docplates/docplates",
        "Issue Tracker": "https://gitlab.oscdev.io/software/docplates/docplates/-/issues",
        "Source Code": "https://gitlab.oscdev.io/software/docplates/docplates"
    },
    "split_keywords": [
        "documentation",
        " templating",
        " pdf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff680f7942bca88c9954d9539cb7de0ed8e805c5360077067dfb6ec0e094ec20",
                "md5": "4e2bb7060ce264664e6de42d194a4dab",
                "sha256": "e956ea38734dd599912be27e8432e79713e62a30522b30b4555c6710b3b4eccf"
            },
            "downloads": -1,
            "filename": "docplates-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4e2bb7060ce264664e6de42d194a4dab",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 52496,
            "upload_time": "2024-09-25T12:03:39",
            "upload_time_iso_8601": "2024-09-25T12:03:39.648331Z",
            "url": "https://files.pythonhosted.org/packages/ff/68/0f7942bca88c9954d9539cb7de0ed8e805c5360077067dfb6ec0e094ec20/docplates-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fdc1bcbcc7ed8a88e7109d58f5516ea504a6d6728093ddc90fc706baf8c553bd",
                "md5": "eb84771f0e28db08e6cd5ba62e7bd5d4",
                "sha256": "4a584cd12b6dff7a02639b4ae4ec77398fbf6fa41ebe61bb8f4418bab8e4d95e"
            },
            "downloads": -1,
            "filename": "docplates-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "eb84771f0e28db08e6cd5ba62e7bd5d4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 94743,
            "upload_time": "2024-09-25T12:03:41",
            "upload_time_iso_8601": "2024-09-25T12:03:41.092835Z",
            "url": "https://files.pythonhosted.org/packages/fd/c1/bcbcc7ed8a88e7109d58f5516ea504a6d6728093ddc90fc706baf8c553bd/docplates-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-25 12:03:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "docplates"
}
        
Elapsed time: 0.40999s