wc-django-filemonitor


Namewc-django-filemonitor JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummarySimple package to handle app files changes.
upload_time2024-06-28 08:50:42
maintainerNone
docs_urlNone
authorWebCase
requires_python>=3.6
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # WebCase file monitor

Simple package to handle app files changes.

## Installation

```sh
pip install wc-django-filemonitor
```

```python
INSTALLED_APPS = [
  'wcd_filemonitor',

  # Submodule that updates app's translations data if translation 
  # files changed:
  'wcd_filemonitor.contrib.translations',
]
```
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0]
Initial version.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "wc-django-filemonitor",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "WebCase",
    "author_email": "info@webcase.studio",
    "download_url": "https://files.pythonhosted.org/packages/05/9a/0c86e771b13c5e52f5bfcb8128c55ae0af7d2c7e5cb4735d65c07703e2ab/wc-django-filemonitor-0.1.1.tar.gz",
    "platform": null,
    "description": "# WebCase file monitor\n\nSimple package to handle app files changes.\n\n## Installation\n\n```sh\npip install wc-django-filemonitor\n```\n\n```python\nINSTALLED_APPS = [\n  'wcd_filemonitor',\n\n  # Submodule that updates app's translations data if translation \n  # files changed:\n  'wcd_filemonitor.contrib.translations',\n]\n```\n# Changelog\nAll notable changes to this project will be documented in this file.\n\nThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),\nand this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\n\n## [Unreleased]\n\n## [0.1.0]\nInitial version.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Simple package to handle app files changes.",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "059a0c86e771b13c5e52f5bfcb8128c55ae0af7d2c7e5cb4735d65c07703e2ab",
                "md5": "028e9de6f8b620ed3d654338bc3c9b33",
                "sha256": "789250dce2f87bd872843e0ab00452c14b865de68c9a27a217d4c5fe0170a3b9"
            },
            "downloads": -1,
            "filename": "wc-django-filemonitor-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "028e9de6f8b620ed3d654338bc3c9b33",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5718,
            "upload_time": "2024-06-28T08:50:42",
            "upload_time_iso_8601": "2024-06-28T08:50:42.209757Z",
            "url": "https://files.pythonhosted.org/packages/05/9a/0c86e771b13c5e52f5bfcb8128c55ae0af7d2c7e5cb4735d65c07703e2ab/wc-django-filemonitor-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-28 08:50:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wc-django-filemonitor"
}
        
Elapsed time: 0.24951s