Metadata-Version: 2.1
Name: request-casting
Version: 0.1.0
Summary: Provide method to cast django request data for POST and GET methods
License: GPL-3.0 license
Author: turulomio
Author-email: turulomio@yahoo.es
Requires-Python: >=3.11,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# request_casting
Python module that allows to cast django request data for POST and GET methods easyly

## Test module

poe coverage

## Changelog

### 0.1.0 (2023-11-15)
- Converted reusingcode module to an independent module

