fime


Namefime JSON
Version 1.1.2 PyPI version JSON
download
home_pagehttps://git.faerb.it/faerbit/fime
SummarySimple time tracking app written with Python and Qt
upload_time2024-03-02 00:07:39
maintainer
docs_urlNone
authorFaerbit
requires_python>=3.8
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # fime

Simple time tracking app written with Python and Qt

Some Jira integration is built in.

## Installation, Qt versions and You
Fime supports using both Qt 5 and Qt 6 via their respective PySide packages.

On Linux I recommend installing the PySide package provided by the distribution.
Install `PySide2` for Qt 5 or `PySide6` for Qt 6.

Run `pip install --user fime` in that case.

On other OSes or if you decide not to follow my recommendation run either
 * `pip install --user fime[qt5]` or
 * `pip install --user fime[qt6]`

Note that it both versions of PySide are installed Qt 6 will be preferred.

If you don't want to deal with this, you can download pre-packaged executables from the [Releases](https://gitlab.com/faerbit/fime/-/releases) section.

## Configuration

You probably want to configure the App in the settings dialog before you start using  it.

The Jira URL will just be the base URL to you're Jira Instance (e.g. `https://jira.company.com`)

The Jira Token is a Personal Access Token. See [here](https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html) on how to get one.

There is a new authentication method, which uses the cookies from your browser (most popular browsers should be
supported). To use it, you configure it and log into your Jira instance in your browser. If it doesn't work, try closing
your browser, to force it to write the cookies to the disk

## License

Licensed under MIT license. See License.md for more details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://git.faerb.it/faerbit/fime",
    "name": "fime",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Faerbit",
    "author_email": "faerbit@posteo.net",
    "download_url": "",
    "platform": null,
    "description": "# fime\n\nSimple time tracking app written with Python and Qt\n\nSome Jira integration is built in.\n\n## Installation, Qt versions and You\nFime supports using both Qt 5 and Qt 6 via their respective PySide packages.\n\nOn Linux I recommend installing the PySide package provided by the distribution.\nInstall `PySide2` for Qt 5 or `PySide6` for Qt 6.\n\nRun `pip install --user fime` in that case.\n\nOn other OSes or if you decide not to follow my recommendation run either\n * `pip install --user fime[qt5]` or\n * `pip install --user fime[qt6]`\n\nNote that it both versions of PySide are installed Qt 6 will be preferred.\n\nIf you don't want to deal with this, you can download pre-packaged executables from the [Releases](https://gitlab.com/faerbit/fime/-/releases) section.\n\n## Configuration\n\nYou probably want to configure the App in the settings dialog before you start using  it.\n\nThe Jira URL will just be the base URL to you're Jira Instance (e.g. `https://jira.company.com`)\n\nThe Jira Token is a Personal Access Token. See [here](https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html) on how to get one.\n\nThere is a new authentication method, which uses the cookies from your browser (most popular browsers should be\nsupported). To use it, you configure it and log into your Jira instance in your browser. If it doesn't work, try closing\nyour browser, to force it to write the cookies to the disk\n\n## License\n\nLicensed under MIT license. See License.md for more details.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Simple time tracking app written with Python and Qt",
    "version": "1.1.2",
    "project_urls": {
        "Homepage": "https://git.faerb.it/faerbit/fime"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26fae464c0683a9c7576b65458995597462ee1b0612a00cfa8ac2c87ab7869b9",
                "md5": "b1afa4484c7ea03f47f51e7a347c0a65",
                "sha256": "3f1f627ddc0de3affb0593742db10e91582664676d5d7523b58f905efae64ac3"
            },
            "downloads": -1,
            "filename": "fime-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b1afa4484c7ea03f47f51e7a347c0a65",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 31318,
            "upload_time": "2024-03-02T00:07:39",
            "upload_time_iso_8601": "2024-03-02T00:07:39.667982Z",
            "url": "https://files.pythonhosted.org/packages/26/fa/e464c0683a9c7576b65458995597462ee1b0612a00cfa8ac2c87ab7869b9/fime-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-02 00:07:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "fime"
}
        
Elapsed time: 0.20643s