Skip to content

grantjenks/csvcompare

Repository files navigation

CSVCompare: Compare CSV Files

image

CSVCompare is an Apache2 licensed module for CSV file comparison.

Review

  • Missing diff re: column
  • setup.py
    • register command
    • sdist command
    • upload command
  • MANIFEST.in file
  • tox.ini file
  • .travis.yml file
    • travis-ci.org
  • pyinstaller --onefile --name csvcompare app.py
  • REST interface

TODO

  • Package django app with web interface
  • docs

Release Workflow

  • Make changes.
  • Bump version.
  • tox
  • git commit -m "Bump version to ___"
  • git tag -a v___ abchash -m v___
  • git push
  • git push --tags
  • python setup.py sdist upload
  • cd docs && make html
  • Upload docs

Features

  • Pure-Python
  • Fully Documented
  • 100% Test Coverage
  • Developed on Python 2.7
  • Tested on CPython 2.6, 2.7, 3.2, 3.3, 3.4 and PyPy 2.5+, PyPy3 2.4+

Quickstart

Installing CSVCompare is simple with pip:

$ pip install csvcompare

You can access documentation in the interpreter with Python's built-in help function:

>>> import csvcompare
>>> help(csvcompare)

Tutorial

TODO

Reference and Indices

CSVCompare License

Copyright 2015 Grant Jenks

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

CSV comparison and diff tools.

Resources

License

Stars

Watchers

Forks

Packages

No packages published