Metadata-Version: 2.0
Name: deeptracy-core
Version: 0.0.7
Summary: Deeptracy Dependency Checker
Home-page: https://github.com/BBVA/deeptracy-core
Author: BBVA
Author-email: UNKNOWN
License: UNKNOWN
Keywords: deeptracy core
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: SQLAlchemy (==1.1.14)
Requires-Dist: SQLAlchemy-Utils (==0.32.16)
Requires-Dist: docker (==2.5.1)

Deeptracy Core
==============

.. image:: https://travis-ci.org/BBVA/deeptracy-core.svg?branch=master
    :target: https://travis-ci.org/BBVA/deeptracy-core

Core package for deeptracy

.. image::  https://raw.githubusercontent.com/BBVA/deeptracy/develop/docs/_static/deeptracy-logo-small.png
    :alt: Deeptracy logo
    :width: 250 px

+----------------+----------------------------------------------+
|Project site    | https://github.com/bbva/deeptracy            |
+----------------+----------------------------------------------+
|Issues          | https://github.com/bbva/deeptracy/issues/    |
+----------------+----------------------------------------------+
|Documentation   | https://deeptracy.readthedocs.org/           |
+----------------+----------------------------------------------+
|DockerHub       | https://hub.docker.com/r/bbvalabs/deeptracy/ |
+----------------+----------------------------------------------+

Description
===========

This package contains core classes for data access and plugin development


Contributing to Deeptracy
=========================

You can contribute to Deeptracy in a few different ways:

- Submit issues through `issue tracker <https://github.com/BBVA/deeptracy/issues>`_ on GitHub.
- If you wish to make code changes, or contribute something new, please follow the `GitHub Forks / Pull requests model <https://help.github.com/articles/fork-a-repo/>`_: fork the s`Deeptracy Repo <https://github.com/bbva/deeptracy/>`_, make the changes and propose it back by submitting a pull request.

License
=======

This project is distributed under `Apache License <https://github.com/BBVA/deeptracy/blob/master/LICENSE>`_


