-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #553 from odidev/tornado
Add EPDB and Tornado files
- Loading branch information
Showing
2 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Extended Python Debugger (EPDB) | ||
category: Compilers/Tools | ||
description: Extended Python Debugger (EPDB) is a tool used for debugging Python code, which aligns with the description of tools that assist in the development and optimization of programming languages. | ||
download_url: https://pypi.org/project/epdb/#files | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 0.15.1 | ||
release_date: 2017/04/01 | ||
|
||
|
||
optional_info: | ||
homepage_url: https://github.com/sassoftware/epdb | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://github.com/sassoftware/epdb?tab=readme-ov-file#installation | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: Pre-built binaries (wheels) are not available for Linux/ARM64. Installation and Testing are done using "pip install epdb". | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: Tornado | ||
category: Languages and Frameworks | ||
description: Tornado is a Python web framework and asynchronous networking library that supports handling a large number of simultaneous connections. | ||
download_url: https://pypi.org/project/tornado/#history | ||
works_on_arm: true | ||
supported_minimum_version: | ||
version_number: 3.0 | ||
release_date: 2013/03/29 | ||
|
||
|
||
optional_info: | ||
homepage_url: http://www.tornadoweb.org/ | ||
support_caveats: | ||
alternative_options: | ||
getting_started_resources: | ||
arm_content: | ||
partner_content: | ||
official_docs: https://www.tornadoweb.org/en/stable/ | ||
arm_recommended_minimum_version: | ||
version_number: | ||
release_date: | ||
|
||
optional_hidden_info: | ||
release_notes__supported_minimum: | ||
release_notes__recommended_minimum: | ||
other_info: Pre-built binaries (wheels) are available on PyPI for Linux/ARM64. Installation and Testing are done using "pip install tornado". | ||
|
||
--- |