Metadata-Version: 2.1
Name: panimalar
Version: 0.3.2
Summary: A package of function created by and for The Coding Society, Panimalar Engineering College
Author-email: The Coding Society <codingsociety@psdc.org.in>, "aviiciii (Laaveshwaran Parthiban)" <laavesh1@gmail.com>
Project-URL: Homepage, https://github.com/thecoding-society/package
Project-URL: Bug Tracker, https://github.com/thecoding-society/package/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: regex (>=2022.10.31)

# Panimalar

A package for students of Panimalar Engineering College

## Modules

### rollno

- isvalid(rollno)
- get_dept_code(rollno)
- get_dept(rollno)
- parse(rollno, required)


## Details

- Validate Roll Number 

- Parse Details from Roll Number

Roll Number in Panimalar follows the system (YEAROFJOIN)YYYY-PEC-(DEPT)DD-(ROLLNO)XXXX

eg) 2021PECCB101

2021 - Year of Join
PEC - Panimalar Engineering College
CB - Department (Computer Science and Business Systems)
101 - Roll Number of Student


### Release Steps

- change version number in pyproject.toml (majorchanges.updates.bugfixes)
- add modules to pyproject.toml
- add dependencies if any
- add new functions in readme


