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
- Host: GitHub
- URL: https://github.com/fongandrew/captable.py
- Owner: fongandrew
- License: mit
- Created: 2015-05-09T18:51:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-20T22:11:38.000Z (almost 10 years ago)
- Last Synced: 2025-02-21T08:51:24.571Z (3 months ago)
- Language: Python
- Size: 238 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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