A PyCharm plugin for automatically detecting and testing Flask APIs.
- Automatic Flask application detection
- API route discovery
- HTTP request testing
- Open PyCharm
- Go to Settings/Preferences → Plugins
- Click "Browse repositories..."
- Search for "APIWiz"
- Click Install
- Start your Flask application with
flask run --debug
- The APIWiz window will automatically detect your routes
- Use the interface to test your API endpoints
./gradlew clean buildPlugin
MIT License - see LICENSE file