Skip to content

Commit 374177f

Browse files
committed
Tweak README, inc version to 0.9.2
1 parent e74a6f1 commit 374177f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ Parse iXBRL and output in JSON:
5454
ixbrl-to-json accts.html
5555
```
5656

57+
Schema labels in JSON:
58+
```
59+
ixbrl-to-json ixbrl/10k/lyft-20201231.htm -f labeled \
60+
-b https://www.sec.gov/Archives/edgar/data/1759509/000175950921000011/lyft-20201231.htm
61+
```
62+
5763
Dump iXBRL values:
5864
```
5965
ixbrl-dump accts.html

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="ixbrl-parse",
8-
version="0.9.1",
8+
version="0.9.2",
99
author="Cybermaggedon",
1010
author_email="[email protected]",
1111
description="Parse iXBRL files, can present in RDF",
@@ -19,7 +19,7 @@
1919
"Operating System :: OS Independent",
2020
],
2121
python_requires='>=3.6',
22-
download_url = "https://github.com/cybermaggedon/ixbrl-parse/archive/refs/tags/v0.9.1.tar.gz",
22+
download_url = "https://github.com/cybermaggedon/ixbrl-parse/archive/refs/tags/v0.9.2.tar.gz",
2323
install_requires=[
2424
"number_parser",
2525
"requests",

0 commit comments

Comments
 (0)