{"id":16352707,"url":"https://github.com/kevinheavey/pyheck","last_synced_at":"2025-08-20T16:18:18.879Z","repository":{"id":44784933,"uuid":"447169817","full_name":"kevinheavey/pyheck","owner":"kevinheavey","description":"Python bindings for heck, the Rust case conversion library","archived":false,"fork":false,"pushed_at":"2022-07-18T08:56:15.000Z","size":2961,"stargazers_count":49,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T00:49:21.274Z","etag":null,"topics":["maturin","pyo3","python","rust","string-manipulation"],"latest_commit_sha":null,"homepage":"https://kevinheavey.github.io/pyheck/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kevinheavey.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-12T10:17:25.000Z","updated_at":"2025-02-15T12:10:35.000Z","dependencies_parsed_at":"2022-09-24T14:50:59.919Z","dependency_job_id":null,"html_url":"https://github.com/kevinheavey/pyheck","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/kevinheavey/pyheck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinheavey%2Fpyheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinheavey%2Fpyheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinheavey%2Fpyheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinheavey%2Fpyheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevinheavey","download_url":"https://codeload.github.com/kevinheavey/pyheck/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinheavey%2Fpyheck/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266663048,"owners_count":23964676,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["maturin","pyo3","python","rust","string-manipulation"],"created_at":"2024-10-11T01:27:16.016Z","updated_at":"2025-07-23T10:34:30.755Z","avatar_url":"https://github.com/kevinheavey.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyheck\n\nPyHeck is a case conversion library (for converting strings to snake_case, camelCase etc). It is a thin wrapper around the Rust library [heck](https://github.com/withoutboats/heck).\n\n[Read the documentation.](https://kevinheavey.github.io/pyheck/)\n\n## Installation\n\n```\npip install pyheck\n```\n\nNote: requires Python \u003e= 3.7.\n\n## Example\n\n```python\n\u003e\u003e\u003e from pyheck import snake\n\u003e\u003e\u003e snake(\"We carry a new world here, in our hearts.\")\n'we_carry_a_new_world_here_in_our_hearts'\n\n```\n\n## Development\n\n### Setup\n\n1. Install [poetry](https://python-poetry.org/)\n2. Install dev dependencies:\n\n```\npoetry install\n```\n\n3. Activate the poetry shell:\n\n```sh\npoetry shell\n```\n\n### Testing\n\n1. Run `maturin develop` to compile the Rust code.\n2. Run `make fmt`, `make lint`, and `make test`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinheavey%2Fpyheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinheavey%2Fpyheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinheavey%2Fpyheck/lists"}