An open API service indexing awesome lists of open source software.

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

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