Pinned Repositories
aio_nameko_proxy
A standalone nameko rpc proxy for asyncio and some wrappers for using nameko rpc proxy with asynchronous web frameworks(Sanic, fastapi).
aiohttp-socks
Proxy (HTTP, SOCKS) connector for aiohttp
Api_autotest
接口测试 接口自动化测试框架开发 (pytest+allure+aiohttp+ 用例自动生成)
CodeAnalysis
Static Code Analysis - 静态代码分析
fastapi-cache
fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcached.
fastapi-crudrouter
A dynamic FastAPI router that automatically creates CRUD routes for your models
fastapi-gateway
⚙️ FastAPI gateway for microservices.
fastapi-pagination
FastAPI pagination 📖
jsf
Creates fake JSON files from a JSON schema
rpyc-service
This is an example project developed using RPyC and Sanic for server and client RPC calls. In this project, SQLAlchemy and Redis are used in the RPyC server, and the client performs asynchronous remote procedure calls to the functions exposed by the server.
jarstick's Repositories
jarstick/rpyc-service
This is an example project developed using RPyC and Sanic for server and client RPC calls. In this project, SQLAlchemy and Redis are used in the RPyC server, and the client performs asynchronous remote procedure calls to the functions exposed by the server.
jarstick/aio_nameko_proxy
A standalone nameko rpc proxy for asyncio and some wrappers for using nameko rpc proxy with asynchronous web frameworks(Sanic, fastapi).
jarstick/aiohttp-socks
Proxy (HTTP, SOCKS) connector for aiohttp
jarstick/Api_autotest
接口测试 接口自动化测试框架开发 (pytest+allure+aiohttp+ 用例自动生成)
jarstick/CodeAnalysis
Static Code Analysis - 静态代码分析
jarstick/fastapi-cache
fastapi-cache is a tool to cache fastapi response and function result, with backends support redis and memcached.
jarstick/fastapi-crudrouter
A dynamic FastAPI router that automatically creates CRUD routes for your models
jarstick/fastapi-gateway
⚙️ FastAPI gateway for microservices.
jarstick/fastapi-pagination
FastAPI pagination 📖
jarstick/jsf
Creates fake JSON files from a JSON schema
jarstick/kubetap
Kubectl plugin to interactively proxy Kubernetes Services with ease
jarstick/locust.replay
Record and playback Locust.io tests with MITMproxy
jarstick/microservices-with-fastapi
Microservices, API Gateway, Authentication with FastAPI, non-blocking i/o
jarstick/minos
🐍 Minos is a framework which helps you create reactive microservices in Python
jarstick/mitmproxy-hub
mitmproxy非常适合捕捉网络流量,但是对于Java用户没有简单的接口。软件测试社区,特别是爬虫、中间人攻击测试人员,希望能够捕获设备在Java/golang/c++测试期间发出的网络请求。为此,基于grpc开发了mitmproxy的**服务,任何语言都可以基于mitm_hub.proto实现的回调定义生成自己的远程客户端代码。以便在你的语言环境上也能像在python本地一样,使用remotemitmproxy。
jarstick/nameko-tracer
jarstick/OMP
OMP(Operation Management Platform)是云智慧公司自主设计、研发的轻量级、聚合型、智能运维管理平台。是一款为用户提供便捷运维能力和业务管理的综合平台。具备运维一应俱全的功能,目的是提升运维自动化、智能化,提高运维效率,提升业务连续性和安全性。
jarstick/ormar
python async orm with fastapi in mind and pydantic validation
jarstick/pity
🎉一个持续迭代的开源接口测试平台,欢迎大家多提issue多给反馈。 求star⭐,我会努力更新下去的!
jarstick/proxy.py
⚡ Fast • 🪶 Lightweight • 0️⃣ Dependency • 🔌 Pluggable • 😈 TLS interception • 🔒 DNS-over-HTTPS • 🔥 Poor Man's VPN • ⏪ Reverse & ⏩ Forward • 👮🏿 "Proxy Server" framework • 🌐 "Web Server" framework • ➵ ➶ ➷ ➠ "PubSub" framework • 👷 "Work" acceptor & executor framework
jarstick/python-microservice-fastapi
Learn to build your own microservice using Python and FastAPI
jarstick/python-plugins
插件开发
jarstick/python_dev_common_utils
常用的开发工具类
jarstick/release
企业上线发布系统-效能平台
jarstick/sanic-cors
A Sanic extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible. Based on flask-cors by Cory Dolphin.
jarstick/sanic-ms
基于sanic的微服务基础架构
jarstick/sanic-server
jarstick/sanic-session
Provides server-backed sessions for Sanic using Redis, Memcache and more.
jarstick/slowapi
A rate limiter for Starlette and FastAPI
jarstick/WebProxy
Create an HTTP / HTTPS proxy server based on MITMProxy and log all requests to the log file and parse the log for rewriting into the database.