Metadata-Version: 2.1
Name: nxt-editor
Version: 3.4.3
Summary: A general purpose code compositor designed for rigging, scene assembly, and automation. (node execution tree)
Home-page: https://github.com/nxt-dev/nxt_editor
Author: The nxt contributors
Author-email: dev@opennxt.dev
License: UNKNOWN
Description: # Overview
        
        **nxt** (**/ɛn·ɛks·ti/**) is a general purpose code compositor designed for rigging, scene assembly, and automation. (node execution tree)
        
        | Release | Dev |
        | :---: | :---: |
        | ![Build Status](https://travis-ci.com/nxt-dev/nxt_editor.svg?token=rBRbAJTv2rq1c8WVEwGs&branch=release) | ![Build Status](https://travis-ci.com/nxt-dev/nxt_editor.svg?token=rBRbAJTv2rq1c8WVEwGs&branch=dev) |
        
        # Links
        
        - [Installation](#installation)
        - [Updating](#updating)
        - [User Docs](https://sunriseproductions.github.io/nxt/)
        - [Contributing](CONTRIBUTING.md)
        - [Licensing](LICENSE)
        
        
        
        # Installation
        
        ### Requirements
        - Python >= [2.7.*](https://www.python.org/download/releases/2.7) <= [3.7.*](https://www.python.org/download/releases/3.7)
        
        
        ### PIP package
        - From [PyPi](https://pypi.org/project/nxt-editor/):
            - `pip install nxt-editor`
        
        ### Maya plugin:
        
        1. Download the maya module(`nxt_maya.zip`) from the [latest release](https://github.com/SunriseProductions/nxt_editor/releases/latest)
        
        2. Follow the [nxt_maya](integration/maya/README.md) instructions (also included in the download)
        
        # Updating
        
        ### PIP package
        - From [PyPi](https://pypi.org/project/nxt-editor/):
            - `pip install -U nxt-editor`
        
        ### Maya plugin:
        
        1. Download the `nxt_maya` zip from the [latest release](https://github.com/SunriseProductions/nxt_editor/releases/latest)
        
        2. Extract the zip and replace the existing nxt_maya files with the newly extracted files.
        
        3. Re-launch Maya
        
        
        ## Acknowledgements
        
        [Sunrise Productions](https://sunriseproductions.tv/) | [School of Visual Art and Design](https://www.southern.edu/visualartanddesign/)
        
Platform: UNKNOWN
Requires-Python: >=2.7, <3.8
Description-Content-Type: text/markdown
