Simple student management abstractions (Undergraduate, Graduate, PhD)
Project description
student_management
Tiny example package exposing simple student classes:
UndergraduateStudentGraduateStudentPhDStudent
Install
pip install student-management
Usage
from student_management import UndergraduateStudent, GraduateStudent, PhDStudent
u = UndergraduateStudent("Alice", "U123") g = GraduateStudent("Bob", "G456") p = PhDStudent("Carol", "P789")
print(u.get_student_type()) # "Undergraduate Student" print(g.get_student_type()) # "Graduate Student" print(p.get_student_type()) # "PhD Student"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file student_management_basic-0.1.0.tar.gz.
File metadata
- Download URL: student_management_basic-0.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6c73a46ad91f8c6b89512d164600c59990b6954f3cb8f84950be0ff542fe7e1
|
|
| MD5 |
d2b809efa58927888d53c4cd3d946f13
|
|
| BLAKE2b-256 |
8116c90803cf2e89f66198654afbcb4a20e7b9cac464024c94339c4d841e6c5d
|
File details
Details for the file student_management_basic-0.1.0-py3-none-any.whl.
File metadata
- Download URL: student_management_basic-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f34c49ef18e6cef69fc1cff5d261536abaae28bde0f04fe1ea1042d8ac65014
|
|
| MD5 |
230f0faea2b8b59057b993a91e9dc2c3
|
|
| BLAKE2b-256 |
464ac50c68944b3ce292999fe79cca6f0b590fe24514719d7b423eda4bed3a39
|