forked from lmbelo/python4delphi
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (44 loc) · 2.41 KB
/
index.html
File metadata and controls
58 lines (44 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Python4delphi : Free components that wrap up the Python dll into Delphi and Lazarus (FPC)">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Python4delphi</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/pyscripter/python4delphi">View on GitHub</a>
<h1 id="project_title">Python4delphi</h1>
<h2 id="project_tagline">Free components that wrap up the Python dll into Delphi and Lazarus (FPC)</h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/pyscripter/python4delphi/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/pyscripter/python4delphi/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<p>Python for Delphi (P4D) is a set of free components that wrap up the Python dll into Delphi and Lazarus (FPC). They let you easily execute Python scripts, create new Python modules and new Python types. You can create Python extensions as dlls and much more. P4D provides different levels of functionality:</p>
<ul>
<li><strong>Low-level access to the python API</strong></li>
<li><strong>High-level bi-directional interaction with Python</strong></li>
<li><strong>Access to Python objects using Delphi custom variants (VarPyth.pas)</strong></li>
<li><strong>Wrapping of Delphi objects for use in python scripts using RTTI (WrapDelphi.pas)</strong></li>
</ul>
<p>P4D makes it very easy to use python as a scripting language for Delphi applications. It comes with an extensive range of demos and tutorials.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">Python4delphi maintained by <a href="https://github.com/pyscripter">pyscripter</a></p>
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>