forest-python


Nameforest-python JSON
Version 0.6.3 PyPI version JSON
download
home_page
SummaryThe Forest Project in Python
upload_time2023-04-28 06:18:10
maintainer
docs_urlNone
author
requires_python>=3.9
licenseMIT License
keywords tree data-structures
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Build the Forest in Python
==========================

.. image:: https://github.com/shunsvineyard/forest-python/actions/workflows/testing.yml/badge.svg
    :target: https://github.com/shunsvineyard/forest-python/actions/workflows/testing.yml

.. image:: https://github.com/shunsvineyard/forest-python/actions/workflows/linting.yml/badge.svg
    :target: https://github.com/shunsvineyard/forest-python/actions/workflows/linting.yml

.. image:: https://codecov.io/gh/shunsvineyard/forest-python/branch/main/graph/badge.svg?token=THWHJOY7EQ
    :target: https://codecov.io/gh/shunsvineyard/forest-python

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black


The *Build the Forest in Python* project is the repository for the `Build the Forest Series`_.
This project provides several tree data structure implementation, and is mainly for educative
and informative purposes.

.. _`Build the Forest Series`: https://shunsvineyard.info/build-the-forest-series/


Requirements
------------
``Python 3.9`` or newer is required.


Installation
------------
There are a few ways to install ``forest-python``.

- Install the latest release from PyPI

.. code-block:: bash

    pip install forest-python

- Install from Github

.. code-block:: bash

    git clone https://github.com/shunsvineyard/forest-python.git
    cd forest-python
    pip install -r requirements.txt

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "forest-python",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "tree,data-structures",
    "author": "",
    "author_email": "Shun Huang <shun@formosa1544.com>",
    "download_url": "https://files.pythonhosted.org/packages/53/e1/a1e849a3724309c26a3225bbbb67f20ecfc129aaa3d3904c271f2e061457/forest-python-0.6.3.tar.gz",
    "platform": null,
    "description": "Build the Forest in Python\n==========================\n\n.. image:: https://github.com/shunsvineyard/forest-python/actions/workflows/testing.yml/badge.svg\n    :target: https://github.com/shunsvineyard/forest-python/actions/workflows/testing.yml\n\n.. image:: https://github.com/shunsvineyard/forest-python/actions/workflows/linting.yml/badge.svg\n    :target: https://github.com/shunsvineyard/forest-python/actions/workflows/linting.yml\n\n.. image:: https://codecov.io/gh/shunsvineyard/forest-python/branch/main/graph/badge.svg?token=THWHJOY7EQ\n    :target: https://codecov.io/gh/shunsvineyard/forest-python\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n\n\nThe *Build the Forest in Python* project is the repository for the `Build the Forest Series`_.\nThis project provides several tree data structure implementation, and is mainly for educative\nand informative purposes.\n\n.. _`Build the Forest Series`: https://shunsvineyard.info/build-the-forest-series/\n\n\nRequirements\n------------\n``Python 3.9`` or newer is required.\n\n\nInstallation\n------------\nThere are a few ways to install ``forest-python``.\n\n- Install the latest release from PyPI\n\n.. code-block:: bash\n\n    pip install forest-python\n\n- Install from Github\n\n.. code-block:: bash\n\n    git clone https://github.com/shunsvineyard/forest-python.git\n    cd forest-python\n    pip install -r requirements.txt\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "The Forest Project in Python",
    "version": "0.6.3",
    "split_keywords": [
        "tree",
        "data-structures"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28b4ffe6ca850137aabf935c6f52ffa500b635c9181789557d193dc789fc283d",
                "md5": "b5b636d0dfde1d8076e9aabf22be68fd",
                "sha256": "a745cba2a89c67daec4ff44e69fd188166ea86330f7327c976294558a1472717"
            },
            "downloads": -1,
            "filename": "forest_python-0.6.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b5b636d0dfde1d8076e9aabf22be68fd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 23011,
            "upload_time": "2023-04-28T06:18:08",
            "upload_time_iso_8601": "2023-04-28T06:18:08.026073Z",
            "url": "https://files.pythonhosted.org/packages/28/b4/ffe6ca850137aabf935c6f52ffa500b635c9181789557d193dc789fc283d/forest_python-0.6.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53e1a1e849a3724309c26a3225bbbb67f20ecfc129aaa3d3904c271f2e061457",
                "md5": "8f7f7515b75da8a5f3f663b5b84d2d34",
                "sha256": "cc271dcfdd30dd0e022939e360fc2d2405afc6895a6d09ecc285c6d380db2542"
            },
            "downloads": -1,
            "filename": "forest-python-0.6.3.tar.gz",
            "has_sig": false,
            "md5_digest": "8f7f7515b75da8a5f3f663b5b84d2d34",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 18804,
            "upload_time": "2023-04-28T06:18:10",
            "upload_time_iso_8601": "2023-04-28T06:18:10.268145Z",
            "url": "https://files.pythonhosted.org/packages/53/e1/a1e849a3724309c26a3225bbbb67f20ecfc129aaa3d3904c271f2e061457/forest-python-0.6.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-28 06:18:10",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "forest-python"
}
        
Elapsed time: 0.06271s