Metadata-Version: 2.4
Name: jinjitest
Version: 1.3.1
Summary: A urgent test package for demo purposes
Author-email: Example Developer <developer@example.com>
Project-URL: Homepage, https://github.com/example/jinjitest
Project-URL: Bug Tracker, https://github.com/example/jinjitest/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# jinjitest

This is a demo package for testing purposes (jinjitest).

## Installation

```bash
pip install jinjitest
```

## Usage

```python
from jinjitest import emergency_call

result = emergency_call()
print(result)
```
