Metadata-Version: 2.1
Name: iptvname
Version: 0.0.2
Summary: Collection of publicly available IPTV channels name from all over the world
Home-page: https://github.com/sktkddn777/iptv
Author: Sang Woo
Author-email: sanguh096@gmail.com
License: MIT
Description: # IPTV 
        
        github를 explore하는 도중 재미있는 url을 발견해서 만들어봤습니다.  
        https://github.com/iptv-org/iptv    
         - Collection of publicly available IPTV channels from all over the world 
        
         <br>
        
        JSON format으로 데이터를 제공해줍니다.  
         전세계에 있는 지역과 채널의 카테고리를 기준으로 채널 이름을 검색할 수 있게 해줍니다.  
        
         ## Requirements
         - Python 3.6+
        
         ## Installation
        
         
        ```
        pip install iptvname==0.0.2
        ```
        
        
         - [나라별 코드 정보](regions.json)
         - [채널별 카테고리 이름 정보](categories.json)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
