Metadata-Version: 2.1
Name: patelier
Version: 0.0.1.dev1
Summary: A package for showing text lines in a text file.
Home-page: https://test.pypi.org/project/patelier
Author: K2UNIT
Author-email: patelier@example.com (not set yet)
License: MIT License
Keywords: text lines,Japanese text file
Platform: Windows
Description-Content-Type: text/x-rst
Requires-Dist: regex

========
patelier
========

A text display package


Function
-----------------------------

This project is to show text lines.
The text lines are read from input text file.
The text file needs to be encoded in UTF-8 or Shift-JIS.
Each control code (x00 - x1f) in the text lines is changed into '▲'.


Development Status
-----------------------------

Pre-Alpha (experiment)


Necessary environment
-----------------------------

* Microsoft Windows 10
* Python3 (Tested with Ver. 3.7.3)
* pip (Installed with Python) (Tested with ver. 19.0.3)

Dependency
-----------------------------

* regex (Tested with Ver. 2019.3.12)


Setup
-----------------------------

command::

    ‘‘py -m pip install patelier‘‘


Usage
-----------------------------

comand::

    ‘‘patelier‘‘


Auther
-----------------------------

K2UNIT


License
-----------------------------

This software is released under the MIT License, see LICENSE.txt.



