Metadata-Version: 2.1
Name: pyrot13
Version: 0.1.0
Summary: pyrot13 rotate letters by 13 place.
Home-page: https://github.com/bbriano/pyrot13
Author: Briano Goestiawan
Author-email: b@briano.io
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: ISC License (ISCL)
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

pyrot13
=======

pyrot13 rotate letters by 13 place.

Example
-------

**Package**

	from pyrot13 import rot13

	print(rot13("hello"))

**Command**

	Coming soon.

Install
-------

	$ pip install pyrot13

Bugs
----

- pyrot13 only rotate ascii characters.
