smartcsv
CSVs are awesome, yet they're pretty dumb. Let's get them smarter!
File Explorer
Download Latest Version (.zip)- __init__.py
- exceptions.py
- reader.py
- __init__.py
- lpnk-data.csv
- test_lpnk.py
- __init__.py
- __init__.py
- test_column_choices.py
- test_column_default.py
- test_column_validation.py
- test_column_value_transformation.py
- test_required_column.py
- test_skip_column.py
- __init__.py
- base.py
- config.py
- test_csv_failures.py
- test_csv_skip_lines.py
- test_empty_rows.py
- test_high_level_invalid_csv.py
- test_iterator_interface.py
- test_model_definitions.py
- test_regressions.py
- test_valid_csv.py
- test_value_transformations.py
- .gitignore
- .travis.yml
- LICENSE
- README.md
- requirements-dev.txt
- setup.cfg
- setup.py
- tox.ini
# Installation Guide
1. Get the code
git clone https://github.com/santiagobasulto/smartcsv
Downloads the entire project code from GitHub to your computer.
cd smartcsv
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install smartcsv
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 smartcsv
Installs the package published on PyPI directly โ no need to clone the source.
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)
