❔ 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
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.1.tar.gz
(3.5 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.1.tar.gz.
File metadata
- Download URL: auptitcafe-0.2.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
929efd96ddf651087c120d2c0ab49264d91351d14a89018b4ac8a2a766d88151
|
|
| MD5 |
91b49615d1f9760bc512b81bd6b7c8ea
|
|
| BLAKE2b-256 |
5ecc1e06896f9fd5938375e5f44d9329ab9d7fac26a080f1d1928cb7f7509fd7
|
File details
Details for the file auptitcafe-0.2.1-py3-none-any.whl.
File metadata
- Download URL: auptitcafe-0.2.1-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7d3ff7c9b8d0805d34303f909b2224cb3660d6a045440b58285a7151969a274
|
|
| MD5 |
a012b60b0b332d09406a360e011c530f
|
|
| BLAKE2b-256 |
db41bb774daf61a8a4f252f0778b05d09a431d1fe004ad750dc4b456ef718082
|