tablib
Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.
File Explorer
Download Latest Version (.zip)- docs-lint.yml
- release-drafter.yml
- release.yml
- require-pr-label.yml
- test.yml
- CONTRIBUTING.md
- release-drafter.yml
- release.yml
- sidebarintro.html
- sidebarlogo.html
- __init__.py
- api.rst
- conf.py
- development.rst
- formats.rst
- index.rst
- install.rst
- intro.rst
- krstyle.sty
- Makefile
- requirements.txt
- tutorial.rst
- __init__.py
- dbf.py
- dbfnew.py
- fields.py
- header.py
- record.py
- utils.py
- __init__.py
- __init__.py
- _cli.py
- _csv.py
- _dbf.py
- _df.py
- _html.py
- _jira.py
- _json.py
- _latex.py
- _ods.py
- _rst.py
- _sql.py
- _tsv.py
- _xls.py
- _xlsx.py
- _yaml.py
- __init__.py
- core.py
- exceptions.py
- utils.py
- bad_dimensions.xlsx
- book.ods
- dates.xls
- errors.xls
- founders.xlsx
- issue_524.yaml
- ragged.ods
- ragged.xlsx
- unknown_value_type.ods
- xlsx_cell_values.xlsx
- requirements.txt
- test_tablib.py
- test_tablib_dbfpy_packages_fields.py
- test_tablib_dbfpy_packages_utils.py
- .coveragerc
- .gitignore
- .pre-commit-config.yaml
- .readthedocs.yaml
- AUTHORS
- CODE_OF_CONDUCT.md
- HISTORY.md
- LICENSE
- pyproject.toml
- pytest.ini
- README.md
- RELEASING.md
- tox.ini
# Installation Guide
1. Get the code
git clone https://github.com/jazzband/tablib
Downloads the entire project code from GitHub to your computer.
cd tablib
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
