Metadata-Version: 2.0
Name: libearth
Version: 0.2.0
Summary: The shared common library for Earth Reader apps
Home-page: http://libearth.earthreader.org/
Author: Hong Minhee
Author-email: minhee@dahlia.kr
License: GPLv2 or later
Download-URL: https://github.com/earthreader/libearth/releases
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: IronPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: Stackless
Classifier: Topic :: Communications
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: News/Diary
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: XML

.. image:: https://raw.github.com/earthreader/libearth/master/artwork/libearth.png
   :width: 132
   :height: 139


libearth
========

Libearth is the shared common library for various `Earth Reader`_ apps.

.. _Earth Reader: http://earthreader.org/


Installation
------------

You can install it using ``pip``:

.. code-block:: console

   $ pip install libearth


Links
-----

Package Index (PyPI)
   https://pypi.python.org/pypi/libearth

Docs (ReadTheDocs)
   http://libearth.earthreader.org/

Git repository (GitHub)
   https://github.com/earthreader/libearth

Issue tracker (GitHub)
   https://github.com/earthreader/libearth/issues

Mailing list
   earthreader@librelist.com

List archive
   http://librelist.com/browser/earthreader/

Continuous integration (Travis)
   https://travis-ci.org/earthreader/libearth

   .. image:: https://travis-ci.org/earthreader/libearth.png?branch=master
      :alt: Build Status
      :target: https://travis-ci.org/earthreader/libearth

Test coverage (Coveralls)
   https://coveralls.io/r/earthreader/libearth

   .. image:: https://coveralls.io/repos/earthreader/libearth/badge.png?branch=master
      :alt: Coverage Status
      :target: https://coveralls.io/r/earthreader/libearth?branch=master


