Metadata-Version: 2.1
Name: iam-profile-faker
Version: 0.3.0
Summary: Object generator based on IAM profile v2 schema
Home-page: https://github.com/mozilla-iam/iam-profile-faker
Author: John Giannelos
Author-email: johngiannelos@gmail.com
License: Apache Software License 2.0
Keywords: iam_profile_faker
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: api
Requires-Dist: Click (>=6.0)
Requires-Dist: Faker
Provides-Extra: api
Requires-Dist: tinydb; extra == 'api'
Requires-Dist: flask; extra == 'api'
Requires-Dist: flask-restful; extra == 'api'

====================
iam-profile-faker
====================


.. image:: https://img.shields.io/pypi/v/iam_profile_faker.svg
        :target: https://pypi.python.org/pypi/iam_profile_faker

.. image:: https://img.shields.io/travis/mozilla-iam/iam-profile-faker.svg
        :target: https://travis-ci.org/mozilla-iam/iam-profile-faker

.. image:: https://readthedocs.org/projects/iam-profile-faker/badge/?version=latest
        :target: https://iam-profile-faker.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




JSON generator based on IAM profile v2 schema


* Free software: Apache Software License 2.0
* Documentation: https://iam-profile-faker.readthedocs.io.


Features
--------

* Create fake profile v2 objects
* Batch create fake profile v2 objects
* CLI to export profile v2 objects in JSON.

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.3.0 (2018-07-19)
------------------

* Fix factory to wrap values with metadata/signature
* Fix value/values key name in various attributes
* Add E2E to tests to validate objects against profile v2
* Expose a service that generates fake profiles as HTTP API


0.2.0 (2018-07-13)
------------------

* Add factory to generate fake iam profiles
* Add cli to generate fake iam profiles

0.1.0 (2018-07-10)
------------------

* Bootstrap repository


