지역 기반 식당 검색을 위한 파이썬 라이브러리
Project description
🍜 matjipyojeong
지역기반 식당 정보를 제공하는 라이브러리입니다.
✨ 기능 소개
- 지역(도시/구/동), 업종, 메뉴, 역 정보를 기반으로 추천
- JSON 기반 식당 데이터 처리
- 간단한 자연어 입력으로 자동 필터링
📦 설치 방법
git clone https://github.com/yourusername/matjipyojeong.git
cd matjipyojeong
pip install .
사용예시
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 라이선스에 따라 자유롭게 사용할 수 있습니다.
자세한 내용은 LICENSE 파일을 확인하세요.
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.0.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.0.tar.gz.
File metadata
- Download URL: matjipyojeong-0.1.0.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 |
0fea0997cacc59d79a98d2bb50bcca8d36c8e3442c319f64b603617d3f23610b
|
|
| MD5 |
8469cbe7dc4d0c25fb9dd5fdf8a5468a
|
|
| BLAKE2b-256 |
6ea2f4ca40fb4a14bfa5fd3849bde85dc4c5c8ede98faad525443214a996515d
|
File details
Details for the file matjipyojeong-0.1.0-py3-none-any.whl.
File metadata
- Download URL: matjipyojeong-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.0 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 |
079d5ba9b1ef53390fcc851b17f470eab49b3caa66cf47386d29790b10eaf7cd
|
|
| MD5 |
3c82d3e901194a660d474dff323c689b
|
|
| BLAKE2b-256 |
a6a4e7382ec4029d3b4deabde8fe2c2ec226a5bd166672933820d15bdd578d4d
|