Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.52 KB

introduction.rst

File metadata and controls

54 lines (37 loc) · 1.52 KB

Introduction

Clique is a library for managing collections that have a common numerical component.

A numerical component is any series of numbers in an item. The item sc010_020_v001.0005.dpx has four possible numerical components (bolded):

  • sc010_020_v001.0005.dpx
  • sc010_020_v001.0005.dpx
  • sc010_020_v001.0005.dpx
  • sc010_020_v001.0005.dpx

A common use would be to determine sequences of files on disk. For example, given the following input:

  • file.0001.dpx
  • file.0002.dpx
  • file.0001.jpg
  • file.0002.jpg

Clique can automatically assemble two collections:

  • file.[index].dpx
  • file.[index].jpg

where [index] is the commonly changing numerical component.

Read the tutorial to find out more.

Copyright (c) 2013 Martin Pengelly-Phillips

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE.txt file, or 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.