retracesoftware-functional


Nameretracesoftware-functional JSON
Version 0.1.5 PyPI version JSON
download
home_pageNone
SummaryHigh-performance functional utilities implemented as a Python C/C++ extension
upload_time2025-09-04 12:40:57
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseApache-2.0
keywords functional programming c-extension utilities performance
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # retracesoftware_functional

High-performance functional utilities for Python, implemented as a native C/C++ extension.

## Features

- Call composition and chaining
- Lazy evaluation and side-effects helpers
- Predicate combinators (and/or/not, type/case/when)
- Memoization and caching primitives
- Argument transformation, partial application, method invocation
- Thread-local proxy helpers

Backed by efficient C++ implementations with Python 3.11 vectorcall support where possible.

## Installation

```bash
pip install retracesoftware_functional
```

## Quick start

```python
import retracesoftware_functional as fn

# Example: simple composition (see module docs for full API)
# ...
```

## License

Apache-2.0

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "retracesoftware-functional",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "Retrace Software <info@retracesoftware.com>",
    "keywords": "functional, programming, c-extension, utilities, performance",
    "author": null,
    "author_email": "Retrace Software <info@retracesoftware.com>",
    "download_url": null,
    "platform": null,
    "description": "# retracesoftware_functional\n\nHigh-performance functional utilities for Python, implemented as a native C/C++ extension.\n\n## Features\n\n- Call composition and chaining\n- Lazy evaluation and side-effects helpers\n- Predicate combinators (and/or/not, type/case/when)\n- Memoization and caching primitives\n- Argument transformation, partial application, method invocation\n- Thread-local proxy helpers\n\nBacked by efficient C++ implementations with Python 3.11 vectorcall support where possible.\n\n## Installation\n\n```bash\npip install retracesoftware_functional\n```\n\n## Quick start\n\n```python\nimport retracesoftware_functional as fn\n\n# Example: simple composition (see module docs for full API)\n# ...\n```\n\n## License\n\nApache-2.0\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "High-performance functional utilities implemented as a Python C/C++ extension",
    "version": "0.1.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/retracesoftware/functional/issues",
        "Documentation": "https://github.com/retracesoftware/functional",
        "Homepage": "https://github.com/retracesoftware/functional",
        "Repository": "https://github.com/retracesoftware/functional"
    },
    "split_keywords": [
        "functional",
        " programming",
        " c-extension",
        " utilities",
        " performance"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eaa060c9ff585414c678bb98014ee265001bbaca43ae36beed32305d867e08c4",
                "md5": "d32e9fc61a59e3d4642c068925630b41",
                "sha256": "abbb46500c988febdbb17190184bf707089cce1815013e8fcbb08e4f58598c41"
            },
            "downloads": -1,
            "filename": "retracesoftware_functional-0.1.5-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d32e9fc61a59e3d4642c068925630b41",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 28164,
            "upload_time": "2025-09-04T12:40:57",
            "upload_time_iso_8601": "2025-09-04T12:40:57.057626Z",
            "url": "https://files.pythonhosted.org/packages/ea/a0/60c9ff585414c678bb98014ee265001bbaca43ae36beed32305d867e08c4/retracesoftware_functional-0.1.5-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "796c5db3f17525be24e5bb8d19423ae803225ddad2faa82d236d56ddd0bd110a",
                "md5": "f580ff7f233f30a4f103903c36125e38",
                "sha256": "7e1ed60373c16cb69efaf79fa55d3ec40812a71e01c8dfe14f66a9fe0961fe62"
            },
            "downloads": -1,
            "filename": "retracesoftware_functional-0.1.5-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f580ff7f233f30a4f103903c36125e38",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 28497,
            "upload_time": "2025-09-04T12:40:58",
            "upload_time_iso_8601": "2025-09-04T12:40:58.404333Z",
            "url": "https://files.pythonhosted.org/packages/79/6c/5db3f17525be24e5bb8d19423ae803225ddad2faa82d236d56ddd0bd110a/retracesoftware_functional-0.1.5-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "55d741a37156564102761dbe1431b12f3d7fedbdaaccd78886bf27929c268fc8",
                "md5": "7fee04eeca4013783709e5aad0d4707e",
                "sha256": "00d2549a9fdbf887d2ff61760daaaa62398c137ee36fd4866994b52ba97349d5"
            },
            "downloads": -1,
            "filename": "retracesoftware_functional-0.1.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7fee04eeca4013783709e5aad0d4707e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 38285,
            "upload_time": "2025-09-04T12:40:59",
            "upload_time_iso_8601": "2025-09-04T12:40:59.666650Z",
            "url": "https://files.pythonhosted.org/packages/55/d7/41a37156564102761dbe1431b12f3d7fedbdaaccd78886bf27929c268fc8/retracesoftware_functional-0.1.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9b9cb820fcc20aa204629df1ea90ac8fae0544eba86ae3a0c227924ba13e3344",
                "md5": "4ce548d42f339d07bf1968908d09362f",
                "sha256": "055aa57d9dbed8360197af51b455a2898bc7b38622a823ea97009fdd70a35e3f"
            },
            "downloads": -1,
            "filename": "retracesoftware_functional-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4ce548d42f339d07bf1968908d09362f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.11",
            "size": 1069854,
            "upload_time": "2025-09-04T12:41:00",
            "upload_time_iso_8601": "2025-09-04T12:41:00.983698Z",
            "url": "https://files.pythonhosted.org/packages/9b/9c/b820fcc20aa204629df1ea90ac8fae0544eba86ae3a0c227924ba13e3344/retracesoftware_functional-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-04 12:40:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "retracesoftware",
    "github_project": "functional",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "retracesoftware-functional"
}
        
Elapsed time: 1.49612s