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
License-File: LICENSE.txt
Requires-Dist: pydantic (>=1.10.0)
Requires-Dist: setuptools
Provides-Extra: build
Requires-Dist: autodoc-pydantic ; extra == 'build'
Requires-Dist: black ; extra == 'build'
Requires-Dist: check-manifest ; extra == 'build'
Requires-Dist: flake8 ; extra == 'build'
Requires-Dist: mako ; extra == 'build'
Requires-Dist: pyroma ; extra == 'build'
Requires-Dist: pytest ; extra == 'build'
Requires-Dist: pytest-cov ; extra == 'build'
Requires-Dist: sphinx ; extra == 'build'
Requires-Dist: sphinx-rtd-theme ; extra == 'build'
Requires-Dist: zest.releaser[recommended] ; extra == 'build'

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


