=====================================
  Pyliblinear - liblinear python API
=====================================

**pyliblinear** is an API for `liblinear`_  without using ctypes. It
aims for more pythonic access to liblinear's features, especially
featuring lazy evaluations whereever possible.

.. _liblinear: http://www.csie.ntu.edu.tw/~cjlin/liblinear/


Development Status
~~~~~~~~~~~~~~~~~~

Alpha.
The API is not stabilized yet. There also may be a few kinks here and there.


Copyright and License
~~~~~~~~~~~~~~~~~~~~~

Copyright 2015
André Malo or his licensors, as applicable.

The whole package is distributed under the Apache License Version 2.0.
You'll find a copy in the root directory of the distribution or online
at: <http://www.apache.org/licenses/LICENSE-2.0>.

pyliblinear ships with a copy of `liblinear`_, which is licensed under
the terms of the `3-clause BSD license`_.

.. _liblinear: http://www.csie.ntu.edu.tw/~cjlin/liblinear/
.. _3-clause BSD license: http://opensource.org/licenses/BSD-3-Clause


Bugs
~~~~

No bugs, of course. ;-)
But if you've found one or have an idea how to improve pyliblinear, feel
free to send a pull request on `github
<https://github.com/ndparker/pyliblinear>`_ or send a mail to
<pyliblinear-bugs@perlig.de>.


Author Information
~~~~~~~~~~~~~~~~~~

André "nd" Malo <nd perlig.de>
GPG: 0x8103A37E


    If God intended people to be naked, they would be born that way.
    -- Oscar Wilde

.. vim:tw=72 syntax=rest
