Metadata-Version: 2.1
Name: crc_calculator
Version: 0.2.0
Summary: Define program version
Author-email: junghoon-vans <junghoon.ban@gmail.com>
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Classifier: License :: OSI Approved :: MIT License

==============
CRC Calculator
==============

|PyPI version|

Installation
------------

.. code:: bash

   $ pip install crc-calculator

How to use
----------

.. code:: bash

   $ crc -h
    usage: crc [-h] [-V] polynomial data

    positional arguments:
      polynomial
      data

    options:
      -h, --help     show this help message and exit
      -V, --version  show program's version number and exit

.. |PyPI version| image:: https://img.shields.io/pypi/v/crc-calculator
   :target: https://pypi.org/project/crc-calculator/

