-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
35 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
__pycache__ | ||
dist | ||
HAC_API.egg-info | ||
HAC_API.egg-info | ||
src/hacapi.egg-info |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[build-system] | ||
requires = ["setuptools>=61.0"] | ||
build-backend = "setuptools.build_meta" | ||
[project] | ||
name = "hacapi" | ||
version = "0.1" | ||
authors = [ | ||
{ name="Nazchanel", email="[email protected]" }, | ||
] | ||
description = "This is a simple API to access the Home Access Center (HAC)" | ||
readme = "README.md" | ||
requires-python = ">=3.7" | ||
classifiers = [ | ||
"Programming Language :: Python :: 3", | ||
"License :: OSI Approved :: MIT License", | ||
"Operating System :: OS Independent", | ||
] | ||
|
||
[project.urls] | ||
"Homepage" = "https://github.com/Nazchanel/hac-api" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Importing the modules | ||
# from file_modification import clear_files, returnGradeTables | ||
# from login import login, getTime | ||
# from grades import initializeClasses, returnGrades | ||
# from notification import isUpdated | ||
# from test import userInput | ||
|
||
# Initalization | ||
# print("--------------------------------------------\n\tWelcome to the HAC API!\n--------------------------------------------") | ||
# print(" https://github.com/Nazchanel") | ||
# print() | ||
# print("\t Version: 1.0.0") | ||
# print("\t Date: 4/01/2023") |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.