SDK pour interagir avec http://auptitcafe.nc/menu/
Project description
❔ About
Finally a Python package to make getting Au p'it café's menus a piece of (cheese) cake.😅
With this package you can:
... and get them as list of objects or csv.
👉 See it live on Kaggle 👈
🔖 Social networks
🤓 Nerd resources
🚀 Quickstart
For the impatients, here is a quick and ready to use code snippet:
# Install the package
!pip install auptitcafe --upgrade
# Make some imports
from auptitcafe.menus import Menus
import pandas as pd
# Create the main utility instance
menu_instance = Menus()
# Dump menus as a csv file
menus = 'menus.csv'
menu_instance.to_csv(menus)
# Load menus in a panda dataframe
df = pd.read_csv(menus)
# Diplay dataframe
df
Build it
poetry show --tree
poetry build
poetry install
test
poetry run pytest
Publish
poetry config pypi-token.pypi $PYPI_TOKEN
poetry publish
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
auptitcafe-0.2.0.tar.gz
(3.6 kB
view details)
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 auptitcafe-0.2.0.tar.gz.
File metadata
- Download URL: auptitcafe-0.2.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.14.2 Linux/6.8.0-90-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7727ab9263500d26b5f0d5dd9990021307f76c800d1479bac56cf49fa765f157
|
|
| MD5 |
1a2e4a50e119d3a6124b885fda1b6d47
|
|
| BLAKE2b-256 |
a120bb9ebdb7b4bfb9df1cf619833da05df67d2cdd420bce3c7a1cc91647ac28
|
File details
Details for the file auptitcafe-0.2.0-py3-none-any.whl.
File metadata
- Download URL: auptitcafe-0.2.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.14.2 Linux/6.8.0-90-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84ab5e0ae210d8b647963d22068ed796fff7c5dd8517d41305dec2eefa213cef
|
|
| MD5 |
5fc93857dc832a66805edbe21182a22a
|
|
| BLAKE2b-256 |
614635bfc45f7a4879cdd81352e10f8eb205951f523ac951ecbb64a604dc5f74
|