지역 기반 식당 검색을 위한 파이썬 라이브러리
Project description
🍜 matjipyojeong (맛집요정)
지역기반 식당 정보를 제공하는 파이썬 라이브러리입니다.
✨ 기능 소개
- 지역(도시/구/동), 업종, 메뉴, 역 정보를 기반으로 추천
- CSV 기반 식당 데이터 처리
- 간단한 자연어 입력으로 자동 필터링
📦 설치 방법
pip install matjipyojeong
사용예시
from matjipyojeong import search_restaurants
result = search_restaurants("성수동 맛집 알려줘")
if isinstance(result, dict):
print(f"상호 : {result['restaurant_name']}")
print(f"업종 : {result['restaurant_type']}")
print(f"주소 : {result['address']}")
print(f"대표메뉴 : {result['main_menu']}")
print(f"주변역 : {result['station']}")
print(f"링크 : {result['link']}") # 네이버 또는 카카오 링크 제공
else:
print(result) # 예: "정보가 없습니다." 메시지 출력
📝 라이선스
이 프로젝트는 MIT 라이선스에 따라 자유롭게 사용할 수 있습니다.
MIT License
Copyright (c) 2025 Bonitabueno
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom
the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of
the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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
matjipyojeong-0.1.1.tar.gz
(5.4 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 matjipyojeong-0.1.1.tar.gz.
File metadata
- Download URL: matjipyojeong-0.1.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82e691689e8bf1a2074c6b9ce41794b61dd83988bf91161901b0d520ac8d995f
|
|
| MD5 |
70117b6b5ee6351b2ca6529e15d972f6
|
|
| BLAKE2b-256 |
97cf099ad4dd8d2a575af5510b9409d301908543b6b347056adf6f968b14b105
|
File details
Details for the file matjipyojeong-0.1.1-py3-none-any.whl.
File metadata
- Download URL: matjipyojeong-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
883f855e1dc1d94b5fe3b5da41346917eb5ebe5172fdf71f0906fef546e7ef58
|
|
| MD5 |
ee20dc67a583957164a7936f7779e01f
|
|
| BLAKE2b-256 |
8a8fad2ccdb96f6aae7eeca70d9d2429f10776c1ada96daca046abe2f963f529
|