Metadata-Version: 2.1
Name: rpvputil
Version: 2.5.0
Summary: Comprehensive toolkit for time, string, random number, encryption, and more
Author-email: pingabc <pingabc163@163.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

Rpvputil
=====

Rpvputil is a simple Python module.

This project was inspired by
`rpvputil <https://github.com/kyokomi/rpvputil>`__ of
`kyokomi <https://github.com/kyokomi/rpvputil>`__.

|PyPi version| |PyPi downloads| |PyPi status| |PyPi license|

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

To install ndrive, simply:

::

    $ pip install rpvputil

Or, you can use:

::

    $ easy_install ndrive

Or, you can also install manually:

::

    $ git clone https://github.com/carpedm20/rpvputil.git
    $ cd rpvputil
    $ python setup.py install

Example
-------

::

    from rpvputil import rpvputilze

    print rpvputilze("Python is :thumbsup:")
    print rpvputilze("Do you want some :beer: ?")

Demo
----

.. figure:: https://raw.githubusercontent.com/carpedm20/rpvputil/master/demo/demo.png
   :alt: demo

   demo
Link
----

`Rpvputil Cheat Sheet <http://www.rpvputil-cheat-sheet.com/>`__

Author
------

Taehoon Kim / [@carpedm20](http://carpedm20.github.io/about/)

.. |PyPi version| image:: https://pypip.in/v/rpvputil/badge.png?style=flat
   :target: https://pypi.python.org/pypi/rpvputil
.. |PyPi downloads| image:: https://pypip.in/d/rpvputil/badge.png?style=flat
   :target: https://pypi.python.org/pypi/rpvputil
.. |PyPi status| image:: https://pypip.in/status/rpvputil/badge.svg?style=flat
   :target: https://pypi.python.org/pypi/rpvputil
.. |PyPi license| image:: https://pypip.in/license/rpvputil/badge.svg?style=flat
   :target: https://pypi.python.org/pypi/rpvputil
