https://github.com/keploy/samples-python
https://github.com/keploy/samples-python
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keploy/samples-python
- Owner: keploy
- License: apache-2.0
- Created: 2023-08-16T13:02:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T05:19:11.000Z (12 months ago)
- Last Synced: 2025-03-30T23:51:08.555Z (9 months ago)
- Language: Python
- Size: 934 KB
- Stars: 4
- Watchers: 1
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Keploy Python Sample Applications
This repo contains the samples for [Keploy's](https://keploy.io) integration with Python-based Application. Please feel free to contribute if you'd like submit a sample for another use-case or library.
> **Note** :- Issue Creation is disabled on this Repository, please visit [here](https://github.com/keploy/keploy/issues/new/choose) to submit Issue.
## Python Sample Apps with Keploy
1. [Flask-Mongo](https://github.com/keploy/samples-python/tree/main/flask-mongo) - This application is a simple task management API built using Python's Flask framework and MongoDB for data storage. It allows you to perform basic CRUD (Create, Read, Update, Delete) operations on student records. The API supports CORS (Cross-Origin Resource Sharing) to facilitate cross-domain requests.
2. [Django-Postgres](https://github.com/keploy/samples-python/tree/main/django-postgres) - This is an application to perform basic CRUD (Create, Read, Update, Delete) operations on user records built using Python's Django framework and PostgreSQL for data storage.
3. [FastAPI-Postgres](https://github.com/keploy/samples-python/tree/main/fastapi-postgres) - This application is a student management API built using Python's FastAPI and PostgreSQL for data storage. It allows you to perform basic CRUD (Create, Read, Update, Delete) operations on student data.
4. [FastAPI-Twilio](https://github.com/keploy/samples-python/tree/main/fastapi-twilio) - This application is a SMS sending API built using Python's FastAPI and Twilio for their SMS sharing service.
5. [Flask-Redis](https://github.com/keploy/samples-python/tree/main/flask-redis) - This Flask-based application provides a book management system utilizing Redis for caching and storage. It supports adding, retrieving, updating, and deleting book records, with optimized search functionality and cache management for improved performance. The API endpoints ensure efficient data handling and quick access to book information.
## Community Support ❤️
### 🤔 Questions?
Reach out to us. We're here to help!
[](https://join.slack.com/t/keploy/shared_invite/zt-12rfbvc01-o54cOG0X1G6eVJTuI_orSA)
[](https://www.linkedin.com/company/keploy/)
[](https://www.youtube.com/channel/UC6OTg7F4o0WkmNtSoob34lg)
[](https://twitter.com/Keployio)
### 💖 Let's Build Together!