file-monitoring


Namefile-monitoring JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/yourusername/file_monitoring
SummaryA Python package for monitoring file changes and writing contents to a .txt file
upload_time2024-06-26 21:29:38
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # File Monitoring

A Python package for monitoring file changes and writing contents to a .txt file.

## Installation

```bash
pip install file_monitoring

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/file_monitoring",
    "name": "file-monitoring",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/92/c7/1604981c3f8b0d29535f978a21bc530c34269ed3cc61d30969b7fbf2b920/file_monitoring-0.1.0.tar.gz",
    "platform": null,
    "description": "# File Monitoring\n\nA Python package for monitoring file changes and writing contents to a .txt file.\n\n## Installation\n\n```bash\npip install file_monitoring\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python package for monitoring file changes and writing contents to a .txt file",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/file_monitoring"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72bb81d848aa937a4f170791a52fcbfd5b78be3216be05f46bb82c8dd70f23c8",
                "md5": "0b923b63e70e7574e5d479351eb60a08",
                "sha256": "03700a31b8378624d2712caea437c0ffa87bf5fbb42a031fb3b5a384df4a2b5b"
            },
            "downloads": -1,
            "filename": "file_monitoring-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0b923b63e70e7574e5d479351eb60a08",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3282,
            "upload_time": "2024-06-26T21:29:37",
            "upload_time_iso_8601": "2024-06-26T21:29:37.557096Z",
            "url": "https://files.pythonhosted.org/packages/72/bb/81d848aa937a4f170791a52fcbfd5b78be3216be05f46bb82c8dd70f23c8/file_monitoring-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92c71604981c3f8b0d29535f978a21bc530c34269ed3cc61d30969b7fbf2b920",
                "md5": "8052726a8b767b2682b3597e79bac71b",
                "sha256": "c7f6bd758459369ea883ad6b94d8abee16bd47bacc36c54d6f18e0254656c415"
            },
            "downloads": -1,
            "filename": "file_monitoring-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8052726a8b767b2682b3597e79bac71b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2551,
            "upload_time": "2024-06-26T21:29:38",
            "upload_time_iso_8601": "2024-06-26T21:29:38.662996Z",
            "url": "https://files.pythonhosted.org/packages/92/c7/1604981c3f8b0d29535f978a21bc530c34269ed3cc61d30969b7fbf2b920/file_monitoring-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-26 21:29:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "file_monitoring",
    "github_not_found": true,
    "lcname": "file-monitoring"
}
        
Elapsed time: 0.30852s