https://github.com/imoore76/py-ldlm
Sync and async Python clients for LDLM (http://github.com/imoore76/ldlm)
https://github.com/imoore76/py-ldlm
Last synced: about 1 month ago
JSON representation
Sync and async Python clients for LDLM (http://github.com/imoore76/ldlm)
- Host: GitHub
- URL: https://github.com/imoore76/py-ldlm
- Owner: imoore76
- License: apache-2.0
- Created: 2024-12-13T02:14:19.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-21T23:16:43.000Z (4 months ago)
- Last Synced: 2025-04-14T08:45:28.727Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# py-ldlm
An LDLM (http://github.com/imoore76/ldlm) client library providing Python sync and async clients.
[](https://badge.fury.io/py/py-ldlm)
[](https://github.com/imoore76/py-ldlm/blob/main/pyproject.toml)
[](http://mypy-lang.org/)
[](https://coveralls.io/github/imoore76/py-ldlm)

## Installation
```
pip install py-ldlm
```## Usage
See full documentation at https://ldlm-docs.readthedocs.io/
## License
Apache 2.0; see [`LICENSE`](LICENSE) for details.
## Contributing
See [`CONTRIBUTING.md`](CONTRIBUTING.md) for details.
## Disclaimer
This project is not an official Google project. It is not supported by Google and Google specifically disclaims all warranties as to its quality, merchantability, or fitness for a particular purpose.