Metadata-Version: 2.1
Name: imgflip
Version: 0.0.1
Summary: api to imgflip
Home-page: https://github.com/axju/imgflip
Author: axju
Author-email: moin@axju.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst
Requires-Dist: requires

imgflip
=========
A python api to imgflip.


Install
-------
::

  pip install imgflip


How to use?
-----------
::

  python -m imgflip.cli


Development
-----------
setup::

  python -m pip install --upgrade pip wheel setuptools flake8 twine
  python -m pip install -e .

check src::

  flake8 imgflip

check readme::

  python setup.py sdist
  twine check dist/*

make package::

  python setup.py sdist bdist_wheel
  python -m twine upload dist/*


