Skip to content

Commit

Permalink
Merge pull request #553 from odidev/tornado
Browse files Browse the repository at this point in the history
Add EPDB and Tornado files
  • Loading branch information
zachlasiuk authored Dec 2, 2024
2 parents be6f287 + 9b4a5d4 commit 138991a
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions content/opensource_packages/epdb.md
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".

---
29 changes: 29 additions & 0 deletions content/opensource_packages/tornado.md
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".

---

0 comments on commit 138991a

Please sign in to comment.