GradPlanner | An automated four-year undergraduate degree scheduler
kandi X-RAY | GradPlanner Summary
kandi X-RAY | GradPlanner Summary
GradPlanner is a Python library. GradPlanner has no bugs, it has no vulnerabilities, it has build file available, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
NOTE: This repository contains legacy source code.
NOTE: This repository contains legacy source code.
Support
Quality
Security
License
Reuse
Support
GradPlanner has a low active ecosystem.
It has 4 star(s) with 0 fork(s). There are 6 watchers for this library.
It had no major release in the last 6 months.
There are 25 open issues and 72 have been closed. On average issues are closed in 28 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of GradPlanner is current.
Quality
GradPlanner has 0 bugs and 0 code smells.
Security
GradPlanner has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
GradPlanner code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
GradPlanner is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
GradPlanner releases are not available. You will need to build from source code and install.
Build file is available. You can build the component from source.
Installation instructions are available. Examples and code snippets are not available.
Top functions reviewed by kandi - BETA
kandi has reviewed GradPlanner and discovered the below as its top functions. This is intended to give you an instant insight into GradPlanner implemented functionality, and help decide if they suit your requirements.
- Schedule a new training year
- Build a plan for a given year
- Build a 4 year plan
- Creates a 4 - year plan for each class
- Select all requisites for major
- Convert a queried class to a dictionary
- Return a JSON object for the selected cores
- Select major
- Select a school school
Get all kandi verified functions for this library.
GradPlanner Key Features
No Key Features are available at this moment for GradPlanner.
GradPlanner Examples and Code Snippets
No Code Snippets are available at this moment for GradPlanner.
Community Discussions
No Community Discussions are available at this moment for GradPlanner.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install GradPlanner
IMPORTANT: DO NOT PUSH THIS FILE TO GITHUB!.
Install python3 and pip3. You can use brew (Homebrew) to install on macOS or apt-get on Ubuntu / Debian to install these. (e.g. brew install python3 on macOS, sudo apt-get install python3 on Debian)
Install the Python3 virtual environment. On macOS, run pip3 install virtualenv, and on Ubuntu / Debian, run sudo apt-get install python3-venv.
Create a Python3 virtual environment with python3 -m venv ~/.virtualenv/GradPlanner
Activate it with source ~/.virtualenv/GradPlanner/bin/activate
Navigate to your local repository (cd path/to/directory)
Run pip3 install -r requirements.txt to install all Python dependencies on the environment.
You need a file called gradplanner_rds.py to pass credentials to the database to the web application. Please obtain this from the project admin (jpark3@scu.edu). IMPORTANT: DO NOT PUSH THIS FILE TO GITHUB!
Install python3 and pip3. You can use brew (Homebrew) to install on macOS or apt-get on Ubuntu / Debian to install these. (e.g. brew install python3 on macOS, sudo apt-get install python3 on Debian)
Install the Python3 virtual environment. On macOS, run pip3 install virtualenv, and on Ubuntu / Debian, run sudo apt-get install python3-venv.
Create a Python3 virtual environment with python3 -m venv ~/.virtualenv/GradPlanner
Activate it with source ~/.virtualenv/GradPlanner/bin/activate
Navigate to your local repository (cd path/to/directory)
Run pip3 install -r requirements.txt to install all Python dependencies on the environment.
You need a file called gradplanner_rds.py to pass credentials to the database to the web application. Please obtain this from the project admin (jpark3@scu.edu). IMPORTANT: DO NOT PUSH THIS FILE TO GITHUB!
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page