Metadata-Version: 2.1
Name: base-emoji
Version: 0.0.2
Summary: A binary-to-emoji encoding scheme that representbinary data in a subset of the Unicode Emoji symbols.
Home-page: https://github.com/amoallim15/base-emoji
Author: Ali Moallim
Author-email: amoallim15@gmail.com
License: MIT
Keywords: base emoji encode decode scheme
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Requires-Python: >= 3.5

BaseEmoji 
=========

	Encode everything in Emojis! 🙃

.. image:: media/logo.png

BaseEmoji is a binary-to-emoji encoding scheme that represent binary data in a subset of the Unicode Emoji symbols, designed for triggering senior programmers effortlessly.
BaseEmoji is heavily influenced by my furstration towards my tech lead that always shares data (base64 encoded) with me.

But why?
--------

- MOCKERY!
- WHY NOT!
- Base64 is not the best scheme to represent and transmit (mostly binary) data in a human-readable way. ¯\\_(ツ)_/¯

Features
--------

- Basic encode/decode operations.
- [TODO] Different flavors based on subset of the Unicode Emoji symbols.
- [Contribute] ツ.

Installation
------------
You can install the package by issuing the following command:

::

	pip install base-emoji


You can also clone this project using git:

::

	git clone https://github.com/amoallim15/base-emoji.git

Usage example
-------------

Basic usage looks like:

::

	$ baseemoji 'Hello world!'
	> 😀😄😋😪😦😫😫😌😁😛😞😆😄😨😌😈😟😦
	$ baseemoji -d '😀😄😋😪😦😫😫😌😁😛😞😆😄😨😌😈😟😦'
	> Hello world!

Release History
---------------

* 0.0.2
    * Initial implementation with a default flavor of base {55}.

About
-----

Ali Moallim – amoallim15@gmail.com

Contributing
------------

Bug reports and pull requests are welcome on GitHub at https://github.com/amoallim15/base-emoji.
I'm also available for questions, feel free to get in touch.

License
-------

The package is available as open source under the terms of the `MIT License`_.

.. _MIT License: http://www.python.org/


