{"id":15906709,"url":"https://github.com/csinva/pyfim-clone","last_synced_at":"2025-08-14T18:32:08.948Z","repository":{"id":97069829,"uuid":"197580010","full_name":"csinva/pyfim-clone","owner":"csinva","description":"Clone of pyfim making it installable as a dependency. Copied from http://www.borgelt.net/pyfim.html","archived":false,"fork":false,"pushed_at":"2020-09-12T23:39:34.000Z","size":2176,"stargazers_count":3,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-28T11:35:12.733Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csinva.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-07-18T12:10:36.000Z","updated_at":"2023-12-03T09:28:29.000Z","dependencies_parsed_at":"2023-03-08T11:15:24.263Z","dependency_job_id":null,"html_url":"https://github.com/csinva/pyfim-clone","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csinva%2Fpyfim-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csinva%2Fpyfim-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csinva%2Fpyfim-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csinva%2Fpyfim-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csinva","download_url":"https://codeload.github.com/csinva/pyfim-clone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229854749,"owners_count":18134829,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-06T13:41:26.802Z","updated_at":"2024-12-15T17:41:39.965Z","avatar_url":"https://github.com/csinva.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyfim clone\n\nClone of pyfim making it installable as a dependency. Copied from http://www.borgelt.net/pyfim.html - I did not write any of this code.\n\n# installation\n`pip install git+https://github.com/csinva/pyfim-clone`\n\nNow we can import pyfim (from python):\n\n`from fim import fpgrowth`\n\n# include in your project\n\nIf you would like to include pyfim as a dependency for your project, simply add this to your `setup.py` file:\n```python    \nsetup(\n    ...\n    install_requires=[\n        'fim @ git+https://github.com/csinva/pyfim-clone',              \n    ],\n    ...\n)\n```\n\nAlternatively, you can add it via these lines:\n```python    \nsetup(\n    ...\n    install_requires=[\n        'fim',\n    ],\n    dependency_links=[\n        'https://github.com/csinva/pyfim-clone/tarball/master#egg=fim-6.28'\n    ],\n    ...\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsinva%2Fpyfim-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsinva%2Fpyfim-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsinva%2Fpyfim-clone/lists"}