Metadata-Version: 2.1
Name: pyocf
Version: 1.0.0
Summary: Open Captable Format objects and parser
Home-page: UNKNOWN
Author: Lennart Regebro
Author-email: lennart.regebro@fidelity.com
License: MIT
Project-URL: Documentation, https://pyocf.readthedocs.io/
Project-URL: Source Code, https://github.com/Shoobx/pyocf
Project-URL: OCF, https://open-cap-table-coalition.github.io/Open-Cap-Format-OCF/
Keywords: captable,ocf
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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 :: Only
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.9
Provides-Extra: build
License-File: LICENSE.txt

pyocf
=====

``pyocf`` is a Python library to read and create
`Open Cap Table Format <https://www.opencaptablecoalition.com/>`_ files.

Documentation is available at `Read the Docs <https://pyocf.readthedocs.io/en/latest/>`_.


Contributors
------------

Lennart Regebro, lennart.regebro@fidelity.com

Changes
=======

1.0.0 (2023-05-10)
------------------

- Added all the classes to api.py, so you can more easily import them.


1.0b1 (2023-03-15)
------------------

- First beta


