Metadata-Version: 2.4
Name: vfxnaming
Version: 1.5.10b0
Summary: VFX Naming Conventions Framework
Author-email: Chris Granados <info@chrisgranados.com>
Project-URL: Repository, https://github.com/xiancg/vfxnaming
Project-URL: Documentation, https://naming-conventions.readthedocs.io/en/latest/
Keywords: vfx,games,naming,convention,gaming,tech,art,pipeline
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-datafiles; extra == "tests"
Requires-Dist: python-coveralls; extra == "tests"
Requires-Dist: flake8; extra == "tests"
Provides-Extra: lint
Requires-Dist: ruff; extra == "lint"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Provides-Extra: build
Requires-Dist: setuptools; extra == "build"
Requires-Dist: twine; extra == "build"
Requires-Dist: wheel; extra == "build"
Requires-Dist: build; extra == "build"
Dynamic: license-file

VFX Naming Conventions Framework
===================================

.. image:: https://github.com/xiancg/vfxnaming/actions/workflows/ci_vfxnaming.yml/badge.svg?event=push&branch=master
.. image:: https://readthedocs.org/projects/naming-conventions/badge/?version=latest
.. image:: https://coveralls.io/repos/github/xiancg/vfxnaming/badge.svg
.. image:: https://img.shields.io/github/license/readthedocs/actions

A complete suite of tools to manage naming conventions from one or more "Rule repositories". Structure naming rules with your own custom tokens. Then use the library to solve names following those rules so your naming is consistent, and also to parse metadata from exisiting names (cus a name is basically a collection of metadata, right?)

Installation
--------------
.. code-block:: python

    pip install vfxnaming

Documentation
---------------
`VFX Naming Conventions Docs <http://naming-conventions.rtfd.io/>`

Acknowledgements
------------------
**vfxnaming** is based on `Copyright (c) 2017 Cesar Saez <https://www.cesarsaez.me/>`_
work. I highly recommend his `Website-Blog <https://www.cesarsaez.me/>`_ and
the video tutorial series on his `YouTube Channel <https://www.youtube.com/channel/UCRjk6bi_1ZQ9sL69agz0xMg>`_ 
