Metadata-Version: 2.1
Name: wc-django-filemonitor
Version: 0.1.1
Summary: Simple package to handle app files changes.
Author: WebCase
Author-email: info@webcase.studio
License: MIT License
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# 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.
