Metadata-Version: 2.1
Name: seqLister
Version: 0.0.2
Summary: Python library to expand and condense integer-sequences using a simple syntax widely used within the VFX-industry for specifying frame-ranges.
Home-page: https://github.com/jrowellfx/seqLister
Author: James Rowell
Author-email: info@alpha-eleven.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/jrowellfx/seqLister/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# About seqLister

`seqLister` is a python library for expanding and condensing integer-sequences using a simple syntax widely used within the VFX-industry for specifying frame-ranges.

## How to install the seqLister module on your system.

python3 -m pip install seqLister


