Metadata-Version: 2.1
Name: krwftgen
Version: 0.1.1
Summary: Korean webfont generator using Google Fonts + Korean
Home-page: https://github.com/laziu/krwftgen
Author: Laziu Kim
Author-email: laziu.cc@gmail.com
License: UNKNOWN
Download-URL: https://github.com/laziu/krwftgen/archive/0.1.tar.gz
Description: 이게 뭔가요?
        ------------
        
        한글 폰트를 `fonttools <https://github.com/fonttools/fonttools>`__\ 를 이용해 
        `Google Fonts + 한국어 <https://googlefonts.github.io/korean/>`__\ 처럼 분할해주는 툴입니다.
        
        개발환경 설정
        -------------
        
        .. code:: bash
        
           git clone https://github.com/laziu/krwftgen.git
           cd krwftgen
           python -m venv .venv            # >= 3.4
           source .venv/bin/activate       # PS: '.\.venv\Scripts\Activate.ps1'
           python -m pip install -r dev-requirements.txt
           python -m pip install -r requirements.txt
           python -m pip install --editable .
           # krwftgen -h
        
Keywords: krwftgen,fonttools
Platform: UNKNOWN
Classifier: Topic :: Text Processing :: Fonts
Classifier: Natural Language :: Korean
Requires-Python: >=3.4
Description-Content-Type: text/x-rst
