Metadata-Version: 2.1
Name: srai-core
Version: 0.14.2
Summary: A library core functions used in other SRAI libraries.
Home-page: https://github.com/southriverai/srai-core
License: MIT
Keywords: SRAI,TOOLS
Author: Jaap Oosterbroek
Author-email: jaap.oosterbroek@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: boto3 (>=1.18.61,<2.0.0)
Requires-Dist: paramiko (>=3.3.1,<4.0.0)
Requires-Dist: pydantic (>=2.8.2,<3.0.0)
Requires-Dist: pymongo (>=4.6.1,<5.0.0)
Project-URL: Repository, https://github.com/southriverai/srai-core
Description-Content-Type: text/markdown

# srai-core


## Changleog
### 0.14.2
- added get_posix_timestamp()
- added SourceStore
- added pydantic dependancy

### 0.14.1
- changes to srai-release

### 0.14.0
- migrating to pyproject.toml

### 0.13.1
- added try load options to stores

### 0.13.0
- added dirstore options

### 0.12.0
- added in memory database
- added default release option
