Xenops is a simple program to sync data like (customers/products) between different systems
Find a file
2017-11-18 20:13:40 +01:00
docs [FEATURE] Add Attribute Mapper converter + update doc 2017-11-12 20:43:34 +01:00
tests [TASK] Use last_run on trigger 2017-11-16 20:25:12 +01:00
xenops [FEATURE] Save and retrive object ids + update trigger time based on object update_at 2017-11-18 20:13:40 +01:00
.coveragerc [TASK] Update coverage 2017-11-12 20:12:43 +01:00
.gitignore [TASK] Update coverage 2017-11-12 20:12:43 +01:00
.travis.yml [TASK] Init project 2017-11-12 13:44:37 +01:00
LICENSE.txt [TASK] Init project 2017-11-12 13:44:37 +01:00
Makefile [TASK] Init project 2017-11-12 13:44:37 +01:00
MANIFEST.in [TASK] Update setup.py 2017-11-12 19:30:54 +01:00
README.rst Update README.rst 2017-11-12 20:53:02 +01:00
requirements-dev.txt [TASK] Init project 2017-11-12 13:44:37 +01:00
requirements.txt [TASK] Init project 2017-11-12 13:44:37 +01:00
setup.cfg [TASK] Init project 2017-11-12 13:44:37 +01:00
setup.py [TASK] Update setup.py 2017-11-12 19:30:54 +01:00

.. image:: https://api.travis-ci.org/krukas/Xenops.svg?branch=master
    :target: https://travis-ci.org/krukas/Xenops

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

.. image:: https://codecov.io/gh/krukas/Xenops/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/krukas/Xenops

.. image:: https://badge.fury.io/py/Xenops.svg
    :target: https://badge.fury.io/py/Xenops

**PRE PRE ALPHA, still in active development**


Xenops
======

Xenops is a simple program to sync data like (customers/products) between different systems.

`Documentation`_

Installation
============
To install Xenops, run:

    pip install Xenops

Create new project
==================
For creating a new project, read the documentation.


.. _Documentation: http://xenops.readthedocs.io/en/latest/index.html