Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adilmohak/py-xml-process
- Owner: adilmohak
- License: mit
- Created: 2022-04-03T07:53:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T07:52:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T14:21:06.260Z (3 months ago)
- Topics: python, python-xml, xml, xml-parsing, xml-processing
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`