Skip to content

Commit

Permalink
Uploaded to PyPi (Second Attempt)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazchanel committed Apr 1, 2023
1 parent e2f88ae commit e870e7f
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 29 deletions.
3 changes: 2 additions & 1 deletion .gitignore
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
13 changes: 0 additions & 13 deletions __init__.py

This file was deleted.

20 changes: 20 additions & 0 deletions pyproject.toml
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"
15 changes: 0 additions & 15 deletions setup.py

This file was deleted.

13 changes: 13 additions & 0 deletions src/hacapi/__init__.py
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.

0 comments on commit e870e7f

Please sign in to comment.