{"id":16505313,"url":"https://github.com/veghdev/write-condastat","last_synced_at":"2025-10-09T04:07:33.374Z","repository":{"id":53211534,"uuid":"519490322","full_name":"veghdev/write-condastat","owner":"veghdev","description":"write-condastat makes it easy to collect, filter and save conda statistics to csv files.","archived":false,"fork":false,"pushed_at":"2024-04-18T14:31:45.000Z","size":153,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T11:07:50.610Z","etag":null,"topics":["conda","condastats","csv","python","stat"],"latest_commit_sha":null,"homepage":"https://veghdev.github.io/write-condastat/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/veghdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-30T10:50:14.000Z","updated_at":"2022-08-04T16:56:33.000Z","dependencies_parsed_at":"2023-01-29T13:15:14.916Z","dependency_job_id":"cbe55fad-a299-4085-958c-c55420f146a3","html_url":"https://github.com/veghdev/write-condastat","commit_stats":{"total_commits":27,"total_committers":3,"mean_commits":9.0,"dds":0.5925925925925926,"last_synced_commit":"5037fad2e191c7ed1e7d3e3e8908aa7a8fdac1e3"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/veghdev/write-condastat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veghdev%2Fwrite-condastat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veghdev%2Fwrite-condastat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veghdev%2Fwrite-condastat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veghdev%2Fwrite-condastat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veghdev","download_url":"https://codeload.github.com/veghdev/write-condastat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veghdev%2Fwrite-condastat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000758,"owners_count":26082921,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["conda","condastats","csv","python","stat"],"created_at":"2024-10-11T15:10:31.526Z","updated_at":"2025-10-09T04:07:33.344Z","avatar_url":"https://github.com/veghdev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI version](https://badge.fury.io/py/write-condastat.svg)](https://badge.fury.io/py/write-condastat)\n[![CI-CD](https://github.com/veghdev/write-condastat/actions/workflows/cicd.yml/badge.svg?branch=main)](https://github.com/veghdev/write-condastat/actions/workflows/cicd.yml)\n\n\n# About The Project\n\nwrite-condastat makes it easy to collect, filter and save conda statistics to csv files.\n\n# Installation\n\nwrite-condastat requires `pandas`, `dask`, `pyarrow` and `s3fs` packages.\n\n```sh\npip install write-condastat\n```\n\n# Usage\n\n```python\nfrom writecondastat import WriteCondaStat, CondaStatDataSource\n\ntarget_package = \"pandas\"\ncsv_dir = \"stats/pandas\"\nwrite_condastat = WriteCondaStat(package_name=target_package, outdir=csv_dir)\n\nwrite_condastat.write_condastat(\n    CondaStatDataSource.CONDAFORGE,\n    start_date=\"2021\",\n    end_date=\"2022-03\",\n)\n\nwrite_condastat.date_period = \"month\"\nwrite_condastat.write_condastat(\n    CondaStatDataSource.ANACONDA,\n    CondaStatDataSource.CONDAFORGE,\n    CondaStatDataSource.BIOCONDA,\n    start_date=\"2022-01\",\n    end_date=\"2022-04-15\",\n)\n```\n\nVisit our [documentation](https://veghdev.github.io/write-condastat/) site for code reference or \nour [wiki](https://github.com/veghdev/write-condastat/wiki/) site for a step-by-step tutorial into write-condastat.\n\n# Contributing\n\nWe welcome contributions to the project, visit our [contributing](https://github.com/veghdev/write-condastat/blob/main/CONTRIBUTING.md) guide for further info.\n\n# Contact\n\nJoin our [discussions](https://github.com/veghdev/write-condastat/discussions) page if you have any questions or comments.\n\n# License\n\nCopyright © 2022.\n\nReleased under the [Apache 2.0 License](https://github.com/veghdev/write-condastat/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveghdev%2Fwrite-condastat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveghdev%2Fwrite-condastat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveghdev%2Fwrite-condastat/lists"}