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 details)

Uploaded Python 2 Python 3

File details

Details for the file giaola_xml_delta-2.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for giaola_xml_delta-2.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1fa5a1d88746102f64375ed5dfa6a66e155a2a151762cc2388d4d407895e02ae
MD5 521546bf1680f1b4caf77f0ad1c29307
BLAKE2b-256 4a312bd1c3d39593311b7101a889df672f3b2d64f4da3d8aa94e4356d142e097

See more details on using hashes here.

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