flexlibs


Nameflexlibs JSON
Version 1.2.4 PyPI version JSON
download
home_pagehttps://github.com/cdfarrow/flexlibs
SummaryA library for accessing FieldWorks Language Explorer projects
upload_time2024-08-13 22:20:32
maintainerNone
docs_urlNone
authorCraig Farrow
requires_python<3.13,>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            flexlibs
========

flexlibs is a library for accessing FieldWorks Language Explorer 
(FLEx) [1]_ projects.

flexlibs handles the necessary initialisation of the FLEx engine, and 
provides a class (FLExProject) for opening a FLEx project and working 
with its contents.

For the GUI application that runs Python scripts/plugins
on FLEx databases see FLExTools [2]_, which is built on flexlibs.


Requirements
------------

Python 3.8 - 3.12.

Python for .NET [3]_ version 3.0.3.

FieldWorks Language Explorer 9.0.17 - 9.1.25.


32-bit vs 64-bit
^^^^^^^^^^^^^^^^
The Python architecture must match that of FieldWorks. I.e. Install 
32-bit Python for 32-bit Fieldworks, and 64-bit Python for 64-bit 
Fieldworks.

Installation
------------
Run:
``pip install flexlibs``

--------------

.. [1] https://software.sil.org/fieldworks/
.. [2] https://github.com/cdfarrow/flextools/wiki/
.. [3] https://github.com/pythonnet/pythonnet/wiki

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cdfarrow/flexlibs",
    "name": "flexlibs",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Craig Farrow",
    "author_email": "flextoolshelp@gmail.com",
    "download_url": null,
    "platform": "'Windows'",
    "description": "flexlibs\r\n========\r\n\r\nflexlibs is a library for accessing FieldWorks Language Explorer \r\n(FLEx) [1]_ projects.\r\n\r\nflexlibs handles the necessary initialisation of the FLEx engine, and \r\nprovides a class (FLExProject) for opening a FLEx project and working \r\nwith its contents.\r\n\r\nFor the GUI application that runs Python scripts/plugins\r\non FLEx databases see FLExTools [2]_, which is built on flexlibs.\r\n\r\n\r\nRequirements\r\n------------\r\n\r\nPython 3.8 - 3.12.\r\n\r\nPython for .NET [3]_ version 3.0.3.\r\n\r\nFieldWorks Language Explorer 9.0.17 - 9.1.25.\r\n\r\n\r\n32-bit vs 64-bit\r\n^^^^^^^^^^^^^^^^\r\nThe Python architecture must match that of FieldWorks. I.e. Install \r\n32-bit Python for 32-bit Fieldworks, and 64-bit Python for 64-bit \r\nFieldworks.\r\n\r\nInstallation\r\n------------\r\nRun:\r\n``pip install flexlibs``\r\n\r\n--------------\r\n\r\n.. [1] https://software.sil.org/fieldworks/\r\n.. [2] https://github.com/cdfarrow/flextools/wiki/\r\n.. [3] https://github.com/pythonnet/pythonnet/wiki\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A library for accessing FieldWorks Language Explorer projects",
    "version": "1.2.4",
    "project_urls": {
        "Homepage": "https://github.com/cdfarrow/flexlibs"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f052a64305c043adcd2aa3d608b8d457d2616a34aaf48b763ccc41e92c4d2dbd",
                "md5": "366efe52332c73b665f2e7586cf61095",
                "sha256": "7143c821df16ad637241a06fef013c86fde6ea72f5bf1401255c8e96f555c641"
            },
            "downloads": -1,
            "filename": "flexlibs-1.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "366efe52332c73b665f2e7586cf61095",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.8",
            "size": 134557,
            "upload_time": "2024-08-13T22:20:32",
            "upload_time_iso_8601": "2024-08-13T22:20:32.084428Z",
            "url": "https://files.pythonhosted.org/packages/f0/52/a64305c043adcd2aa3d608b8d457d2616a34aaf48b763ccc41e92c4d2dbd/flexlibs-1.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-13 22:20:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cdfarrow",
    "github_project": "flexlibs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "flexlibs"
}
        
Elapsed time: 0.37906s