portray


Nameportray JSON
Version 1.8.0 PyPI version JSON
download
home_page
SummaryYour Project with Great Documentation
upload_time2022-12-19 08:59:45
maintainer
docs_urlNone
authorTimothy Crosley
requires_python>3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![portray - Your Project with Great Documentation.](https://raw.github.com/timothycrosley/portray/main/art/logo.png)](https://timothycrosley.github.io/portray/)
_________________

[![PyPI version](https://badge.fury.io/py/portray.svg)](http://badge.fury.io/py/portray)
[![Test Status](https://github.com/timothycrosley/portray/workflows/Test/badge.svg?branch=main)](https://github.com/timothycrosley/portray/actions?query=workflow%3ATest)
[![Lint Status](https://github.com/timothycrosley/portray/workflows/Lint/badge.svg?branch=main)](https://github.com/timothycrosley/portray/actions?query=workflow%3ALint)
[![codecov](https://codecov.io/gh/timothycrosley/portray/branch/main/graph/badge.svg)](https://codecov.io/gh/timothycrosley/portray)
[![Join the chat at https://gitter.im/timothycrosley/portray](https://badges.gitter.im/timothycrosley/portray.svg)](https://gitter.im/timothycrosley/portray?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://pypi.python.org/pypi/portray/)
[![Downloads](https://pepy.tech/badge/portray)](https://pepy.tech/project/portray)
_________________

[Read Latest Documentation](https://timothycrosley.github.io/portray/) - [Browse GitHub Code Repository](https://github.com/timothycrosley/portray/)
_________________

> The only thing worse than documentation never written, is documentation written but never discovered.

**portray** is a Python3 command line tool and library that helps you create great documentation websites for your Python projects with as little effort as possible.

[![Example Usage Gif](https://raw.githubusercontent.com/timothycrosley/portray/main/art/example.gif)](https://raw.githubusercontent.com/timothycrosley/portray/main/art/example.gif)

Key Features:

* **Zero-Config**: No configuration is necessary to use `portray`. Just run `portray` in the root of your Python project and it will find your documentation.
* **Statically Generated**: `portray` websites are easy to host on GitHub pages and other similar services as they are outputted as standard static HTML websites.
* **Markdown Aware**: `portray` will automatically include your project's `.md` files and render them into HTML. It will also find and render Markdown within `__doc__` strings.
* **Fully Configurable**: While `portray` doesn't have to be configured, you still can fully configure it within the standard `pyproject.toml` file.
* **Easily Programmable**: `portray` exposes a clean and simple [Python API](https://timothycrosley.github.io/portray/reference/portray/api/).
* **Searchable**: Out of the box, `portray` makes all of your documentation, even autogenerated code references, free-text searchable.
* **Themeable**: `portray` is compatible with all existing [MkDocs Themes](https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes).

Under the hood, portray combines the [Markdown](https://commonmark.org/help/) documentation rendering capabilities provided by [MkDocs](https://www.mkdocs.org/)
with the automatic reference documentation generated by [pdocs](https://timothycrosley.github.io/pdocs/).

## Quick Start

The following guides should get you up and running with a documentation website in no time.

1. [Installation](https://timothycrosley.github.io/portray/docs/quick_start/1.-installation/) - TL;DR: Run `pip3 install portray` within your project's virtual environment.
2. [Command Line Usage](https://timothycrosley.github.io/portray/docs/quick_start/2.-cli/) - TL;DR: Run `portray in_browser` to test and `portray on_github_pages` to deploy.
3. [API Usage](https://timothycrosley.github.io/portray/docs/quick_start/3.-api/) - TL;DR: Everything available via the CLI is also easily available programmatically from within Python.
4. [Configuration](https://timothycrosley.github.io/portray/docs/quick_start/4.-configuration/) - TL;DR: Put all configuration within a `[tool.portray]` section of your `pyproject.toml` file.

## Why Create Portray?

I create a lot of Python projects and I've always wanted a quick way to build documentation sites for them that included both manually written guides and autogenerated reference documentation.
Tools have improved over the years, but still nothing has given me this experience out of the box. Portray isn't a competitor for the 2 newer Python documentation projects (pdocs and MkDocs), rather it is melding of them
together to give me the quick to create and comprehensive documentation website generation I've always wanted.

Thanks and I hope you too find `portray` useful!

~Timothy Crosley

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "portray",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Timothy Crosley",
    "author_email": "timothy.crosley@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/31/c5/647feff9c1a65c403594e51e8ebc9eb93b71e77808c159cf688970585715/portray-1.8.0.tar.gz",
    "platform": null,
    "description": "[![portray - Your Project with Great Documentation.](https://raw.github.com/timothycrosley/portray/main/art/logo.png)](https://timothycrosley.github.io/portray/)\n_________________\n\n[![PyPI version](https://badge.fury.io/py/portray.svg)](http://badge.fury.io/py/portray)\n[![Test Status](https://github.com/timothycrosley/portray/workflows/Test/badge.svg?branch=main)](https://github.com/timothycrosley/portray/actions?query=workflow%3ATest)\n[![Lint Status](https://github.com/timothycrosley/portray/workflows/Lint/badge.svg?branch=main)](https://github.com/timothycrosley/portray/actions?query=workflow%3ALint)\n[![codecov](https://codecov.io/gh/timothycrosley/portray/branch/main/graph/badge.svg)](https://codecov.io/gh/timothycrosley/portray)\n[![Join the chat at https://gitter.im/timothycrosley/portray](https://badges.gitter.im/timothycrosley/portray.svg)](https://gitter.im/timothycrosley/portray?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://pypi.python.org/pypi/portray/)\n[![Downloads](https://pepy.tech/badge/portray)](https://pepy.tech/project/portray)\n_________________\n\n[Read Latest Documentation](https://timothycrosley.github.io/portray/) - [Browse GitHub Code Repository](https://github.com/timothycrosley/portray/)\n_________________\n\n> The only thing worse than documentation never written, is documentation written but never discovered.\n\n**portray** is a Python3 command line tool and library that helps you create great documentation websites for your Python projects with as little effort as possible.\n\n[![Example Usage Gif](https://raw.githubusercontent.com/timothycrosley/portray/main/art/example.gif)](https://raw.githubusercontent.com/timothycrosley/portray/main/art/example.gif)\n\nKey Features:\n\n* **Zero-Config**: No configuration is necessary to use `portray`. Just run `portray` in the root of your Python project and it will find your documentation.\n* **Statically Generated**: `portray` websites are easy to host on GitHub pages and other similar services as they are outputted as standard static HTML websites.\n* **Markdown Aware**: `portray` will automatically include your project's `.md` files and render them into HTML. It will also find and render Markdown within `__doc__` strings.\n* **Fully Configurable**: While `portray` doesn't have to be configured, you still can fully configure it within the standard `pyproject.toml` file.\n* **Easily Programmable**: `portray` exposes a clean and simple [Python API](https://timothycrosley.github.io/portray/reference/portray/api/).\n* **Searchable**: Out of the box, `portray` makes all of your documentation, even autogenerated code references, free-text searchable.\n* **Themeable**: `portray` is compatible with all existing [MkDocs Themes](https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes).\n\nUnder the hood, portray combines the [Markdown](https://commonmark.org/help/) documentation rendering capabilities provided by [MkDocs](https://www.mkdocs.org/)\nwith the automatic reference documentation generated by [pdocs](https://timothycrosley.github.io/pdocs/).\n\n## Quick Start\n\nThe following guides should get you up and running with a documentation website in no time.\n\n1. [Installation](https://timothycrosley.github.io/portray/docs/quick_start/1.-installation/) - TL;DR: Run `pip3 install portray` within your project's virtual environment.\n2. [Command Line Usage](https://timothycrosley.github.io/portray/docs/quick_start/2.-cli/) - TL;DR: Run `portray in_browser` to test and `portray on_github_pages` to deploy.\n3. [API Usage](https://timothycrosley.github.io/portray/docs/quick_start/3.-api/) - TL;DR: Everything available via the CLI is also easily available programmatically from within Python.\n4. [Configuration](https://timothycrosley.github.io/portray/docs/quick_start/4.-configuration/) - TL;DR: Put all configuration within a `[tool.portray]` section of your `pyproject.toml` file.\n\n## Why Create Portray?\n\nI create a lot of Python projects and I've always wanted a quick way to build documentation sites for them that included both manually written guides and autogenerated reference documentation.\nTools have improved over the years, but still nothing has given me this experience out of the box. Portray isn't a competitor for the 2 newer Python documentation projects (pdocs and MkDocs), rather it is melding of them\ntogether to give me the quick to create and comprehensive documentation website generation I've always wanted.\n\nThanks and I hope you too find `portray` useful!\n\n~Timothy Crosley\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Your Project with Great Documentation",
    "version": "1.8.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "11512d49d135c114555fdc1f7d750f13",
                "sha256": "c7ee981b51f9b41b60b04c1351e1b61edd291049d10c45f7c8f05897caa6a931"
            },
            "downloads": -1,
            "filename": "portray-1.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "11512d49d135c114555fdc1f7d750f13",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">3.7",
            "size": 14211,
            "upload_time": "2022-12-19T08:59:43",
            "upload_time_iso_8601": "2022-12-19T08:59:43.882782Z",
            "url": "https://files.pythonhosted.org/packages/31/99/73ee12584f7186b99ce07f130a1f8b727e72008f4f767552c227ff1a5fb7/portray-1.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "3ecd7a4aefb28c3d4a9f7c10796ffc1a",
                "sha256": "a9dd2973a0235051c5b68a29390c3eeee192dc248cc2d944452ee9c02423b47d"
            },
            "downloads": -1,
            "filename": "portray-1.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3ecd7a4aefb28c3d4a9f7c10796ffc1a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">3.7",
            "size": 13590,
            "upload_time": "2022-12-19T08:59:45",
            "upload_time_iso_8601": "2022-12-19T08:59:45.579786Z",
            "url": "https://files.pythonhosted.org/packages/31/c5/647feff9c1a65c403594e51e8ebc9eb93b71e77808c159cf688970585715/portray-1.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-19 08:59:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "portray"
}
        
Elapsed time: 0.02591s