Metadata-Version: 2.1
Name: affo-deeplink
Version: 1.0.1
Summary: UNKNOWN
Home-page: https://github.com/affoio/affo-deeplink
Author: Aleksey Dalekin
Author-email: ald@affo.io
License: BSD
Keywords: email service
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: System :: Distributed Computing
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst
Requires-Dist: aiohttp (==3.6.2)
Requires-Dist: aiohttp-jinja2 (==1.2.0)
Requires-Dist: aiohttp-session (==2.9.0)
Requires-Dist: cryptography (==2.8)
Requires-Dist: dynaconf (==2.0.3)
Requires-Dist: gunicorn (==20.0.4)
Requires-Dist: itsdangerous (==1.1.0)

|Build Status| |Coverage Status| |Code Style|

AFFO Deeplink
=============

============ =============================================
**Version**  1.0.1
**Web**      https://affo.io/
**Download** https://pypi.org/affoio/affo-deeplink/
**Source**   https://github.com/affoio/affo-deeplink/
**Keywords** python, deeplink, service, affiliate
============ =============================================

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

::

   pip install affo-deeplink

Tests
-----

To run the test suite execute the following command in package root
folder:

::

   python setup.py test

.. |Build Status| image:: https://travis-ci.org/affoio/affo-deeplink.svg?branch=master
   :target: https://travis-ci.org/affoio/affo-deeplink
.. |Coverage Status| image:: https://coveralls.io/repos/github/affoio/affo-deeplink/badge.svg?branch=master
   :target: https://coveralls.io/github/affoio/affo-deeplink?branch=master
.. |Code Style| image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :target: https://github.com/psf/black


