Metadata-Version: 2.3
Name: vobjectx
Version: 0.1.0.post0
Summary: A full-featured Python3 package for parsing and creating "iCalendar and vCard files"
Project-URL: Homepage, https://github.com/rsb-23/vobjectx
Project-URL: Repository, https://github.com/rsb-23/vobjectx
Project-URL: Issues, https://github.com/rsb-23/vobjectx/issues
Project-URL: Releases, https://github.com/rsb-23/vobjectx/releases
Author-email: Jeffrey Harris <jeffrey@osafoundation.org>, David Arnold <davida@pobox.com>, Rishabh B <null@example.com>
License-File: LICENSE
Keywords: contacts,hcalendar,icalendar,ics,parser,vcard,vcs,vobjectx
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Text Processing
Requires-Python: >=3.9
Requires-Dist: python-dateutil>=2.5.0; python_version < '3.10'
Requires-Dist: python-dateutil>=2.7.0; python_version >= '3.10'
Requires-Dist: pytz>=2019.1
Provides-Extra: dev
Requires-Dist: coverage; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'
Requires-Dist: pylint; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Description-Content-Type: text/markdown

# VObjectx

|                |                                                                                                                                                                                                                                                                                                                                                                                                                                              |
|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| Compatibility  | ![PyPI-PyVersion](https://img.shields.io/pypi/pyversions/vobjectx)                                                                                                                                                                                                                                                                                                                                                                           |
| Quality Checks | [![pre--commit](https://github.com/rsb-23/vobjectx/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/rsb-23/vobjectx/actions/workflows/pre-commit.yml) [![unit tests](https://github.com/rsb-23/vobjectx/actions/workflows/test.yml/badge.svg)](https://github.com/rsb-23/vobjectx/actions/workflows/test.yml)   [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)] |
| Package        | ![PyPI-Version](https://img.shields.io/pypi/v/vobjectx) ![PyPI-Downloads](https://img.shields.io/pypi/dm/vobjectx?label=PyPI%20downloads)                                                                                                                                                                                                                                                                                                    |
| MetaData       | [![License](https://img.shields.io/badge/License-Apache_2.0-orange.svg)](https://github.com/rsb-23/vobjectx/blob/main/LICENSE)                                                                                                                                                                                                                                                                                                               |                                                                                                                                                                                           

VObjectx is intended to be a full-featured Python3 package for parsing and
generating vCard and vCalendar files.

### Disclaimer

:warning: Documentation is under-development, package is in beta stage.  
:white_check_mark: **For production, use [py-vobject/vobject][pyvobject]**

- This package aims to rewrite `py-vobject/vobject` package with base as `v0.9.8` using latest Python 3 features.
- It is a practice project to learn about different areas of python package creation and maintainenece.

---
Made with :heart:

[pyvobject]: https://www.github.com/py-vobject/vobject
