https://github.com/rsb-23/vobjectx
A modern Python package for parsing and creating iCalendar and vCard files
https://github.com/rsb-23/vobjectx
hcalendar icalendar vcard vcard-parser vobject
Last synced: 2 months ago
JSON representation
A modern Python package for parsing and creating iCalendar and vCard files
- Host: GitHub
- URL: https://github.com/rsb-23/vobjectx
- Owner: rsb-23
- License: apache-2.0
- Created: 2024-10-12T12:35:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-25T00:15:56.000Z (2 months ago)
- Last Synced: 2026-03-26T04:21:55.485Z (2 months ago)
- Topics: hcalendar, icalendar, vcard, vcard-parser, vobject
- Language: Python
- Homepage: https://pypi.org/project/vobjectx
- Size: 1.42 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# vObjectx
| | |
|----------------|---------------------------------------------------------------------------------------------|
| Compatibility | ![Py-Version] |
| Quality Checks | [![lint check][lint-badge]]() [![tests][tests-badge]]() [![pre-commit][pre-commit-badge]]() |
| Package | ![pypi-v] ![pypi-downloads] |
| MetaData | [![license-badge]][license] |
vObjectx is a full-featured Python3 package for parsing and generating vCard and vCalendar files.
It is a rewrite of the `py-vobject/vobject v0.9.8` package, updated to use modern Python syntax.
It improves code readability, standardization, and overall performance.
### Disclaimer
⚠️ Documentation is under-development, **refer [py-vobject/vobject][pyvobject]**
### Acknowledgements
See [ACKNOWLEDGEMNTS.md](.github/ACKNOWLEDGEMENTS.md)
---
Made with 💚 in India
[pyvobject]: https://www.github.com/py-vobject/vobject
[license]: https://github.com/rsb-23/vobjectx/blob/main/LICENSE
[lint-badge]: https://github.com/rsb-23/vobjectx/actions/workflows/code-lint.yml/badge.svg
[tests-badge]: https://github.com/rsb-23/vobjectx/actions/workflows/code-test.yml/badge.svg
[license-badge]: https://img.shields.io/badge/License-Apache_2.0-orange.svg
[pre-commit-badge]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
[py-version]: https://img.shields.io/pypi/pyversions/vobjectx
[pypi-downloads]: https://img.shields.io/pypi/dm/vobjectx?label=Downloads
[pypi-v]: https://img.shields.io/pypi/v/vobjectx?label=latest