Metadata-Version: 2.1
Name: hrin-msb
Version: 0.1.3
Summary: 
Author: Prakash Mishra
Author-email: prakash.mishra@intimetec.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: cerberus (>=1.3.4,<2.0.0)
Requires-Dist: cffi (>=1.15.1,<2.0.0)
Requires-Dist: cryptography (>=38.0.3,<39.0.0)
Requires-Dist: django (>=4.1.3,<5.0.0)
Requires-Dist: djangorestframework (==3.13.1)
Requires-Dist: djangorestframework-simplejwt (==5.1.0)
Requires-Dist: pandas (>=1.5.1,<2.0.0)
Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
Requires-Dist: python-dotenv (>=0.21.0,<0.22.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: xhtml2pdf (>=0.2.8,<0.3.0)
Description-Content-Type: text/markdown

# hrin-msb

## Pre-requisites for setup
1. `pip install poetry`

## How To Build

1. `poetry build`
2. `poetry config http-basic.pypi __token__ <access-token>`
3. `poetry publish`


# Change Log
 ### Version 0.1.1

 ### Version 0.1.2

 ### Version 0.1.3

1.  Default serializer added to ApiView
2. fixed incorrect import in _validators.py
3. fixed msb_database_router
4. fixed Config.is_local_env() not working
5. moved devscripts -> utils/devtools
6. File Utils Added to utils/files
7. "app_label" removed from "TestConfig" & "ApiTest" Classes
8. Fixed Bug : 'LoggingModelManager' object has no attribute '_queryset_class'
9. Fixed : Logging Model not showing any records
10. Fixed : str method for base model, & removed current_timestamp method from base model
