Skip to content

Commit

Permalink
adding entity guid rest api
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoullet2000 committed Jan 22, 2018
1 parent 622e3a6 commit e379426
Show file tree
Hide file tree
Showing 30 changed files with 2,721 additions and 0 deletions.
13 changes: 13 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
=======
Credits
=======

Development Lead
----------------

* Jean-Baptiste Poullet <[email protected]>

Contributors
------------

None yet. Why not be the first?
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
=======
History
=======

0.1.0 (2018-01-09)
------------------

* First release.

11 changes: 11 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
include AUTHORS.rst
include CONTRIBUTING.rst
include HISTORY.rst
include LICENSE
include README.rst

recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
40 changes: 40 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
===========
atlasclient
===========


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

.. image:: https://img.shields.io/travis/jpoullet2000/atlasclient.svg
:target: https://travis-ci.org/jpoullet2000/atlasclient

.. image:: https://readthedocs.org/projects/atlasclient/badge/?version=latest
:target: https://atlasclient.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://pyup.io/repos/github/jpoullet2000/atlasclient/shield.svg
:target: https://pyup.io/repos/github/jpoullet2000/atlasclient/
:alt: Updates


Apache Atlas client


* Free software: Apache Software License 2.0
* Documentation: https://atlasclient.readthedocs.io.


Features
--------

* TODO

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

Binary file added atlasclient/.base.py.swp
Binary file not shown.
Binary file added atlasclient/.models.py.swp
Binary file not shown.
Empty file added atlasclient/__init__.py
Empty file.
Loading

0 comments on commit e379426

Please sign in to comment.