Metadata-Version: 2.1
Name: nxt-editor
Version: 3.2.0
Summary: The nxt editor
Home-page: https://github.com/SunriseProductions/nxt
Author: the nxt contributors
Author-email: author@example.com
License: UNKNOWN
Description: # Overview
        
        **nxt** (**/ɛn·ɛks·ti/**) is a general purpose code compositor designed for rigging, scene assembly, and automation. (node execution tree)
        
        # Links
        
        - [Installation](#installation)
        - [Updating](#updating)
        - [User Docs](https://sunriseproductions.github.io/nxt/)
        - [Contributing](CONTRIBUTING.md)
        - [Licensing](LICENSE)
        
        
        
        # Installation
        
        ### Requirements
        - [Python 2.7]([Python 2.7.0 Release | Python.org](https://www.python.org/download/releases/2.7))
        
        ### PIP package
        
        1. Download the pip source distribution(`nxt-#.#.#.tar.gz`) from the [latest release](https://github.com/SunriseProductions/nxt/releases/latest)
        
        2. `pip install path/to/nxt-#.#.#.tar.gz`
        
        ### Maya plugin:
        
        1. Download the maya module(`nxt_maya.zip`) from the [latest release](https://github.com/SunriseProductions/nxt/releases/latest)
        
        2. Follow the [nxt_maya](integration/maya/README.md) instructions (also included in the download)
        
        # Updating
        
        ### PIP package
        
        1. Download the pip source distribution(`nxt-#.#.#.tar.gz`) from the [latest release](https://github.com/SunriseProductions/nxt/releases/latest)
        
        2. `pip install --upgrade path/to/nxt-#.#.#.tar.gz`
        
        ### Maya plugin:
        
        1. Download the `nxt_maya` zip from the [latest release](https://github.com/SunriseProductions/nxt/releases/latest)
        
        2. Extract the zip and replace the existing nxt_maya files with the newly extracted files.
        
        3. Re-launch Maya
        
Platform: UNKNOWN
Requires-Python: >=2.7, <3
Description-Content-Type: text/markdown
