Metadata-Version: 2.1
Name: CanvasGroupy
Version: 0.0.3
Summary: Canvas Grouping Python Script
Home-page: https://github.com/FleischerResearchLab/CanvasGroupy
Author: scottyang
Author-email: yuy004@ucsd.edu
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

CanvasGroupy
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

View our documentation [at this
link](https://fleischerresearchlab.github.io/CanvasGroupy/)

This module will use `GroupEng` to create canvas and github groups.

## Install

``` sh
pip install CanvasGroupy
```

## How to use

Please visit [GroupEng Official Website](https://groupeng.org/) to see
the documnetation of how to use GroupEng.

``` python
assign_groups("example/sample_group_specification.groupeng")
```

    ['-', '-', 'B', '-', '-']
    ['B', '-', 'H', '-', '-']
    ['H', '-', '-', '-', '-']
    ['-', 'H', '-', 'B', 'H']
    ['-', '-', '-', 'B', '-']
    ['-', '-', 'H', '-', '-']
    ['nanotech', 'renewable energy', 'nanotech', 'nanotech', 'nanotech']
    ['automotive', 'automotive', 'robotics', 'automotive', 'renewable energy']
    ['automotive', 'statistics', 'automotive', 'renewable energy', 'renewable energy']
    ['automotive', 'automotive', 'statistics', 'renewable energy', 'renewable energy']
    ['automotive', 'automotive', 'renewable energy', 'statistics', 'renewable energy']
    ['renewable energy', 'automotive', 'automotive', 'statistics', 'renewable energy']
    ['CS', 'EE', 'Mech E', 'CS', 'EE']
    ['CS', 'EE', 'Mech E', 'Mech E', 'EE']
    ['CS', 'Civ E', 'EE', 'Mech E', 'Mech E']
    ['EE', 'Civ E', 'Civ E', 'EE', 'Mech E']
    ['EE', 'Mech E', 'CS', 'EE', 'EE']
    ['Civ E', 'Mech E', 'CS', 'Mech E', 'EE']
    ['y', 'y', 'y', 'y', 'y']
    ['y', 'y', 'y', 'y', 'y']
    ['y', 'y', 'y', 'y', 'y']
    ['y', 'y', 'y', 'y', 'y']
    ['y', 'y', 'y', 'y', 'y']
    ['-', '-', 'y', '-', 'y']
    ['y', 'y', 'y', 'y', 'y']
    ['y', 'y', 'y', 'y', 'y']
    ['y', 'y', 'y', 'y', 'y']
    ['y', 'y', 'y', 'y', 'y']
    ['y', 'y', 'y', 'y', 'y']
    ['y', '-', '-', 'y', 'y']
    ['y', 'y', 'y', '-', '-']
    ['y', 'y', '-', 'y', '-']
    ['-', '-', '-', 'y', 'y']
    ['y', '-', 'y', '-', 'y']
    ['-', '-', 'y', '-', 'y']
    [3.2579174234, 3.5995299693, 3.2756432963, 4.220160605, 2.5723254477]
    [3.2579174234, 3.2756432963, 2.5723254477, 3.5995299693, 4.220160605]
    [4.220160605, 3.5995299693, 3.2756432963, 3.2579174234, 2.5723254477]
    [3.2756432963, 4.220160605, 3.2579174234, 2.5723254477, 3.5995299693]
    [3.5995299693, 4.220160605, 3.2756432963, 3.2579174234, 2.5723254477]
    [3.5995299693, 3.2756432963, 2.5723254477, 3.2579174234, 4.220160605]

    (False, 'groups_example_2023-04-18_13-00-35')


