Skip to main content

지역 기반 식당 검색을 위한 파이썬 라이브러리

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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

matjipyojeong-0.1.0-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

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

Hashes for matjipyojeong-0.1.0.tar.gz
Algorithm Hash digest
SHA256 0fea0997cacc59d79a98d2bb50bcca8d36c8e3442c319f64b603617d3f23610b
MD5 8469cbe7dc4d0c25fb9dd5fdf8a5468a
BLAKE2b-256 6ea2f4ca40fb4a14bfa5fd3849bde85dc4c5c8ede98faad525443214a996515d

See more details on using hashes here.

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

Hashes for matjipyojeong-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 079d5ba9b1ef53390fcc851b17f470eab49b3caa66cf47386d29790b10eaf7cd
MD5 3c82d3e901194a660d474dff323c689b
BLAKE2b-256 a6a4e7382ec4029d3b4deabde8fe2c2ec226a5bd166672933820d15bdd578d4d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page