Metadata-Version: 2.1
Name: delphivcl
Version: 1.0.4
Summary: Delphi VCL for Python
Home-page: https://github.com/Embarcadero/DelphiVCL4Python
Author: Lucas Belo, Jim McKeeth
Author-email: lucas.belo@live.com
License: BSD
Project-URL: Documentation, https://embarcadero.github.io/DelphiVCL4Python
Project-URL: Source, https://github.com/Embarcadero/DelphiVCL4Python
Project-URL: Tracker, https://github.com/Embarcadero/DelphiVCL4Python/issues
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3
Description-Content-Type: text/markdown; charset=UTF-8

# <a href="https://github.com/Embarcadero/DelphiVCL4Python/">DelphiVCL for Python <img align="right" alt="DelphiVCL4Python" src="https://github.com/Embarcadero/DelphiVCL4Python/raw/main/images/DelphiVCL4Python(256px).png"></a>

Quick Links: &nbsp;
[[Installation](https://github.com/Embarcadero/DelphiVCL4Python#installation)] &nbsp; [[eBook & Styles](https://embt.co/PythonGUIBundle)] &nbsp; [[Samples](https://github.com/Embarcadero/DelphiVCL4Python/tree/main/samples)] &nbsp; [[Stack Overflow Q&A](https://stackoverflow.com/questions/tagged/python+vcl)]

---
`delphivcl` is a natively compiled Python module powered by the [Python4Delphi library](https://github.com/embarcadero/python4delphi). It gives Python developers access to Delphi's VCL GUI framework and is [freely redistributable](https://github.com/Embarcadero/DelphiVCL4Python/blob/main/LICENSE.md). 

Delphi's VCL library allows for building native Windows GUI Applications.

## [eBook and Styles Bundle](https://embt.co/PythonGUIBundle)

There is a free [eBook and styles bundle](https://embt.co/PythonGUIBundle) with 29 custom styles and 50 pages of content.

 <a href="https://embt.co/PythonGUIBundle"><img alt="Download the free eBook and Python styles bundle." src="https://github.com/Embarcadero/PythonFMXBuilder/blob/main/images/30_Banner_Ebook_GGetting Started with Python GUI_830x256.jpg"></a>
 
## Installation: ##

    pip install delphivcl   

### Supports: ###

* Win32 & Win64 x86 architectures
* Python cp3.6, cp3.7, cp3.8, cp3.9, cp3.10 and cp3.11

### Conda support: ###

* Win x86 and x64 from Python cp3.6 to cp3.11

### Venv support: ###

* Win x86 and x64 from Python cp3.6 to cp3.11

## See Also

 - Check out [DelphiFMX4Python](https://github.com/Embarcadero/DelphiFMX4Python) for cross-platform (Windows, MacOS, Linux, Android) Python development.
 - Powered by [Embarcadero Delphi](https://www.embarcadero.com/products/delphi) and the [Python4Delphi library](https://github.com/Embarcadero/python4delphi).
 - While this redistributable library is covered by the [Embarcadero Freeware License](https://github.com/Embarcadero/DelphiVCL4Python/blob/main/LICENSE.md), all the [source code](https://github.com/Embarcadero/python4delphi) for it is covered by the [MIT License](https://github.com/Embarcadero/python4delphi/blob/master/LICENSE).
 - Special thanks to [PyScripter](https://github.com/pyscripter/). 
 - Sponsored by [Embarcadero](https://www.embarcadero.com/). 
