1- # VObjectx
1+ # vObjectx
22
33| | |
44| ----------------| ---------------------------------------------------------------------------------------------|
77| Package | ![ pypi-v] ![ pypi-downloads] |
88| MetaData | [ ![ license-badge]] [ license ] |
99
10- VObjectx is intended to be a full-featured Python3 package for parsing and
10+ vObjectx is intended to be a full-featured Python3 package for parsing and
1111generating vCard and vCalendar files.
1212
1313### Disclaimer
1414
15- : warning : Documentation is under-development, package is in beta stage.
16- : white_check_mark : ** For production, use [ py-vobject/vobject] [ pyvobject ] **
15+ ⚠️ Documentation is under-development, package is in beta stage.
16+ ✅ ** For production, use [ py-vobject/vobject] [ pyvobject ] **
1717
1818- This package aims to rewrite ` py-vobject/vobject ` package with base as ` v0.9.8 ` using latest Python 3 features.
1919- It is a practice project to learn about different areas of python package creation and maintainenece.
@@ -23,11 +23,12 @@ Made with 💚
2323
2424[ pyvobject ] : https://www.github.com/py-vobject/vobject
2525
26+ [ license ] : https://github.com/rsb-23/vobjectx/blob/main/LICENSE
2627[ lint-badge ] : https://github.com/rsb-23/vobjectx/actions/workflows/code-lint.yml/badge.svg
2728[ tests-badge ] : https://github.com/rsb-23/vobjectx/actions/workflows/code-test.yml/badge.svg
28- [ license ] : https://github.com/rsb-23/vobjectx/blob/main/LICENSE
29+
2930[ license-badge ] : https://img.shields.io/badge/License-Apache_2.0-orange.svg
3031[ pre-commit-badge ] : https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
32+ [ py-version ] : https://img.shields.io/pypi/pyversions/vobjectx
3133[ pypi-downloads ] : https://img.shields.io/pypi/dm/vobjectx?label=Downloads
3234[ pypi-v ] : https://img.shields.io/pypi/v/vobjectx?label=latest
33- [ py-version ] : https://img.shields.io/pypi/pyversions/vobjectx
0 commit comments