https://github.com/magenta-aps/10q
Export module for 10Q Format
https://github.com/magenta-aps/10q
Last synced: 4 months ago
JSON representation
Export module for 10Q Format
- Host: GitHub
- URL: https://github.com/magenta-aps/10q
- Owner: magenta-aps
- Created: 2022-02-17T15:45:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T12:49:53.000Z (4 months ago)
- Last Synced: 2025-02-14T13:41:30.307Z (4 months ago)
- Language: Python
- Size: 455 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/MPL-2.0.txt
Awesome Lists containing this project
README
# 10Q
Basic API for writing 10Q files
# Running the unittest suite
Running `docker compose run test` should execute the unittests and display test coverage.
Coverage results are saved in `./coverage-results/`, which may be imported into your IDE, if it supports displaying
code coverage inline in source files. In PyCharm, run `Show Coverage Data`, and select both generated files in the
folder (`coverage.coverage` *and* `coverage.xml`.)