{"id":21861555,"url":"https://github.com/raleighlittles/dell_serial_number_parser","last_synced_at":"2026-04-13T11:02:15.118Z","repository":{"id":205934751,"uuid":"710619639","full_name":"raleighlittles/Dell_Serial_Number_Parser","owner":"raleighlittles","description":"Simple flask webapp for parsing Dell serial numbers","archived":false,"fork":false,"pushed_at":"2024-01-06T21:52:55.000Z","size":718,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-21T20:19:04.303Z","etag":null,"topics":["dell","dell-serial-numbers","flask","flask-sqlalchemy","flask-wtforms"],"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/raleighlittles.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["raleighlittles"],"custom":["paypal.me/raleighlittles"]}},"created_at":"2023-10-27T04:43:29.000Z","updated_at":"2023-11-07T05:32:40.000Z","dependencies_parsed_at":"2024-11-28T03:12:03.440Z","dependency_job_id":"a713523f-78d5-4fee-88f1-d1ba961096d2","html_url":"https://github.com/raleighlittles/Dell_Serial_Number_Parser","commit_stats":null,"previous_names":["raleighlittles/dell_serial_number_parser"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raleighlittles/Dell_Serial_Number_Parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raleighlittles%2FDell_Serial_Number_Parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raleighlittles%2FDell_Serial_Number_Parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raleighlittles%2FDell_Serial_Number_Parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raleighlittles%2FDell_Serial_Number_Parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raleighlittles","download_url":"https://codeload.github.com/raleighlittles/Dell_Serial_Number_Parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raleighlittles%2FDell_Serial_Number_Parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31749763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dell","dell-serial-numbers","flask","flask-sqlalchemy","flask-wtforms"],"created_at":"2024-11-28T03:11:57.735Z","updated_at":"2026-04-13T11:02:15.100Z","avatar_url":"https://github.com/raleighlittles.png","language":"Python","funding_links":["https://github.com/sponsors/raleighlittles","paypal.me/raleighlittles"],"categories":[],"sub_categories":[],"readme":"\n# About\n\nThis is a simple project for storing and tracking Dell serial numbers. It's a very bare web application that uses [Flask](https://flask.palletsprojects.com/) with an SQLite database underneath.\n\n# Context\n\nWhile not officially documented, people have discovered the format behind the serial numbers on (most?) Dell products:\n\n* https://telcontar.net/KBK/Dell/date_codes\n* https://www.partschase.com/index.php?route=forum/read\u0026forum_path=9\u0026forum_post_id=45\n\nThis project is just a simple web app that lets you decode the serial number. (Eventually I'd like to add support for other serial numbers).\n\n# Setup\n\nClone the directory, install the `requirements.txt`, and then run flask:\n\n```bash\n$ flask --app main run --debug\n```\nAfter loading the page, you should see something that looks like this:\n\n![Home page](./docs/main_upload_page.png)\n\nI have a CSV file with some serial numbers from the products I own, or ones that I found online: `serial_numbers.csv`.\n\nThese get loaded into the database during startup.\n\nAfter you submit your own tag, you'll see:\n\n![Submitted serial number breakdown](./docs/submitted_serial_number_breakdown.png)\n\nBecause serial numbers are supposed to be unique, you'll get an error if you try to submit a serial number that has been seen before.\n\nThe error message will tell you when it was originally seen:\n\n![submission error](./docs/submission_failure.png)\n\n(Yes I know the time is missing...)\n\n# Lastly\n\n## Tests\n\nTo run tests, do:\n\n```bash\n$ python -m pytest tests/\n```\n\n## Coming soon\n\n- [ ] Deployment\n- [ ] Cleanup","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraleighlittles%2Fdell_serial_number_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraleighlittles%2Fdell_serial_number_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraleighlittles%2Fdell_serial_number_parser/lists"}