Metadata-Version: 2.1
Name: delphifmx
Version: 0.1.10
Summary: Delphi FMX for Python
Home-page: UNKNOWN
Author: Lucas Belo, Jim McKeeth
Author-email: lucas.belo@live.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: BSD 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
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Operating System :: Android
Description-Content-Type: text/markdown
License-File: LICENSE.md

# DelphiFMX4Python
Delphi's FireMonkey framework as a Python module for Windows, MacOS, Linux, and Android GUI development.

<b>About:</b>

The delphifmx library is provided by the [Python4Delphi library](https://github.com/pyscripter/python4delphi) as a standard Python module.

<b>Python installation requirements on Linux:</b>

It uses the Python interpreter, requiring Python to be compiled with the "--enable-shared" flag.
<br>Make sure you've set the "LD_LIBRARY_PATH" and "PATH" environment variables and that Python loads the same libpython.so used by delphifmx.
* Check out the [scripts directory](scripts) for further instructions in how to install Python or for an automated installation process. 

<b>Installation:</b>

    pip install delphifmx
   
<b>Supports:</b>
* Win32 x86, Win64 x86, Linux64 x86, Android64, and macOS64 architecturtes
* Python cp36, cp37, cp38, cp39

Also check out [DelphiVCL4Python](https://github.com/Embarcadero/DelphiVCL4Python).

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



