https://github.com/elijas/sec-parser-exploration
Just a playground for using the "sec-parser" library
https://github.com/elijas/sec-parser-exploration
Last synced: about 1 month ago
JSON representation
Just a playground for using the "sec-parser" library
- Host: GitHub
- URL: https://github.com/elijas/sec-parser-exploration
- Owner: Elijas
- License: mit
- Created: 2023-10-31T15:42:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T22:04:01.000Z (over 1 year ago)
- Last Synced: 2025-08-30T04:48:10.079Z (about 1 month ago)
- Language: Jupyter Notebook
- Homepage: https://github.com/alphanome-ai/sec-parser
- Size: 184 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
https://github.com/alphanome-ai/sec-parser
### Setup
Create virtual environment and install dependencies:
```bash
poetry install
```Open notebooks:
```bash
poetry run jupyter notebook
```