purepress


Namepurepress JSON
Version 0.9.2 PyPI version JSON
download
home_pagehttps://github.com/verilab/purepress
SummaryA simple static blog generator.
upload_time2022-12-10 11:45:21
maintainer
docs_urlNone
authorRichard Chien
requires_python>=3.6,<3.11
licenseMIT
keywords static blog generator static blog blog blog engine
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PurePress

[![PyPI](https://img.shields.io/pypi/v/purepress.svg)](https://pypi.python.org/pypi/purepress/)
![Python](https://img.shields.io/badge/python-3.6%2B-blue.svg)

**PurePress** is a very simple static blog generator.

## Usage

```sh
pip install purepress

mkdir my-blog
cd my-blog

purepress init  # init the blog
git clone https://github.com/verilab/purepress-theme-default.git theme  # install a theme

purepress preview  # preview the blog
purepress build  # build the blog
```

See [richardchien/blog](https://github.com/richardchien/blog) for more.

## Minimality

```sh
❯ cloc purepress
       3 text files.
       3 unique files.
       3 files ignored.

github.com/AlDanial/cloc v 1.94  T=0.01 s (346.3 files/s, 74444.9 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Python                           3             91             51            503
-------------------------------------------------------------------------------
SUM:                             3             91             51            503
-------------------------------------------------------------------------------
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/verilab/purepress",
    "name": "purepress",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6,<3.11",
    "maintainer_email": "",
    "keywords": "Static Blog Generator,Static Blog,Blog,Blog Engine",
    "author": "Richard Chien",
    "author_email": "richardchienthebest@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/87/c6/63faf0e715909342535bf2ceb76c1cd7be2b2dff87f537443e3a51ff4fe6/purepress-0.9.2.tar.gz",
    "platform": null,
    "description": "# PurePress\n\n[![PyPI](https://img.shields.io/pypi/v/purepress.svg)](https://pypi.python.org/pypi/purepress/)\n![Python](https://img.shields.io/badge/python-3.6%2B-blue.svg)\n\n**PurePress** is a very simple static blog generator.\n\n## Usage\n\n```sh\npip install purepress\n\nmkdir my-blog\ncd my-blog\n\npurepress init  # init the blog\ngit clone https://github.com/verilab/purepress-theme-default.git theme  # install a theme\n\npurepress preview  # preview the blog\npurepress build  # build the blog\n```\n\nSee [richardchien/blog](https://github.com/richardchien/blog) for more.\n\n## Minimality\n\n```sh\n\u276f cloc purepress\n       3 text files.\n       3 unique files.\n       3 files ignored.\n\ngithub.com/AlDanial/cloc v 1.94  T=0.01 s (346.3 files/s, 74444.9 lines/s)\n-------------------------------------------------------------------------------\nLanguage                     files          blank        comment           code\n-------------------------------------------------------------------------------\nPython                           3             91             51            503\n-------------------------------------------------------------------------------\nSUM:                             3             91             51            503\n-------------------------------------------------------------------------------\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple static blog generator.",
    "version": "0.9.2",
    "split_keywords": [
        "static blog generator",
        "static blog",
        "blog",
        "blog engine"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "cc71a763b22b81cf907911d161d003ba",
                "sha256": "022bd02092cb74c8fc25f6615eb5d7ee8a2cbfd8f5d01900c34d3562f7806276"
            },
            "downloads": -1,
            "filename": "purepress-0.9.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cc71a763b22b81cf907911d161d003ba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6,<3.11",
            "size": 9838,
            "upload_time": "2022-12-10T11:45:19",
            "upload_time_iso_8601": "2022-12-10T11:45:19.608009Z",
            "url": "https://files.pythonhosted.org/packages/1d/99/4e8c53ad8aba1ba8674e2af6db1d85ca05b59eebfaaff4ad191cab3474e8/purepress-0.9.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "b71bfebb809183ac6906921076f0ec0a",
                "sha256": "da72f8ece43de9055dd12019b4d1beb77819b0bc73b4aa925169a6b17eb3f730"
            },
            "downloads": -1,
            "filename": "purepress-0.9.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b71bfebb809183ac6906921076f0ec0a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6,<3.11",
            "size": 9614,
            "upload_time": "2022-12-10T11:45:21",
            "upload_time_iso_8601": "2022-12-10T11:45:21.989159Z",
            "url": "https://files.pythonhosted.org/packages/87/c6/63faf0e715909342535bf2ceb76c1cd7be2b2dff87f537443e3a51ff4fe6/purepress-0.9.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-10 11:45:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "verilab",
    "github_project": "purepress",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "purepress"
}
        
Elapsed time: 0.01830s