====
Aneel
====
About
=====
Aneel is an editor-agnostic Markdown, reStructuredText and Textile live previewer.
Once you save your file, the rendered HTML will automatically get reloaded
in your favourite browser.
The Original Version is moo_ . Aneel fork from moo ( `commit history`_ ), And add function of
reStructuredText live previewer.
.. _moo: https://github.com/pyrocat101/moo
.. _`commit history`: https://github.com/pyrocat101/moo/commits/876de66f792ac42df7dba2e1416fb7aeae8feeb2
Installation
============
.. code:: bash
pip install aneel
Requirements
============
aneel requires
* mistune_ (optional)
* `python-textile`_ (optional)
* `bottle.py`_
* pygments_
* docutils_
* CherryPy_
* docopt_
.. _mistune: https://github.com/lepture/mistune
.. _`python-textile`: https://github.com/sebix/python-textile
.. _`bottle.py`: http://bottlepy.org/
.. _pygments: http://pygments.org/
.. _docutils: https://pypi.python.org/pypi/docutils
.. _CherryPy: http://www.cherrypy.org/
.. _docopt: https://github.com/docopt/docopt
Usage
=====
Opens preview in browser with server listening on 3000::
aneel --port 3000 your-doc.markdown
Export to HTML only::
aneel -o exported.html your-doc.markdown
To specify file type::
aneel --filetype rst README
RESTful API
===========
+-------------------------+-------------+----------------------------------+-------------------------+
| Action | HTTP Method | Request URL | Response Body |
+=========================+=============+==================================+=========================+
| Get preview | GET | http://localhost:\<port\> | \<Preview content\> |
+-------------------------+-------------+----------------------------------+-------------------------+
| Get updated content | POST | http://localhost:\<port\>/update | \<Rendered body\> |
+-------------------------+-------------+----------------------------------+-------------------------+
| Close server | DELETE | http://localhost:\<port\> | |
+-------------------------+-------------+----------------------------------+-------------------------+
See `source files`_ for more details.
.. _`source files`: https://github.com/hhatto/aneel
License
=======
(The MIT License)
Links
=====
* GitHub_
* PyPI_
.. _GitHub: https://github.com/hhatto/aneel
.. _PyPI: https://pypi.python.org/pypi/aneel/
Aneel
====
About
=====
Aneel is an editor-agnostic Markdown, reStructuredText and Textile live previewer.
Once you save your file, the rendered HTML will automatically get reloaded
in your favourite browser.
The Original Version is moo_ . Aneel fork from moo ( `commit history`_ ), And add function of
reStructuredText live previewer.
.. _moo: https://github.com/pyrocat101/moo
.. _`commit history`: https://github.com/pyrocat101/moo/commits/876de66f792ac42df7dba2e1416fb7aeae8feeb2
Installation
============
.. code:: bash
pip install aneel
Requirements
============
aneel requires
* mistune_ (optional)
* `python-textile`_ (optional)
* `bottle.py`_
* pygments_
* docutils_
* CherryPy_
* docopt_
.. _mistune: https://github.com/lepture/mistune
.. _`python-textile`: https://github.com/sebix/python-textile
.. _`bottle.py`: http://bottlepy.org/
.. _pygments: http://pygments.org/
.. _docutils: https://pypi.python.org/pypi/docutils
.. _CherryPy: http://www.cherrypy.org/
.. _docopt: https://github.com/docopt/docopt
Usage
=====
Opens preview in browser with server listening on 3000::
aneel --port 3000 your-doc.markdown
Export to HTML only::
aneel -o exported.html your-doc.markdown
To specify file type::
aneel --filetype rst README
RESTful API
===========
+-------------------------+-------------+----------------------------------+-------------------------+
| Action | HTTP Method | Request URL | Response Body |
+=========================+=============+==================================+=========================+
| Get preview | GET | http://localhost:\<port\> | \<Preview content\> |
+-------------------------+-------------+----------------------------------+-------------------------+
| Get updated content | POST | http://localhost:\<port\>/update | \<Rendered body\> |
+-------------------------+-------------+----------------------------------+-------------------------+
| Close server | DELETE | http://localhost:\<port\> | |
+-------------------------+-------------+----------------------------------+-------------------------+
See `source files`_ for more details.
.. _`source files`: https://github.com/hhatto/aneel
License
=======
(The MIT License)
Links
=====
* GitHub_
* PyPI_
.. _GitHub: https://github.com/hhatto/aneel
.. _PyPI: https://pypi.python.org/pypi/aneel/
Release files for aneel 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aneel-0.0.7.zip | 445.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aneel-0.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 890.3 kB
Release files / aneel-0.0.7.zip
| Download URL | aneel-0.0.7.zip |
|---|---|
| Size | 445.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e9cf16c3ff611c5f7d85c856331d6ea885ddb445d27069aa7cce9291d7dc8481
|
|
BLAKE2b-256 checksum How to use checksums |
abb79f7301a2850959c74c78522b22300c3e38e70ff5075f5e9da91ebc061aa7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / aneel-0.0.7-py3-none-any.whl
| Download URL | aneel-0.0.7-py3-none-any.whl |
|---|---|
| Size | 444.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8034110248470c6e83be0bf3a130e5e55ab62186f47dc729e415dd5e7e5e3867
|
|
BLAKE2b-256 checksum How to use checksums |
56bd819b6cac2ecbbef9c014f4e02f87529640494137b71b580aeb9b9b00ce47
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |