collection-fc


Namecollection-fc JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA flexible, easy-to-use Python library for collection forecasting.
upload_time2025-07-24 03:51:17
maintainerNone
docs_urlNone
authorMonish Gosar
requires_python>=3.7
licenseMIT License Copyright (c) 2024-2025 Monish Gosar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords collections forecasting finance transition matrix cashflow
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CollectionFC

A simple collection forecasting library for Python.

## Features
- 7x7 transition matrix estimation
- 12-month cash-flow forecast
- Basic accuracy diagnostics
- CLI interface for easy use

## Usage

### Install (development mode)
```bash
pip install -e .
```

### Run simple mode
```bash
python -m collection_fc --mode simple --input ledger.csv
```

Optional output paths:
```bash
python -m collection_fc --mode simple \
    --input raw/ledger_may25.csv \
    --forecast_path out/fc.csv \
    --matrix_path out/P.csv \
    --validation_path out/val.json
```

See `simple_collection_forecasting_library.md` for full documentation.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "collection-fc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "collections, forecasting, finance, transition matrix, cashflow",
    "author": "Monish Gosar",
    "author_email": "Monish Gosar <your.email@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/7e/dd/5451d7ca3e3aeb88dc0993df532e20240baf3c2b92c0533ad95b4cfe70db/collection_fc-0.1.0.tar.gz",
    "platform": null,
    "description": "# CollectionFC\r\n\r\nA simple collection forecasting library for Python.\r\n\r\n## Features\r\n- 7x7 transition matrix estimation\r\n- 12-month cash-flow forecast\r\n- Basic accuracy diagnostics\r\n- CLI interface for easy use\r\n\r\n## Usage\r\n\r\n### Install (development mode)\r\n```bash\r\npip install -e .\r\n```\r\n\r\n### Run simple mode\r\n```bash\r\npython -m collection_fc --mode simple --input ledger.csv\r\n```\r\n\r\nOptional output paths:\r\n```bash\r\npython -m collection_fc --mode simple \\\r\n    --input raw/ledger_may25.csv \\\r\n    --forecast_path out/fc.csv \\\r\n    --matrix_path out/P.csv \\\r\n    --validation_path out/val.json\r\n```\r\n\r\nSee `simple_collection_forecasting_library.md` for full documentation.\r\n",
    "bugtrack_url": null,
    "license": "MIT License\r\n        \r\n        Copyright (c) 2024-2025 Monish Gosar\r\n        \r\n        Permission is hereby granted, free of charge, to any person obtaining a copy\r\n        of this software and associated documentation files (the \"Software\"), to deal\r\n        in the Software without restriction, including without limitation the rights\r\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\r\n        copies of the Software, and to permit persons to whom the Software is\r\n        furnished to do so, subject to the following conditions:\r\n        \r\n        The above copyright notice and this permission notice shall be included in all\r\n        copies or substantial portions of the Software.\r\n        \r\n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\n        SOFTWARE.\r\n        ",
    "summary": "A flexible, easy-to-use Python library for collection forecasting.",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "collections",
        " forecasting",
        " finance",
        " transition matrix",
        " cashflow"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e8fdf477c6e027068a59af250409f0c2e35ada003514c13016a035818189c912",
                "md5": "0a6b56202bfdfdd382d758a3f76731d2",
                "sha256": "ca184b39817e263577e8f47ea5860ed67cb8c13ca4e78b591b8ebc27dc436725"
            },
            "downloads": -1,
            "filename": "collection_fc-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0a6b56202bfdfdd382d758a3f76731d2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7354,
            "upload_time": "2025-07-24T03:51:16",
            "upload_time_iso_8601": "2025-07-24T03:51:16.215952Z",
            "url": "https://files.pythonhosted.org/packages/e8/fd/f477c6e027068a59af250409f0c2e35ada003514c13016a035818189c912/collection_fc-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7edd5451d7ca3e3aeb88dc0993df532e20240baf3c2b92c0533ad95b4cfe70db",
                "md5": "6685036b3c218359042d518fb3ed421b",
                "sha256": "cc583547bec346f705cb58b6cbdaf41f4427c3b1a55758d7ead58db395fdfd3b"
            },
            "downloads": -1,
            "filename": "collection_fc-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6685036b3c218359042d518fb3ed421b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5434,
            "upload_time": "2025-07-24T03:51:17",
            "upload_time_iso_8601": "2025-07-24T03:51:17.592693Z",
            "url": "https://files.pythonhosted.org/packages/7e/dd/5451d7ca3e3aeb88dc0993df532e20240baf3c2b92c0533ad95b4cfe70db/collection_fc-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-24 03:51:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "collection-fc"
}
        
Elapsed time: 2.50633s