Metadata-Version: 2.1
Name: change-sequence
Version: 1.0.2
Summary: Converting strings project
License: MIT License
Requires: pytest
Description-Content-Type: text/markdown

<p style="font-size: 19px">This is a simple package for converting strings.</p>

<p style="font-size: 17px">Usage:</p>

Run tests:
    <b>python change_sequence -t</b>

Run doctest:
    <b>python change_sequence -d</b>

Run program:
    <b>python change_sequence [some_string]</b>

Functions in 'change_seq' package:
<pre>  <b>conv:</b> converts a string from stretched to compressed</pre>
<pre>  <b>conv_:</b> converts a string from compressed to stretched</pre>
