Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pythonium and remove dead links - devtools.md #2720

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@
* [HTTPie](https://httpie.io/) - Test REST, GraphQL, and HTTP APIs
* [Rest Test Test](https://resttesttest.com/) - Test REST / CORS Services
* [Beeceptor](https://beeceptor.com/) - Mock REST APIs
* [Siesta](http://siestaframework.com) - Write REST API Clients for iOS / macOS
* [Pipedream](https://pipedream.com/) - Connect APIs / [Tutorial](https://gist.github.com/ItsRauf/48f252c931ac394b1395312b61b8e35b)
* [FastAPI](https://fastapi.tiangolo.com/) - API Framework
* [Insomnia](https://insomnia.rest/) or [Insomnium](https://github.com/ArchGPT/insomnium) (Privacy focused fork) - API Clients
Expand Down Expand Up @@ -666,6 +665,7 @@
* [Thonny](https://thonny.org/) - Python IDE
* [Online Python Compiler](https://www.onlinegdb.com/online_python_compiler) - Online Python Editor & Tester
* [Gooey](https://github.com/chriskiehl/Gooey) - Convert Python CLI Apps into GUI Apps
* [Pythonium](https://pythonium.net/) - Online Python Code Checker, Formatter, Obfuscator, Converter, and Cheatsheet

***

Expand Down Expand Up @@ -1151,7 +1151,7 @@
* [readme.so](https://readme.so/) - Create README.md Files
* [Tableconvert](https://tableconvert.com/) - Markdown / Code Converter
* [Linkspector](https://github.com/UmbrellaDocs/action-linkspector) - Check Markdown Files for Dead Links
* [Table Magic](https://stevecat.net/table-magic/) or [Markdown Convert](https://markdown-convert.com/) - Table to Markdown Converters
* [Table Magic](https://stevecat.net/table-magic/) - Table to Markdown Converters
* [Clipboard2Markdown](https://euangoddard.github.io/clipboard2markdown/) - Text to Markdown Converter
* [Quartz](https://quartz.jzhao.xyz/), [Perlite](https://perlite.secure77.de/) or [FlowerShow](https://flowershow.app/) - Publish Markdown
* [Markdown Tutorial](https://www.markdowntutorial.com/) - Interactive Markdown Tutorial
Expand Down Expand Up @@ -1182,4 +1182,4 @@
* [JMESPath](https://jmespath.org/) - Query Language for JSON / [Tutorial](https://jmespath.org/tutorial.html)
* [zio-json](https://zio.dev/zio-json)- JSON Library
* [Mock Turtle](https://mockturtle.net/) - Generate Mock JSON Data
* [JSON Bin](https://jsonbin.io/) - JSON Host
* [JSON Bin](https://jsonbin.io/) - JSON Host
Loading