udfc


Nameudfc JSON
Version 0.3.1 PyPI version JSON
download
home_pagehttps://github.com/juanvel4000/udfc
SummaryA Small tool to create .desktop files
upload_time2025-01-25 16:30:21
maintainerNone
docs_urlNone
authorjuanvel400
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# udfc
A small tool written in python to create **.desktop** files based on a series of questions

## License

udfc is licensed with the **MIT** license, read the license text in **LICENSE**


## Installation

Install it with pip

```bash
  pip install udfc
```
If your distribution does not support **pip**, create a venv and install it using pip
    
```bash
python -m venv ~/.venv
source ~/.venv/bin/activate
pip install udfc
```

    
## Usage
Execute udfc by running this (if using a venv, make sure you **activated it**)
```bash
udfc
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/juanvel4000/udfc",
    "name": "udfc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "juanvel400",
    "author_email": "juanvel400@proton.me",
    "download_url": "https://files.pythonhosted.org/packages/ae/e7/69e34c1a9b5fac49743605dc58a02c26992602bc7106c73b3743ef7334cc/udfc-0.3.1.tar.gz",
    "platform": null,
    "description": "\n# udfc\nA small tool written in python to create **.desktop** files based on a series of questions\n\n## License\n\nudfc is licensed with the **MIT** license, read the license text in **LICENSE**\n\n\n## Installation\n\nInstall it with pip\n\n```bash\n  pip install udfc\n```\nIf your distribution does not support **pip**, create a venv and install it using pip\n    \n```bash\npython -m venv ~/.venv\nsource ~/.venv/bin/activate\npip install udfc\n```\n\n    \n## Usage\nExecute udfc by running this (if using a venv, make sure you **activated it**)\n```bash\nudfc\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Small tool to create .desktop files",
    "version": "0.3.1",
    "project_urls": {
        "Homepage": "https://github.com/juanvel4000/udfc"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a41eb41de72e332aa6415702817b4ab2821de68c6c99943349e0969ce6d22c09",
                "md5": "928d1f39c66d7862fc0f04edbd61bf4e",
                "sha256": "ee2dae94c7ea1e60a300f8ffa2ce8fa914579bd08a89e72ccdcdd4856aadf4be"
            },
            "downloads": -1,
            "filename": "udfc-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "928d1f39c66d7862fc0f04edbd61bf4e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3688,
            "upload_time": "2025-01-25T16:30:19",
            "upload_time_iso_8601": "2025-01-25T16:30:19.598787Z",
            "url": "https://files.pythonhosted.org/packages/a4/1e/b41de72e332aa6415702817b4ab2821de68c6c99943349e0969ce6d22c09/udfc-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aee769e34c1a9b5fac49743605dc58a02c26992602bc7106c73b3743ef7334cc",
                "md5": "831020750d4a5cc1be46da4edbeb6377",
                "sha256": "fdc27069d179aca9bbb3191ec7004c81cf6545afbca060ae94ef663ec9ab8523"
            },
            "downloads": -1,
            "filename": "udfc-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "831020750d4a5cc1be46da4edbeb6377",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2493,
            "upload_time": "2025-01-25T16:30:21",
            "upload_time_iso_8601": "2025-01-25T16:30:21.263755Z",
            "url": "https://files.pythonhosted.org/packages/ae/e7/69e34c1a9b5fac49743605dc58a02c26992602bc7106c73b3743ef7334cc/udfc-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-25 16:30:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "juanvel4000",
    "github_project": "udfc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "udfc"
}
        
Elapsed time: 1.07317s