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

https://github.com/fongandrew/captable.py

Python module for manipulating captables
https://github.com/fongandrew/captable.py

Last synced: 3 months ago
JSON representation

Python module for manipulating captables

Awesome Lists containing this project

README

        

captable.py
===========

Tests
-----
Tests are run using [py.test](https://pytest.org/). Enter the following (from
the root of this repository) to set up requirements:

```
pip install -e captable
pip install pytest
```

Then enter `py.test` to run tests.

TODO
----
* [x] Transaction processing basics
* [x] Transactional failure, rollback
* [x] Authorization of Stock
* [x] Validation rules
* [x] Persons
* [x] Issuance of Stock
* [x] Transfer of Stock
* [x] Retirement of Stock
* [ ] Purchase Price for Stock
* [ ] Convertible Securities
* [ ] Prefered Stock
* [ ] Convertible Debt
* [ ] Stock Plans
* [ ] Options
* [ ] Reservation of Stock
* [ ] Vesting
* [ ] External events / timing (e.g. vest based on sales)
* [ ] Expiration of Securities
* [ ] Waterfall/Liquidation Analysis
* [ ] Related Persons / Voting Analysis