radiant-compiler


Nameradiant-compiler JSON
Version 0.1a5 PyPI version JSON
download
home_page
SummaryBrython Framework
upload_time2024-01-11 00:25:07
maintainerYeison Cardona
docs_urlNone
authorYeison Cardona
requires_python>=3.8
licenseBSD-2-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Radiant-Compiler

Pull the image with the environ for [python-for-android](https://python-for-android.readthedocs.io/en/latest/) that includes the [Android NDK](https://developer.android.com/studio/projects/install-ndk) and the [SDK](https://developer.android.com/studio) to compile Python applications into APKs installer:


```python
docker pull yeisondev/radiant:compiler
```

Then install the Python pacakge to use the ```p4a``` command:


```python
pip install radiant-compiler
```

Now ```p4a``` is replaced by ```docker_p4a```


```python
docker_p4a apk --arch arm64-v8a
```

## Software versions included in the image


```python
ARG NDK_VERSION=r23b
SDK_VERSION=8512546_latest 
JAVA_VERSION=jdk17-openjdk
NDKAPI=27
ANDROIDAPI=27
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "radiant-compiler",
    "maintainer": "Yeison Cardona",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "yencardonaal@unal.edu.co",
    "keywords": "",
    "author": "Yeison Cardona",
    "author_email": "yencardonaal@unal.edu.co",
    "download_url": "https://files.pythonhosted.org/packages/26/3c/ab46b40e57fb89a09bcf1b0c4f7e59d485ae94130e94fae3530bbe4770a5/radiant-compiler-0.1a5.tar.gz",
    "platform": null,
    "description": "# Radiant-Compiler\n\nPull the image with the environ for [python-for-android](https://python-for-android.readthedocs.io/en/latest/) that includes the [Android NDK](https://developer.android.com/studio/projects/install-ndk) and the [SDK](https://developer.android.com/studio) to compile Python applications into APKs installer:\n\n\n```python\ndocker pull yeisondev/radiant:compiler\n```\n\nThen install the Python pacakge to use the ```p4a``` command:\n\n\n```python\npip install radiant-compiler\n```\n\nNow ```p4a``` is replaced by ```docker_p4a```\n\n\n```python\ndocker_p4a apk --arch arm64-v8a\n```\n\n## Software versions included in the image\n\n\n```python\nARG NDK_VERSION=r23b\nSDK_VERSION=8512546_latest \nJAVA_VERSION=jdk17-openjdk\nNDKAPI=27\nANDROIDAPI=27\n```\n",
    "bugtrack_url": null,
    "license": "BSD-2-Clause",
    "summary": "Brython Framework",
    "version": "0.1a5",
    "project_urls": {
        "Download": "https://github.com/dunderlab/python-radiant.compiler"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b128290fe80268aed3ddd89ea45b33d40698758b03ac295d09bdba314b0e069",
                "md5": "ac40429b0a549f93563760ae29cecad5",
                "sha256": "5eeec9044efead195fab6310f792c2368b11c9c594b10a7bb37adb73ccb98b4f"
            },
            "downloads": -1,
            "filename": "radiant_compiler-0.1a5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ac40429b0a549f93563760ae29cecad5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6652,
            "upload_time": "2024-01-11T00:25:04",
            "upload_time_iso_8601": "2024-01-11T00:25:04.589819Z",
            "url": "https://files.pythonhosted.org/packages/9b/12/8290fe80268aed3ddd89ea45b33d40698758b03ac295d09bdba314b0e069/radiant_compiler-0.1a5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "263cab46b40e57fb89a09bcf1b0c4f7e59d485ae94130e94fae3530bbe4770a5",
                "md5": "c807f6a9b3d3546cbb8687838a397047",
                "sha256": "a68699ca386aefda72d602d4e8c9cc8815655a6d6130827c97dd89f9abe74caf"
            },
            "downloads": -1,
            "filename": "radiant-compiler-0.1a5.tar.gz",
            "has_sig": false,
            "md5_digest": "c807f6a9b3d3546cbb8687838a397047",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6710,
            "upload_time": "2024-01-11T00:25:07",
            "upload_time_iso_8601": "2024-01-11T00:25:07.789711Z",
            "url": "https://files.pythonhosted.org/packages/26/3c/ab46b40e57fb89a09bcf1b0c4f7e59d485ae94130e94fae3530bbe4770a5/radiant-compiler-0.1a5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-11 00:25:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dunderlab",
    "github_project": "python-radiant.compiler",
    "github_not_found": true,
    "lcname": "radiant-compiler"
}
        
Elapsed time: 0.33005s