ixbrl-parse
A python library for getting useful data out of ixbrl files.
File Explorer
Download Latest Version (.zip)- linting.yml
- publish.yml
- run-tests.yml
- FUNDING.yml
- changelog.md
- command-line.md
- development.md
- index.md
- plugins.md
- python-module.md
- reference.md
- copyright.html
- __init__.py
- __init__.py
- _base.py
- constants.py
- context.py
- formats.py
- nonnumeric.py
- numeric.py
- transform.py
- __about__.py
- __init__.py
- __main__.py
- core.py
- hookspecs.py
- plugins.py
- py.typed
- __init__.pyi
- py.typed
- w2n.pyi
- account_1.html
- account_1.xml
- account_2.html
- account_3.html
- account_4.html
- account_5.html
- account_6.xhtml
- account_errors.html
- account_errors.xml
- account_errors_date.html
- account_errors_nonnumeric.html
- test_classes.py
- test_cli.py
- test_formats.py
- test_parse.py
- test_plugins.py
- .gitignore
- .readthedocs.yaml
- LICENSE
- pyproject.toml
- README.md
- zensical.toml
# Installation Guide
1. Get the code
git clone https://github.com/kanedata/ixbrl-parse
Downloads the entire project code from GitHub to your computer.
cd ixbrl-parse
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install ixbrlparse
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install ixbrlparse
Installs the package published on PyPI directly β no need to clone the source.
python -m ixbrlparse example_file.html
Runs the Python script (or module).
python -m ixbrlparse -h
Runs the Python script (or module).
pip install -e .[test]
Installs the Python libraries listed in requirements.txt (or similar).
python -m pytest tests
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
