Skip to content
/ markup Public

A highly efficient text annotation and markup parser framework.

License

Notifications You must be signed in to change notification settings

marrow/markup

Repository files navigation

h1(#title). Marrow Texting

bq(subtitle). A modern, Pythonic, and extensible text processing engine syntactically similar to Textile designed for package documentation generation.

bq(byline). (C) 2011, Alice Bevan-McGregor

bq(byline). "https://github.com/marrow/marrow.texting":github-project

[github-project]https://github.com/marrow/marrow.texting

h2(#what-is). %1.% What is Marrow Texting?

h2(#installation). %2.% Installation

Installing @marrow.texting@ is easy, just execute the following in a terminal:

<pre><code>pip install marrow.texting</code></pre>

If you add @marrow.texting@ to the @install_requires@ argument of the call to @setup()@ in your application's @setup.py@ file, @marrow.texting@ will be automatically installed and made available when your own application is installed.

h3(#install-dev). %2.1.% Development Version

Development takes place on "GitHub":github in the "marrow.texting":github-project project. Issue tracking, documentation, and downloads are provided there.

Installing the current development version requires "Git":git, a distributes source code management system. If you have Git, you can run the following to download and _link_ the development version into your Python runtime:

<pre><code>git clone https://github.com/marrow/marrow.texting.git (cd marrow.texting; python setup.py develop)</code></pre>

You can upgrade to the latest version at any time:

<pre><code>(cd marrow.blueprint; git pull; python setup.py develop)</code></pre>

If you would like to make changes and contribute them back to the project, fork the GitHub project, make your changes, and submit a pull request. This process is beyond the scope of this documentation; for more information, see "GitHub's documentation":github-help.

[github]https://github.com/ [git]http://git-scm.com/ [github-help]http://help.github.com/

h2(#basic). %3.% Basic Usage

h2(#license). %5.% License

Marrow Texting has been released under the MIT Open Source license.

h3. %5.1.% The MIT License

bq. Copyright (C) 2011 Alice Bevan-McGregor and contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A highly efficient text annotation and markup parser framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages