{"id":34555657,"url":"https://github.com/dstarner/vcard_util","last_synced_at":"2026-06-05T14:31:37.614Z","repository":{"id":184809313,"uuid":"672512987","full_name":"dstarner/vcard_util","owner":"dstarner","description":"Python library for working with Virtual Contact Files (vCards)","archived":false,"fork":false,"pushed_at":"2023-07-30T11:43:18.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T09:31:56.583Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dstarner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-30T10:46:00.000Z","updated_at":"2023-11-13T13:04:45.000Z","dependencies_parsed_at":"2023-07-30T11:48:33.991Z","dependency_job_id":null,"html_url":"https://github.com/dstarner/vcard_util","commit_stats":null,"previous_names":["dstarner/vcard_util"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dstarner/vcard_util","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dstarner%2Fvcard_util","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dstarner%2Fvcard_util/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dstarner%2Fvcard_util/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dstarner%2Fvcard_util/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dstarner","download_url":"https://codeload.github.com/dstarner/vcard_util/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dstarner%2Fvcard_util/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33946818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-05T02:00:06.157Z","response_time":120,"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":[],"created_at":"2025-12-24T08:28:51.081Z","updated_at":"2026-06-05T14:31:37.610Z","avatar_url":"https://github.com/dstarner.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python vCard Utility\n\nA utility library for working with [the **Virtual Contact File** (abbreviated as _vCard_) format](https://en.wikipedia.org/wiki/VCard) and contact books in general. It is tested to work with Python 3.11 and above.\n\n## Early Development\n\nThis code is a cleaner, more module implementation of code that has been included in a personal side project, so parts of it may be very experimental and buggy. If you notice anything amiss, please file an [Issue](../../issues). Pull Requests are also greatly appreciated, although I have no set schedule to approve anything at the moment, as I anticipate being the only one using this for a while. \n\n## Local Development\n\nAfter [cloning this repository to your local machine](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository#cloning-a-repository), you will need to configure `poetry` and your VSCode editor to work smoothly.\n\n1. Ensure you have `poetry` available in your shell. It might be as easy as installing it via `pip`.\n   ```console\n   pip install poetry\n   ```\n2. Create a virtual environment managed by `poetry` by running the following _inside_ the cloned repository.\n   ```console\n   poetry shell\n   ```\n3. Copy the VSCode settings example file to the local path, and update the `python.defaultInterpreterPath` value to the full path of your `poetry`-created virtual environment. It is already mostly templated out for you, if you use the default `poetry` settings.\n   ```console\n   cp .vscode/settings.example.json .vscode/settings.json\n   ```\n4. Install the dependencies\n   ```console\n   poetry install\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdstarner%2Fvcard_util","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdstarner%2Fvcard_util","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdstarner%2Fvcard_util/lists"}