This project uses python runtime to create a oData service from a SQLite file.
🏠 Homepage
- python >=3.7
pip install -r 'requirments.txt'
python main.py
👤 Faizaan Ahmed
- Github: @Faizaanahmed
- LinkedIn: https://www.linkedin.com/in/faizaanahmed-sapbtp/
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
- GET method in JSON
- POST , PUT, PATCH, DELETE methods.
- JSON and XML format
- Filters
To easily set up the development environment, a Windows batch script is provided. This script will automatically locate your Conda installation, create a new environment named pythonOdata, and install the necessary dependencies from the requirements.txt file.
Save the script as setup_pythonOdata.bat in the same directory as your requirements.txt file. Double-click on the setup_pythonOdata.bat file to run it. The script will handle the environment setup process. Author
Copyright © 2021 Faizaan Ahmed.
- The API now supports output in both JSON and XML formats.
- Use the
$format=json
query parameter to receive responses in JSON. - If
$format
is not specified or set to any value other thanjson
, responses will be in XML format.