Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adilmohak/py-xml-process

Python script to import, update, and delete data from XML file with PostgreSQL database
https://github.com/adilmohak/py-xml-process

python python-xml xml xml-parsing xml-processing

Last synced: about 1 month ago
JSON representation

Python script to import, update, and delete data from XML file with PostgreSQL database

Awesome Lists containing this project

README

        

# Python XML data process

A python script to import, update, and delete data from XML file with PostgreSQL database.

# Installation

`git clone https://github.com/adilmohak/py-xml-process.git`

`cd py-xml-process`

`pip install -r requirements.txt`

After configuring your database run: -

`python manage.py runserver`