recurtools


Namerecurtools JSON
Version 1.0.0 PyPI version JSON
download
home_page
SummaryTools for handling recursive sequences (of sequences of sequences of ...)
upload_time2024-03-01 08:30:55
maintainer
docs_urlNone
authorMike Foster
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # recurtools

A simple library to support working with recursively nested objects.

Primarily built around the **`nested`** class which offers `in`, `len`, `index()` and `count()` functionality.  
Additionally, the **`flatten()`** function provides the ability to configure behaviour for strings etc.

## Installation

```
pip install recurtools
```

## Usage

```
from recurtools import nested
```

```
from recurtools import flatten
```

## Documentation
For full details see [the docs on github.io](https://musicalninjadad.github.io/recurtools/)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "recurtools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Mike Foster",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/65/d7/9e08ccebc809dc4aecc6d73965aa35bd8a9bd04ed58dad5213b35bf084bc/recurtools-1.0.0.tar.gz",
    "platform": null,
    "description": "# recurtools\n\nA simple library to support working with recursively nested objects.\n\nPrimarily built around the **`nested`** class which offers `in`, `len`, `index()` and `count()` functionality.  \nAdditionally, the **`flatten()`** function provides the ability to configure behaviour for strings etc.\n\n## Installation\n\n```\npip install recurtools\n```\n\n## Usage\n\n```\nfrom recurtools import nested\n```\n\n```\nfrom recurtools import flatten\n```\n\n## Documentation\nFor full details see [the docs on github.io](https://musicalninjadad.github.io/recurtools/)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Tools for handling recursive sequences (of sequences of sequences of ...)",
    "version": "1.0.0",
    "project_urls": {
        "Changelog": "https://github.com/MusicalNinjaDad/recurtools/blob/main/CHANGELOG.md",
        "Documentation": "https://musicalninjadad.github.io/recurtools/",
        "Homepage": "https://github.com/MusicalNinjaDad/recurtools",
        "Issues": "https://github.com/MusicalNinjaDad/recurtools/issues",
        "Repository": "https://github.com/MusicalNinjaDad/recurtools"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37225dcbfef9afbd253f711b68df045b91ba8efc2c8743a58f11128a7bac2896",
                "md5": "43c3dd21c1c7d31234231fe7943c27c5",
                "sha256": "58f5d6e026803ffaf2dbd517af616ebb5d922a1b5c0c38d9fe8be6fa36ee4477"
            },
            "downloads": -1,
            "filename": "recurtools-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "43c3dd21c1c7d31234231fe7943c27c5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7901,
            "upload_time": "2024-03-01T08:30:54",
            "upload_time_iso_8601": "2024-03-01T08:30:54.255091Z",
            "url": "https://files.pythonhosted.org/packages/37/22/5dcbfef9afbd253f711b68df045b91ba8efc2c8743a58f11128a7bac2896/recurtools-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65d79e08ccebc809dc4aecc6d73965aa35bd8a9bd04ed58dad5213b35bf084bc",
                "md5": "1b08f5d444e3175244564a567fcfab42",
                "sha256": "1f726113747d03ff8f6fe23fc333e53b0181afaafd80c9dc130184bed16df5b9"
            },
            "downloads": -1,
            "filename": "recurtools-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1b08f5d444e3175244564a567fcfab42",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 6822,
            "upload_time": "2024-03-01T08:30:55",
            "upload_time_iso_8601": "2024-03-01T08:30:55.663693Z",
            "url": "https://files.pythonhosted.org/packages/65/d7/9e08ccebc809dc4aecc6d73965aa35bd8a9bd04ed58dad5213b35bf084bc/recurtools-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-01 08:30:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MusicalNinjaDad",
    "github_project": "recurtools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "recurtools"
}
        
Elapsed time: 4.59289s