{"id":24452516,"url":"https://github.com/samridhi060/emailvalidation","last_synced_at":"2025-03-25T06:45:44.338Z","repository":{"id":270211411,"uuid":"909650940","full_name":"Samridhi060/EmailValidation","owner":"Samridhi060","description":"This project provides a simple email validation tool that checks if an email address conforms to specific rules. It utilizes regular expressions to verify the validity of the email format.","archived":false,"fork":false,"pushed_at":"2024-12-29T11:36:18.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-30T06:14:48.782Z","etag":null,"topics":["emailvalidation","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Samridhi060.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-29T11:32:14.000Z","updated_at":"2024-12-29T11:36:22.000Z","dependencies_parsed_at":"2024-12-29T12:25:36.229Z","dependency_job_id":"8b71ed6a-39ab-46c9-ae7c-bf1037f292a0","html_url":"https://github.com/Samridhi060/EmailValidation","commit_stats":null,"previous_names":["samridhi060/emailvalidation"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samridhi060%2FEmailValidation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samridhi060%2FEmailValidation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samridhi060%2FEmailValidation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samridhi060%2FEmailValidation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Samridhi060","download_url":"https://codeload.github.com/Samridhi060/EmailValidation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245414523,"owners_count":20611364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emailvalidation","python"],"created_at":"2025-01-21T01:06:20.978Z","updated_at":"2025-03-25T06:45:44.218Z","avatar_url":"https://github.com/Samridhi060.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Email Validation Project\n\n## Author\nSamridhi Gupta\n\n## Date\n29-12-2024\n\n## Project Overview\nThis project provides a simple email validation tool that checks if an email address conforms to specific rules. It utilizes regular expressions to verify the validity of the email format.\n\n## Rules for a Valid Email Address\n- The email address should be at least 6 characters long.\n- The first character must be an alphabetic letter (a-z).\n- The local part (before the @) should be in lowercase letters (a-z).\n- The email address must contain exactly one `@` symbol.\n- The `@` symbol separates the local part from the domain part.\n- The local part can include letters, digits (0-9), and special characters like `.`, `_`, `+`, and `-`, but it should not start or end with a special character.\n- The domain part (after the `@`) must contain at least one dot (`.`).\n- The dot cannot be the first or last character in the domain part.\n- The domain part should consist of valid domain name characters (letters, digits, and hyphens).\n- The TLD (the part after the last dot) should be at least two characters long (e.g., `.com`, `.org`).\n- The email address should not contain any spaces or whitespace characters.\n\n## Requirements\n- Python 3.x\n- `re` module (included in Python standard library)\n\n## Usage\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/Samridhi060/email-validation.git\n   cd email-validation\n   ```\n\n2. Run the script:\n   ```bash\n   python email_validation.py\n   ```\n\n3. Enter an email address when prompted.\n\n## Code Explanation\nThe script uses the `re` module to define a regular expression that checks the validity of the email address based on the specified rules. If the email matches the pattern, it is considered valid; otherwise, it is deemed invalid.\n\n## Acknowledgments\n- Thanks to the contributors and the Python community for their resources and support.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamridhi060%2Femailvalidation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamridhi060%2Femailvalidation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamridhi060%2Femailvalidation/lists"}