liba


Nameliba JSON
Version 0.1.14.post0 PyPI version JSON
download
home_pagehttps://github.com/tqfx/liba
SummaryAn algorithm library based on C/C++
upload_time2024-07-08 13:48:54
maintainerNone
docs_urlNone
authortqfx
requires_pythonNone
licenseMPL-2.0
keywords algorithms
VCS
bugtrack_url
requirements setuptools cython
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # An algorithm library {#mainpage}

[![docs](https://github.com/tqfx/liba/actions/workflows/docs.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/docs.yml)
[![conan](https://github.com/tqfx/liba/actions/workflows/conan.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/conan.yml)
[![xmake](https://github.com/tqfx/liba/actions/workflows/xmake.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/xmake.yml)
[![meson](https://github.com/tqfx/liba/actions/workflows/meson.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/meson.yml)
[![wasm](https://github.com/tqfx/liba/actions/workflows/wasm.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/wasm.yml)
[![msvc](https://github.com/tqfx/liba/actions/workflows/msvc.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/msvc.yml)
[![linux](https://github.com/tqfx/liba/actions/workflows/linux.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/linux.yml)
[![macos](https://github.com/tqfx/liba/actions/workflows/macos.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/macos.yml)
[![mingw](https://github.com/tqfx/liba/actions/workflows/mingw.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/mingw.yml)
[![msys2](https://github.com/tqfx/liba/actions/workflows/msys2.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/msys2.yml)
[![freebsd](https://github.com/tqfx/liba/actions/workflows/freebsd.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/freebsd.yml)

## [Getting started](https://github.com/tqfx/liba/wiki/Getting-started)

[C/C++](https://github.com/tqfx/liba/wiki/Getting-started#C)
[Java](https://github.com/tqfx/liba/wiki/Getting-started#Java)
[JavaScript](https://github.com/tqfx/liba/wiki/Getting-started#JavaScript)
[Lua](https://github.com/tqfx/liba/wiki/Getting-started#Lua)
[Python](https://github.com/tqfx/liba/wiki/Getting-started#Python)
[QuickJS](https://github.com/tqfx/liba/wiki/Getting-started#QuickJS)
[Rust](https://github.com/tqfx/liba/wiki/Getting-started#Rust)

## Documentation

[C/C++](https://tqfx.org/liba/)
[Java](https://tqfx.org/liba/java/)
[Lua](https://tqfx.org/liba/lua/)
[Rust](https://tqfx.org/liba/rust/liba/)

## Copyright {#copyright}

Copyright (C) 2020-2024 tqfx, All rights reserved.

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at <https://mozilla.org/MPL/2.0/>.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tqfx/liba",
    "name": "liba",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "algorithms",
    "author": "tqfx",
    "author_email": "tqfx@tqfx.org",
    "download_url": "https://files.pythonhosted.org/packages/e3/24/ada17e747c1bf45004ef8177e906895634f503fcf31983a17b7b5011e780/liba-0.1.14.post0.tar.gz",
    "platform": "CPython",
    "description": "# An algorithm library {#mainpage}\n\n[![docs](https://github.com/tqfx/liba/actions/workflows/docs.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/docs.yml)\n[![conan](https://github.com/tqfx/liba/actions/workflows/conan.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/conan.yml)\n[![xmake](https://github.com/tqfx/liba/actions/workflows/xmake.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/xmake.yml)\n[![meson](https://github.com/tqfx/liba/actions/workflows/meson.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/meson.yml)\n[![wasm](https://github.com/tqfx/liba/actions/workflows/wasm.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/wasm.yml)\n[![msvc](https://github.com/tqfx/liba/actions/workflows/msvc.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/msvc.yml)\n[![linux](https://github.com/tqfx/liba/actions/workflows/linux.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/linux.yml)\n[![macos](https://github.com/tqfx/liba/actions/workflows/macos.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/macos.yml)\n[![mingw](https://github.com/tqfx/liba/actions/workflows/mingw.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/mingw.yml)\n[![msys2](https://github.com/tqfx/liba/actions/workflows/msys2.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/msys2.yml)\n[![freebsd](https://github.com/tqfx/liba/actions/workflows/freebsd.yml/badge.svg)](https://github.com/tqfx/liba/actions/workflows/freebsd.yml)\n\n## [Getting started](https://github.com/tqfx/liba/wiki/Getting-started)\n\n[C/C++](https://github.com/tqfx/liba/wiki/Getting-started#C)\n[Java](https://github.com/tqfx/liba/wiki/Getting-started#Java)\n[JavaScript](https://github.com/tqfx/liba/wiki/Getting-started#JavaScript)\n[Lua](https://github.com/tqfx/liba/wiki/Getting-started#Lua)\n[Python](https://github.com/tqfx/liba/wiki/Getting-started#Python)\n[QuickJS](https://github.com/tqfx/liba/wiki/Getting-started#QuickJS)\n[Rust](https://github.com/tqfx/liba/wiki/Getting-started#Rust)\n\n## Documentation\n\n[C/C++](https://tqfx.org/liba/)\n[Java](https://tqfx.org/liba/java/)\n[Lua](https://tqfx.org/liba/lua/)\n[Rust](https://tqfx.org/liba/rust/liba/)\n\n## Copyright {#copyright}\n\nCopyright (C) 2020-2024 tqfx, All rights reserved.\n\nThis Source Code Form is subject to the terms of the Mozilla Public\nLicense, v. 2.0. If a copy of the MPL was not distributed with this\nfile, You can obtain one at <https://mozilla.org/MPL/2.0/>.\n",
    "bugtrack_url": null,
    "license": "MPL-2.0",
    "summary": "An algorithm library based on C/C++",
    "version": "0.1.14.post0",
    "project_urls": {
        "Homepage": "https://github.com/tqfx/liba"
    },
    "split_keywords": [
        "algorithms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e324ada17e747c1bf45004ef8177e906895634f503fcf31983a17b7b5011e780",
                "md5": "3a5a68475a485aa6b960316b92540af6",
                "sha256": "621b96867d4174d909b96a2b94feab524105be385e359dc4eca1464b94d5f767"
            },
            "downloads": -1,
            "filename": "liba-0.1.14.post0.tar.gz",
            "has_sig": false,
            "md5_digest": "3a5a68475a485aa6b960316b92540af6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 354880,
            "upload_time": "2024-07-08T13:48:54",
            "upload_time_iso_8601": "2024-07-08T13:48:54.942659Z",
            "url": "https://files.pythonhosted.org/packages/e3/24/ada17e747c1bf45004ef8177e906895634f503fcf31983a17b7b5011e780/liba-0.1.14.post0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-08 13:48:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tqfx",
    "github_project": "liba",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "setuptools",
            "specs": []
        },
        {
            "name": "cython",
            "specs": []
        }
    ],
    "lcname": "liba"
}
        
Elapsed time: 0.95212s