Skip to main content

Transformation Tree library developed for CIS 422 @ University of Oregon

Reason this release was yanked:

restructured module / deprecated features

Project description

Transformation Tree Library

This repo holds all of the project files for class project 1 of CIS 422 (Software Methodology), at the University of Oregon

Development Setup

Python Setup

  • Make sure python is installed and added to PATH
  • check python version (>=3.7.9)
  • make sure pip is installed

VSCode project setup

  • create project directory and open directory with vscode
  • create a basic python file inside this directory and name it what ever you want
  • inside the terminal in vscode install virtualenv
pip install virtualenv

then you will want to create the environment in your main project directory

virtualenv env
  • vscode should prompt you to select the virtual environment for this wokspace folder, select "yes"

this should make your default python interpreter the one used by the virtual environment

  • now copy and paste over the requirements.txt file from this repo into your project directory
  • then run the pip install command bellow
pip install -r requirements.txt

this should make sure all dependencies for transformation-tree are installed

  • now pip install transformation-tree
pip install transformation-tree

the library should now be usable in the python file you created within the repo

Cloning this repo...

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

transformation-tree-1.1.0.zip (23.7 kB view hashes)

Uploaded Source

Built Distribution

transformation_tree-1.1.0-py3-none-any.whl (37.7 kB view hashes)

Uploaded Python 3

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