Metadata-Version: 2.2
Name: pyliblinear
Version: 247.2
Summary: A liblinear python API
Home-page: https://opensource.perlig.de/pyliblinear/
Author: André Malo
Author-email: nd@perlig.de
License: Apache License, Version 2.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: summary

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

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

Supported python versions are Python 2.7 and Python 3.6+.

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


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

Beta.
The API is not stabilized yet. There also may be a few kinks here and
there. But generally it works as expected.


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

Copyright 2015 - 2025
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: 0x029C942244325167

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

.. vim:tw=72 syntax=rest
