Metadata-Version: 2.1
Name: bestway
Version: 0.1.0
Summary: UNKNOWN
Home-page: http://github.com/gabrielfalcao/bestway
Author: Ð4√¡η¢Ч
Author-email: d4v1ncy@protonmail.ch
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: The Unlicense (Unlicense)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst
License-File: LICENSE

bestway
=======

The best way to craft exit codes: xor'ing a string


Installing
----------

.. code:: bash

    $ pip install bestway

Usage Examples
--------------

.. code:: python

   from bestway import fromstr

   raise SystemExit(fromstr('oops'))

Or in case of emergencies:

.. code:: python

   from bestway import Exit

   raise Exit('error')


