csv-metadata-quality/csv_metadata_quality
Alan Orth 9100efdf50
Re-work as a proper standalone Python package
Add a setup.py so that installation is easier and a standalone CLI
script called csv-metadata-quality is provided. Now the user only
needs to run this from a virtual environment inside the project
directory:

    $ pip install .

Eventually I could publish this on PyPi when I settle on a more
appropriate package name.

See: https://packaging.python.org/tutorials/packaging-projects/
See: https://chriswarrick.com/blog/2014/09/15/python-apps-the-right-way-entry_points-and-scripts/
2019-07-31 17:34:36 +03:00
..
__init__.py Refactor as package with subpackages 2019-07-26 22:11:10 +03:00
__main__.py Re-work as a proper standalone Python package 2019-07-31 17:34:36 +03:00
app.py Re-work as a proper standalone Python package 2019-07-31 17:34:36 +03:00
check.py Use pycountry instead of iso-639 for languages 2019-07-30 16:39:26 +03:00
fix.py Add support for removing newlines 2019-07-30 20:05:12 +03:00