Skip to main content

Package to find differences between big xml files.

Project description

===========
delta 11888
===========



.. image:: https://pyup.io/repos/github/dimkl/giaola_xml_delta/shield.svg
:target: https://pyup.io/repos/github/dimkl/giaola_xml_delta/
:alt: Updates


11888 delta app for das admin



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


Create table Section

# create database using SQL
`CREATE DATABASE delta;`

# create table
```
>>>
>>> from xml_delta import settings, models
>>> from sqlalchemy import create_engine
>>> engine = create_engine(settings.STORAGE_DATABASE_URL, echo=True)

>>> from giaola_xml_delta import settings
>>> from sqlalchemy import create_engine
>>> engine = create_engine(settings.STORAGE_DATABASE_URL, echo=True)

>>> from xml_delta import settings
>>> from sqlalchemy import create_engine
>>> engine = create_engine(settings.STORAGE_DATABASE_URL, echo=True)

>>> from giaola_xml_delta import settings
>>> from sqlalchemy import create_engine
>>> engine = create_engine(settings.STORAGE_DATABASE_URL, echo=True)
>>> models.Base.metadata.create_all(engine)
```

# run package
1. edit settings using .env file
2. execute: ` python -m giaola_xml_delta.giaola_xml_delta <sample_data>`


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

0.1.0 (2017-08-07)
------------------

* First release on PyPI.


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

giaola_xml_delta-2.0.0-py2.py3-none-any.whl (14.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page