# 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.2",
"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": "38e676ebea3a84a710af23936be6e23cf0be5d2a483e359aad4d5b6ee4880dd8",
"md5": "bd9c28b0fa20083bf91660738f2a196a",
"sha256": "ecbe0cfc41325504e6ba8672038e66c300f507cf033514a596e097c8128dbcb1"
},
"downloads": -1,
"filename": "retracesoftware_functional-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "bd9c28b0fa20083bf91660738f2a196a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.11",
"size": 23188,
"upload_time": "2025-08-21T11:16:26",
"upload_time_iso_8601": "2025-08-21T11:16:26.320155Z",
"url": "https://files.pythonhosted.org/packages/38/e6/76ebea3a84a710af23936be6e23cf0be5d2a483e359aad4d5b6ee4880dd8/retracesoftware_functional-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "942557a4761b85193f5006e3d3646db316e2669cf01230121cdd4d97aad6f9d9",
"md5": "5861e6e67763717b01da2d0f4cc4b716",
"sha256": "8aee9e68c9a1a03915f73cf651874d0f39420981b8f532830c2fa14c055b5d1b"
},
"downloads": -1,
"filename": "retracesoftware_functional-0.1.2-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "5861e6e67763717b01da2d0f4cc4b716",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.11",
"size": 23915,
"upload_time": "2025-08-21T11:16:27",
"upload_time_iso_8601": "2025-08-21T11:16:27.690719Z",
"url": "https://files.pythonhosted.org/packages/94/25/57a4761b85193f5006e3d3646db316e2669cf01230121cdd4d97aad6f9d9/retracesoftware_functional-0.1.2-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-21 11:16:26",
"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"
}