Giter Site home page Giter Site logo

bluebrain / dir-content-diff Goto Github PK

View Code? Open in Web Editor NEW
3.0 5.0 0.0 149 KB

Simple tool to compare directory contents.

Home Page: https://dir-content-diff.readthedocs.io

License: Apache License 2.0

Python 100.00%
diff directory python compare-directories compare-files compare-folders directory-comparator folder-compare

dir-content-diff's People

Contributors

adrien-berchet avatar agarner-epfl avatar alex4200 avatar arnaudon avatar bbpgithubaudit avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

bbpgithubaudit

dir-content-diff's Issues

Add a CLI?

We should consider adding a CLI.
The CLI could only use the default comparators but it can still be useful, even though a major asset of dir-content-diff is to be extendable.

exception handlling

Hello, with python3.10, in init.py, the exception.args is a tuple like (99, ['askoj', 'klkk']), hence it craches the .join. I can fix it with args[1]:

135         return diff_msg_formatter(                                                                  
136             ref_file,                                                                               
137             comp_file,                                                                              
138             reason="Exception raised: " + "\n".join(exception.args[1]),                             
139             diff_args=args,                                                                         
140             diff_kwargs=kwargs,          

I'm not sure if this fix is just related to python version, or is more general?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.