Metadata-Version: 2.1
Name: delphivcl
Version: 0.1.18
Summary: Delphi VCL for Python
Home-page: https://github.com/Embarcadero/DelphiVCL4Python
Author: Lucas Belo, Jim McKeeth
Author-email: lucas.belo@live.com
License: Other/Proprietary License
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
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.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE.md

# DelphiVCL4Python
Delphi's VCL library as a Python module for building Windows GUI

Installation:

    pip install delphivcl
   
Supports:
* Win32 & Win64 x86 architecturtes
* Python cp36, cp37, cp38, cp39, cp310

For other platforms, check out [DelphiFMX4Python](https://github.com/Embarcadero/DelphiFMX4Python).

Powered by [Embarcadero Delphi](https://www.embarcadero.com/products/delphi) and the [Python4Delphi library](https://github.com/pyscripter/python4delphi).


