pelican-mboxreader | Pelican plugin to generate articles from a Unix-style mbox
kandi X-RAY | pelican-mboxreader Summary
kandi X-RAY | pelican-mboxreader Summary
pelican-mboxreader is a Python library. pelican-mboxreader has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can install using 'pip install pelican-mboxreader' or download it from GitHub, PyPI.
Pelican plugin to generate articles from a Unix-style mbox.
Pelican plugin to generate articles from a Unix-style mbox.
Support
Quality
Security
License
Reuse
Support
pelican-mboxreader has a low active ecosystem.
It has 4 star(s) with 1 fork(s). There are 2 watchers for this library.
It had no major release in the last 12 months.
There are 3 open issues and 2 have been closed. On average issues are closed in 73 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of pelican-mboxreader is 0.1.4
Quality
pelican-mboxreader has no bugs reported.
Security
pelican-mboxreader has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
pelican-mboxreader is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
pelican-mboxreader releases are not available. You will need to build from source code and install.
Deployable package is available in PyPI.
Build file is available. You can build the component from source.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi has reviewed pelican-mboxreader and discovered the below as its top functions. This is intended to give you an instant insight into pelican-mboxreader implemented functionality, and help decide if they suit your requirements.
- Generate the context
- Generates article objects from a mailbox
- Convert plaintext to HTML
- Generate pages
- Generate the articles
Get all kandi verified functions for this library.
pelican-mboxreader Key Features
No Key Features are available at this moment for pelican-mboxreader.
pelican-mboxreader Examples and Code Snippets
PLUGINS = [
# ...
'pelican_mboxreader',
# ...
]
MBOX_PATH = ['/path/to/mail.box']
MBOX_CATEGORY = ['Name of Mbox Category']
MBOX_AUTHOR_STRING = ''
MBOX_MARKDOWNIFY = False
Community Discussions
No Community Discussions are available at this moment for pelican-mboxreader.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install pelican-mboxreader
You can install using 'pip install pelican-mboxreader' or download it from GitHub, PyPI.
You can use pelican-mboxreader like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
You can use pelican-mboxreader like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.
Support
Yes. It would need to be programmed in and made configurable, however it would be trivial if the mailbox type is implemented by python's mailbox module (which is what this uses).
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page