Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
.. image:: http://img.shields.io/pypi/v/rinohtype.svg :target: https://pypi.python.org/pypi/rinohtype :alt: PyPI
.. image:: https://img.shields.io/pypi/pyversions/rinohtype.svg :target: https://pypi.python.org/pypi/rinohtype :alt: Python version
.. image:: https://img.shields.io/github/discussions/brechtm/rinohtype :target: https://github.com/brechtm/rinohtype/discussions :alt: Discussions
.. image:: https://badges.gitter.im/brechtm/rinohtype.svg :target: https://gitter.im/brechtm/rinohtype :alt: Gitter chat
.. image:: https://github.com/brechtm/rinohtype/workflows/Test%20&%20Publish/badge.svg :target: https://github.com/brechtm/rinohtype/actions?query=workflow%3A%22Test+%26+Publish%22 :alt: Tests
.. image:: https://codecov.io/gh/brechtm/rinohtype/branch/master/graph/badge.svg :target: https://codecov.io/gh/brechtm/rinohtype :alt: Test coverage
rinohtype is a batch-mode document processor. It renders structured documents to PDF based on a document template and a style sheet. An important design goal of rinohtype is make document layout and style customization user-friendly. Have a look at the showcase_ to get an idea of the level of customization that is possible. See the documentation_ to learn how to customize the style of your document.
.. _showcase: https://www.mos6581.org/rinohtype/master/showcase.html .. _documentation: http://www.mos6581.org/rinohtype/master/
Since rinohtype is a fairly sizable project and currently being maintained by a single person, your contribution can make a big difference. Specifically, the following things can help move rinohtype forward:
So if you are interested in helping with any of these items, please don't hesitate to get in touch via Discussions_, Gitter_ or brecht@opqode.com!
.. _Discussions: https://github.com/brechtm/rinohtype/discussions .. _Gitter: https://gitter.im/brechtm/rinohtype
rinohtype is still in beta, so you might run into some issues when using it.
I'd highly appreciate it if you could create a ticket
_ for any bugs you may
encounter. That said, rinohtype is already quite capable. For example, it
should be able to replace Sphinx_'s LaTeX builder in most cases. Here is an
overview of the main features:
Google Fonts
_rinohtype's primary input format is reStructuredText_. The rinoh
command
line tool renders reStructuredText documents and the included Sphinx_ builder
makes it possible to output large documents with your own style applied. Have
a look at the rinohtype manual
_ for an example of the output.
There is also a commercial DITA_ frontend, but it's development is currently
on hold. Please contact me
_ if you are interested in testing it.
.. _create a ticket: https://github.com/brechtm/rinohtype/issues/new/choose .. _Google Fonts: https://fonts.google.com .. _reStructuredText: http://docutils.sourceforge.net/rst.html .. _Sphinx: http://sphinx-doc.org .. _rinohtype manual: http://www.mos6581.org/rinohtype/master/manual.pdf .. _DITA: https://en.wikipedia.org/wiki/Darwin_Information_Typing_Architecture .. _contact me: brecht@opqode.com
rinohtype supports all stable Python 3 versions that have not reached end-of-life_ status. For parsing reStructuredText and CommonMark documents, rinohtype depends on docutils_ and myst-parser_ respectively. pip_ takes care of installing these requirements when you install rinohtype.
Syntax highlighting of code blocks is enabled if Pygments_ is installed, which will be installed automatically with Sphinx_. If you want to include images other than PDF, PNG or JPEG, you also need to install Pillow_.
.. _end-of-life: https://devguide.python.org/versions/#versions .. _docutils: http://docutils.sourceforge.net/index.html .. _myst-parser: https://myst-parser.readthedocs.io .. _pip: https://pip.pypa.io .. _Pygments: https://pygments.org .. _Pillow: http://python-pillow.github.io
Installation is trivial::
pip install rinohtype
If you want to have access to bug fixes and features that are not available in a release, you can install the current development version::
pip install https://github.com/brechtm/rinohtype/archive/refs/heads/master.zip
reStructuredText Renderer
The easiest way to get started with rinohtype is to render a reStructuredText
document (such as ``CHANGES.rst`` from this repository) using the ``rinoh``
command line tool::
rinoh CHANGES.rst
When ``rinoh`` finishes, you will find ``CHANGES.pdf`` alongside the input
file.
By default ``rinoh`` renders the input document using the article template. Run
``rinoh --help`` to see how you can tell ``rinoh`` which document template and
style sheet to use.
Sphinx Builder
~~~~~~~~~~~~~~
rinohtype can be used as a drop-in replacement for the LaTeX builder (the
``latex_documents`` configuration variable has to be set). Simply select the
`rinoh` builder when building the Sphinx project::
sphinx-build -b rinoh . _build/rinoh
Contributing
------------
See ``CONTRIBUTING.rst`` and ``DEVELOPING.rst``
License
-------
All of rinohtype's source code is licensed under the `Affero GPL 3.0`_, unless
indicated otherwise in the source file (such as ``hyphenator.py`` and
``purepng.py``).
The Affero GPL requires for software that builds on rinohtype to also be
released as open source under this license. For building closed-source
applications, you can obtain a `commercial license`_. The author of rinohtype
is also available for consultancy projects involving rinohtype.
.. _Affero GPL 3.0: https://www.gnu.org/licenses/agpl-3.0.html
.. _commercial license: `contact me`_
FAQs
The Python document processor
We found that rinohtype demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.