Skip to main content

Python module that manages the nomenclature of your pipelines.

Project description

https://img.shields.io/github/license/tpoveda/tpNameIt.svg

Python module that manages the nomenclature of your pipelines:

  • Nomenclature is based on rules and tokens. Those can be setup in a per-project basis.

  • DCC agnostic way, the library works in any DCC supported by tpDccLib

Dependencies

Depending on the DCC you are going to use you will need to download and install one of the following repositories:

Installation

Manual

  1. Clone/Download tpNameIt dependencies Python packages and follow instructions to install them.

  2. Clone/Download tpNameIt anywhere in your PC (If you download the repo, you will need to extract the contents of the .zip file).

  3. Copy tpNameIt folder located inside source folder in a path added to sys.path

Automatic

Automatic installation for tpNameIt is not finished yet.

Usage

Initialization Code

  1. If you only want to use tpNameIt libraries functionality

import tpPyUtils
tpPyUtils.init()

import tpDccLib
tpDccLib.init()

import tpQtLib
tpQtLib.init()

import tpNameIt
tpNameIt.init()
  1. If you want to launch tpNameIt UI

import tpPyUtils
tpPyUtils.init()

import tpDccLib
tpDccLib.init()

import tpQtLib
tpQtLib.init()

import tpNameIt
tpNameIt.run()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tpnameit-0.0.7.tar.gz (19.5 kB view hashes)

Uploaded Source

Built Distribution

tpnameit-0.0.7-py3.6.egg (43.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page