Metadata-Version: 2.4
Name: pyream
Version: 0.1.2
Summary: pyream: a utility library written in python
Project-URL: homepage, https://github.com/mohanson/pyream
Author-email: Mohanson <mohanson@outlook.com>
License: MIT License
        
        Copyright (c) 2025 Libraries
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Description-Content-Type: text/markdown

# Pyream

These codes are supplementary to the python standard library. We provide some commonly used high-quality libraries here to make your development process easier.

## Installation

To use pyream, ensure you have python installed (version 3.12 or higher is recommended). Install the library with the following command:

```sh
$ pip install pyream
```

## Repositories

Repository |                         Description
---------- | -----------------------------------------------------------
acdb       | Package acdb manages objects between memory and file system
cd         | Package cd provides a simple way to change directories
lru        | Package lru implements an LRU cache
objectdict | Package objectdict provides a dictionary-like interface for objects
rate       | Package rate provides a rate limiter

## License

This project is licensed under the MIT License (LICENSE). See the LICENSE file for details.
