Metadata-Version: 2.0
Name: Nikola
Version: 7.8.0
Summary: A modular, fast, simple, static website and blog generator
Home-page: https://getnikola.com/
Author: Roberto Alsina and others
Author-email: ralsina@netmanagers.com.ar
License: MIT
Keywords: website,blog,static
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: Plugins
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Text Processing :: Markup
Requires-Dist: Pillow (>=2.4.0)
Requires-Dist: PyRSS2Gen (>=1.1)
Requires-Dist: Pygments (>=1.6)
Requires-Dist: Yapsy (>=1.11.223)
Requires-Dist: blinker (>=1.3)
Requires-Dist: docutils (>=0.12)
Requires-Dist: doit (<=0.29.0,>=0.28.0)
Requires-Dist: husl (>=4.0.2)
Requires-Dist: logbook (>=0.7.0)
Requires-Dist: lxml (>=3.3.5)
Requires-Dist: mako (>=1.0.0)
Requires-Dist: natsort (>=3.5.2)
Requires-Dist: piexif (>=1.0.3)
Requires-Dist: python-dateutil (>=2.4.0)
Requires-Dist: requests (>=2.2.0)
Requires-Dist: setuptools (>=5.4.1)
Requires-Dist: unidecode (>=0.04.16)
Provides-Extra: extras
Requires-Dist: Jinja2 (>=2.7.2); extra == 'extras'
Requires-Dist: Markdown (>=2.4.0); extra == 'extras'
Requires-Dist: ghp-import2 (>=1.0.0); extra == 'extras'
Requires-Dist: ipykernel (>=4.0.0); extra == 'extras'
Requires-Dist: micawber (>=0.3.0); extra == 'extras'
Requires-Dist: notebook (>=4.0.0); extra == 'extras'
Requires-Dist: phpserialize (>=1.3); extra == 'extras'
Requires-Dist: pygal (>=2.0.0); extra == 'extras'
Requires-Dist: pyphen (>=0.9.1); extra == 'extras'
Requires-Dist: typogrify (>=2.0.4); extra == 'extras'
Requires-Dist: watchdog (==0.8.3); extra == 'extras'
Requires-Dist: webassets (>=0.10.1); extra == 'extras'
Requires-Dist: ws4py (==0.3.5); extra == 'extras'
Provides-Extra: full
Requires-Dist: Jinja2 (>=2.7.2); extra == 'full'
Requires-Dist: Markdown (>=2.4.0); extra == 'full'
Requires-Dist: ghp-import2 (>=1.0.0); extra == 'full'
Requires-Dist: ipykernel (>=4.0.0); extra == 'full'
Requires-Dist: micawber (>=0.3.0); extra == 'full'
Requires-Dist: notebook (>=4.0.0); extra == 'full'
Requires-Dist: phpserialize (>=1.3); extra == 'full'
Requires-Dist: pygal (>=2.0.0); extra == 'full'
Requires-Dist: pyphen (>=0.9.1); extra == 'full'
Requires-Dist: typogrify (>=2.0.4); extra == 'full'
Requires-Dist: watchdog (==0.8.3); extra == 'full'
Requires-Dist: webassets (>=0.10.1); extra == 'full'
Requires-Dist: ws4py (==0.3.5); extra == 'full'
Provides-Extra: tests
Requires-Dist: colorama (>=0.3.4); extra == 'tests'
Requires-Dist: coverage (==4.2); extra == 'tests'
Requires-Dist: freezegun (==0.3.7); extra == 'tests'
Requires-Dist: mock (==2.0.0); extra == 'tests'
Requires-Dist: pytest (==3.0.1); extra == 'tests'
Requires-Dist: pytest-cov (==2.3.1); extra == 'tests'
Requires-Dist: python-coveralls (==2.7.0); extra == 'tests'

Nikola, a Static Site and Blog Generator
========================================

In goes content, out comes a website, ready to deploy.

.. image:: http://img.shields.io/pypi/v/Nikola.svg
   :target: https://pypi.python.org/pypi/Nikola

.. image:: https://img.shields.io/requires/github/getnikola/nikola.svg
   :target: https://requires.io/github/getnikola/nikola/requirements/?branch=master

.. image:: http://img.shields.io/travis/getnikola/nikola.svg
   :target: https://travis-ci.org/getnikola/nikola

.. image:: http://img.shields.io/coveralls/getnikola/nikola.png
  :target: https://coveralls.io/r/getnikola/nikola?branch=master

.. image:: http://img.shields.io/badge/license-MIT-green.svg
   :target: https://github.com/getnikola/nikola/blob/master/LICENSE.txt

Why Static Websites?
--------------------

Static websites are safer, use fewer resources, and avoid vendor and platform lock-in.
You can read more about this in the `Nikola Handbook`_


What Can Nikola Do?
-------------------

It has many features, but here are some of the nicer ones:

* `Blogs, with tags, feeds, archives, comments, etc.`__
* `Themable`_
* Fast builds, thanks to `doit`_
* Flexible, extensible via the dozens of `available plugins`_
* Small codebase (programmers can understand all of Nikola core in a day)
* `reStructuredText`_ or Markdown as input language (also Wiki, BBCode, Textile, and HTML)
* Easy `image galleries`_ (just drop files in a folder!)
* Syntax highlighting for almost any programming language or markup
* Multilingual sites, `translated to 18 languages.`__
* Doesn't reinvent wheels, leverages existing tools.
* Python 2.7, 3.3, 3.4 and 3.5 compatible.

.. _Nikola Handbook: https://getnikola.com/handbook.html#why-static
__ https://users.getnikola.com/
.. _Themable: https://themes.getnikola.com
.. _doit: http://pydoit.org
.. _available plugins: https://plugins.getnikola.com/
.. _reStructuredText: https://getnikola.com/quickstart.html
.. _image galleries: https://getnikola.com/galleries/demo/
__ https://www.transifex.com/projects/p/nikola/

Nikola Architecture
-------------------

.. image:: https://getnikola.com/images/architecture.png

Installation Instructions
-------------------------

Assuming you have pip installed::

    pip install Nikola

For optional features::

    pip install "Nikola[extras]"

For tests (see tests/README.rst for more details)::

    pip install "Nikola[extras,tests]"

For more information, see https://getnikola.com/


