{"id":22826171,"url":"https://github.com/adriens/auptitcafe-sdk","last_synced_at":"2026-01-11T06:03:37.775Z","repository":{"id":162854117,"uuid":"637341603","full_name":"adriens/auptitcafe-sdk","owner":"adriens","description":"😋 SDK Python pour accéder aux menus du restaurant \"Au p'tit café\" - Nouméa, Nouvelle-Calédonie","archived":false,"fork":false,"pushed_at":"2025-12-13T20:35:00.000Z","size":951,"stargazers_count":1,"open_issues_count":7,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-15T15:54:34.650Z","etag":null,"topics":["datascience","menu","noumea","nouvelle-caledonie","opendata-api","pypi-package","python","restaurant-menu"],"latest_commit_sha":null,"homepage":"https://dev.to/adriens/series/23071","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/adriens.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":"2023-05-07T08:58:29.000Z","updated_at":"2025-12-13T20:35:03.000Z","dependencies_parsed_at":"2024-01-24T22:43:43.252Z","dependency_job_id":"64b64a0d-039c-4106-9b5f-cf9a905e589c","html_url":"https://github.com/adriens/auptitcafe-sdk","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/adriens/auptitcafe-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriens%2Fauptitcafe-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriens%2Fauptitcafe-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriens%2Fauptitcafe-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriens%2Fauptitcafe-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adriens","download_url":"https://codeload.github.com/adriens/auptitcafe-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adriens%2Fauptitcafe-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28293188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T04:44:51.577Z","status":"ssl_error","status_checked_at":"2026-01-11T04:44:44.232Z","response_time":60,"last_error":"SSL_read: 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":["datascience","menu","noumea","nouvelle-caledonie","opendata-api","pypi-package","python","restaurant-menu"],"created_at":"2024-12-12T17:14:34.111Z","updated_at":"2026-01-11T06:03:37.758Z","avatar_url":"https://github.com/adriens.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![PyPI - Implementation](https://img.shields.io/pypi/implementation/auptitcafe)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/auptitcafe)\n![PyPI - Wheel](https://img.shields.io/pypi/wheel/auptitcafe)\n![PyPI - Format](https://img.shields.io/pypi/format/auptitcafe)\n![PyPI](https://img.shields.io/pypi/v/auptitcafe)\n\n# ❔ About\n\n\u003e Finally a Python package to make **getting Au p'it café's menus a piece of (cheese) cake.😅**\n\nWith this [package](https://pypi.org/project/auptitcafe/) you can:\n\n- ✔️ Get [menus](http://auptitcafe.nc/menu/)\n- ✔️ Get [takeways](http://auptitcafe.nc/a-emporter/)\n\n... and get them as list of objects or `csv`.\n\n👉 See it live on [Kaggle](https://www.kaggle.com/adriensales/au-p-tit-caf-pypi-package-intro) 👈\n\n\n# 🔖 Social networks\n\n- [Official website](http://auptitcafe.nc/)\n- [TripAdvisor](https://www.tripadvisor.com/Restaurant_Review-g294130-d1952994-Reviews-Au_P_tit_Cafe-Noumea_Grand_Terre.html)\n- [Instagram](https://www.instagram.com/auptitcafe.nc/?hl=en) \n- [Facebook](https://www.facebook.com/auptitcafe.nc/)\n- [Google Maps](https://goo.gl/maps/4UcxegSnxMsE8qKs8)\n\n[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/iRSInif_Zwc/0.jpg)](https://www.youtube.com/watch?v=iRSInif_Zwc)\n\n# 🤓 Nerd resources\n\n- [🐍 `pypi`](https://pypi.org/project/auptitcafe/)\n- [😋 Au p'tit café (pypi package intro on Kaggle) 🚀](https://www.kaggle.com/adriensales/au-p-tit-caf-pypi-package-intro)\n\n# 🚀 Quickstart\n\nFor the impatients, here is a quick and ready to use code snippet:\n\n```python\n# Install the package\n!pip install auptitcafe --upgrade\n\n# Make some imports\nfrom auptitcafe.menus import Menus\nimport pandas as pd\n\n# Create the main utility instance\nmenu_instance = Menus()\n\n# Dump menus as a csv file\nmenus = 'menus.csv'\nmenu_instance.to_csv(menus)\n\n# Load menus in a panda dataframe\ndf = pd.read_csv(menus)\n# Diplay dataframe\ndf\n```\n\n# Build it\n\n```shell\npoetry show --tree\n```\n\n```shell\npoetry build\npoetry install\n```\n\n## test\n\n```shell\npoetry run pytest\n```\n## Publish\n\n```shell\npoetry config pypi-token.pypi $PYPI_TOKEN\npoetry publish\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadriens%2Fauptitcafe-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadriens%2Fauptitcafe-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadriens%2Fauptitcafe-sdk/lists"}