Current File : /home/inlingua/public_html/decay_sym/root/var/softaculous/apps/python3/info.xml
<soft xmlns="http://www.softaculous.com">
	<overview>
		<img src="logo.gif" style="float:right;" alt="" />{{overview}}
	</overview>
	<features>
		{{features}}
	</features>
	<ratings>
		http://www.webuzo.com/sysapps/server_side_scripting/Python3 
	</ratings>
	<space>
		326407688
	</space>
	<support>
		http://www.python.org/
	</support>
	<version>
		3.11.3
	</version>
	<mod>5</mod>
	<mod_files>20</mod_files>
	<webuzo_version>3.0.0</webuzo_version>
	<auto_upgrade>2</auto_upgrade>
	<softversion>
		4.1.9
	</softversion>
	<major>1</major>
	<release_date>05-04-2023</release_date>
	
	<requires>openssl11</requires>
	
	<sysrequires></sysrequires>
	
	<path name="base">/usr/local/apps/python3</path>
	<path name="bin">/usr/local/apps/python3/bin/python3</path>
	
	<extract file="python3-$arch.tar.gz">$appsdir</extract>
	
	<remove>/usr/local/apps/python3</remove>
	
	<notes>
	<center><font size="5" color="#182e7a">Python 3 Environment :</font></center><br />
		<style>
.notestable td{
background: #E6F5FF;
padding: 5px;
}

.notestable th{
background: #EFEFEF;
padding: 5px;
}		
		</style>
		<table border="1" cellspacing="1" cellpadding="8" align="center" class="notestable">
			<tr>
				<th>Desc</th>
				<th>Path</th>
			</tr>
			<tr>
				<td>Base Path</td>
				<td>/usr/local/apps/python3</td>
			</tr>
			<tr>
				<td>Binary</td>
				<td>/usr/local/apps/python3/bin/python3</td>
			</tr>			
		</table>
	</notes>
	<languages>
		<english-overview>	
		<font size="5" color="#182e7a">Python</font> is a remarkably powerful dynamic programming language that is used in a wide variety of application domains. Python is often compared to Tcl, Perl, Ruby, Scheme or Java.
		<br /><br />
		Python is distributed under the <a href="http://www.python.org/download/releases/2.1/license/" target="_blank">Python 2.1 License</a>
		</english-overview>
		<english-features>
			<font size="2" color="#1281B6"><b>General</b></font>
			<ul >
				<li>very clear, readable syntax</li>
				<li>strong introspection capabilities</li>
				<li>intuitive object orientation</li>
				<li>natural expression of procedural code</li>
				<li>full modularity, supporting hierarchical packages</li>
				<li>exception-based error handling</li>
				<li>very high level dynamic data types</li>
				<li>extensive standard libraries and third party modules for virtually every task</li>
				<li>extensions and modules easily written in C, C++ (or Java for Jython, or .NET languages for IronPython)</li>
				<li>embeddable within applications as a scripting interface</li>
			</ul>
		</english-features>
	</languages>
</soft>