Metadata-Version: 2.1
Name: pazok
Version: 0.1.1.5
Summary: A short description of my package
Author: b_azo
Author-email: husseun.selt@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
License-File: LICENSE.txt
Requires-Dist: requests

Main Heading
============

This is some text under the main heading.

Subheading
----------

This is some text under the subheading.

Code Block
----------------

.. code:: python

    def greet(name):
        return f"Hello, {name}!"

Inline Link
----------------

For more information, visit `Python <https://www.python.org/>`_.

----------------

End of the explanation.
