pelican-email-cloak


Namepelican-email-cloak JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/deme3/pelican-email-cloak
SummaryE-mail cloaking plugin for Pelican
upload_time2023-06-14 06:44:00
maintainer
docs_urlNone
authorDemetrio Battaglia
requires_python>=3.8.1,<4.0
licenseMIT
keywords pelican plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # E-mail Cloak: A Plugin for Pelican

[![PyPI Version](https://img.shields.io/pypi/v/pelican-email-cloak)](https://pypi.org/project/pelican-email-cloak/)
![License](https://img.shields.io/pypi/l/pelican-email-cloak?color=blue)

E-mail cloaking plugin for Pelican

## Installation

This plugin can be installed via:

    python -m pip install pelican-email-cloak

## Usage

To use this plugin, add the following to your `pelicanconf.py`:

```python
PLUGINS = [
    # ...
    'email_cloak',
    # ...
]
```

Pelican should automatically discover the plugin after installation under the namespace `pelican.plugins`.

E-mails in articles and pages will be cloaked.

## Changelog

-   0.0.1 up to 0.0.3: Initial release
    -   Version bumped to update PyPI description

## License

This project is licensed under the MIT license.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/deme3/pelican-email-cloak",
    "name": "pelican-email-cloak",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.1,<4.0",
    "maintainer_email": "",
    "keywords": "pelican,plugin",
    "author": "Demetrio Battaglia",
    "author_email": "deme3.iot@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0d/6e/93a242bbd27f3157c14ebdca4989141fc2d1e75116d08d2a5294af5115c5/pelican_email_cloak-0.1.2.tar.gz",
    "platform": null,
    "description": "# E-mail Cloak: A Plugin for Pelican\n\n[![PyPI Version](https://img.shields.io/pypi/v/pelican-email-cloak)](https://pypi.org/project/pelican-email-cloak/)\n![License](https://img.shields.io/pypi/l/pelican-email-cloak?color=blue)\n\nE-mail cloaking plugin for Pelican\n\n## Installation\n\nThis plugin can be installed via:\n\n    python -m pip install pelican-email-cloak\n\n## Usage\n\nTo use this plugin, add the following to your `pelicanconf.py`:\n\n```python\nPLUGINS = [\n    # ...\n    'email_cloak',\n    # ...\n]\n```\n\nPelican should automatically discover the plugin after installation under the namespace `pelican.plugins`.\n\nE-mails in articles and pages will be cloaked.\n\n## Changelog\n\n-   0.0.1 up to 0.0.3: Initial release\n    -   Version bumped to update PyPI description\n\n## License\n\nThis project is licensed under the MIT license.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "E-mail cloaking plugin for Pelican",
    "version": "0.1.2",
    "project_urls": {
        "Documentation": "https://docs.getpelican.com",
        "Funding": "https://donate.getpelican.com/",
        "Homepage": "https://github.com/deme3/pelican-email-cloak",
        "Issue Tracker": "https://github.com/deme3/pelican-email-cloak/issues",
        "Repository": "https://github.com/deme3/pelican-email-cloak"
    },
    "split_keywords": [
        "pelican",
        "plugin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b2935b1772a792243ddb7991e48bceb9d83305dc8880a2cbce0a385daa356e8",
                "md5": "c0040ba436038efb0325a970b6357aa9",
                "sha256": "29d0524ce39d2a53fff1d7a1157ff479224d71d2c05e2635140ee407df6f271a"
            },
            "downloads": -1,
            "filename": "pelican_email_cloak-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c0040ba436038efb0325a970b6357aa9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1,<4.0",
            "size": 3784,
            "upload_time": "2023-06-14T06:43:59",
            "upload_time_iso_8601": "2023-06-14T06:43:59.114190Z",
            "url": "https://files.pythonhosted.org/packages/2b/29/35b1772a792243ddb7991e48bceb9d83305dc8880a2cbce0a385daa356e8/pelican_email_cloak-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d6e93a242bbd27f3157c14ebdca4989141fc2d1e75116d08d2a5294af5115c5",
                "md5": "93fa42be13cd0c25728a3ab19da7e4c4",
                "sha256": "61e6f1305eec2517c07e5a520b402b7cb3eff7c6561c2a97172c3fa2dab00ccd"
            },
            "downloads": -1,
            "filename": "pelican_email_cloak-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "93fa42be13cd0c25728a3ab19da7e4c4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1,<4.0",
            "size": 3762,
            "upload_time": "2023-06-14T06:44:00",
            "upload_time_iso_8601": "2023-06-14T06:44:00.863901Z",
            "url": "https://files.pythonhosted.org/packages/0d/6e/93a242bbd27f3157c14ebdca4989141fc2d1e75116d08d2a5294af5115c5/pelican_email_cloak-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-14 06:44:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "deme3",
    "github_project": "pelican-email-cloak",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pelican-email-cloak"
}
        
Elapsed time: 0.09756s