aoblet / sequenceparser

SequenceParser is a C++ library to detect sequences, files and folders.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SequenceParser

SequenceParser library is a C++ library to detect sequences, files and folders.

Licence

See COPYING.md

Compilation

See INSTALL.md

Continuous Integration

Travis

Build Status

External Libraries

  • Boost version 1.48.0 or upper components regex, system, filesystem, locale
  • Swig ( for Python/Java Binding ) 1.3.36 or upper
  • Python version 2.6 or upper

Tests

  • pyTest using nosetests
  • c++ test using Boost Unit Tests (outdated and not compiled)

Definitions

  • Sequence it's many files with a common pattern of numbers
  • File it's all file without numbers in the filname and sequences with only one file
  • Folders Just folders

About

SequenceParser is a C++ library to detect sequences, files and folders.

License:Other


Languages

Language:C++ 91.4%Language:CMake 5.4%Language:Python 2.1%Language:Java 0.9%Language:Shell 0.2%