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.1.24.tar.gz
(3.5 kB
view details)
Built Distribution
File details
Details for the file auptitcafe-0.1.24.tar.gz
.
File metadata
- Download URL: auptitcafe-0.1.24.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.13 Linux/6.5.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bac88312e358d10f9cc822a1ef4b9780346386f5403f63871d543318aa220883 |
|
MD5 | ecaf0766f41c77ac33f239faec9de5e9 |
|
BLAKE2b-256 | 88f20baf7250de6fa2d49efe8e643c8725b4f5540b90083e34eb442ba6e35241 |
File details
Details for the file auptitcafe-0.1.24-py3-none-any.whl
.
File metadata
- Download URL: auptitcafe-0.1.24-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.13 Linux/6.5.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4629867a4d656b7378f4d8f3ebf20a29af3e26533fc6bb38bdc3eea3f4ffbdc4 |
|
MD5 | 61a7103e9640ee5b3263c35f5e68bda8 |
|
BLAKE2b-256 | 5627259e388fd410f2a5e17825e3397ae246e50e5eb75f6eb0f293402012ee7d |