Metadata-Version: 2.4
Name: geomapfishapp_geoportal
Version: 1.1.0
Summary: Utility functions for GeoCommunes GeoPortal
Author-email: Jemin Khunt <jampatel2003@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/jeminsec/geocommunes_geoportal
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# geocommunes_geoportal

A utility package for GeoCommunes GeoPortal.

## Features

- Generate secure passwords
- Hash strings using SHA256
- Get current UTC timestamp

## Installation

```bash
pip install geomapfishapp_geoportal
```

## Usage

```python
from geomapfishapp_geoportal import generate_password, hash_string

print(generate_password())
print(hash_string("hello"))
```
