A Python library for managing and organizing AI language model chains
Project description
API Reference
get_chain_info(chain_identifier: Union[int, str]) -> ChainInfo
Retrieves chain information based on the provided identifier.
chain_identifier
: Can be an integer (chain ID) or a string (chain name or alias)- Returns a
ChainInfo
object containing chain details - Raises
ChainNotFoundError
if the chain is not found
ChainInfo
A Pydantic model representing chain information. Key attributes include:
name
: Chain namechainId
: Chain IDnativeCurrency
: Native currency details (name, symbol, decimals)rpc
: List of RPC URLsexplorers
: List of block explorers
Development
To set up the development environment:
- Clone the repository
- Install development dependencies:
pip install -e ".[dev]"
- Run tests:
pytest
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgements
This project uses data from the chainid.network project, which provides a comprehensive list of EVM-compatible chains.
Support
If you encounter any issues or have questions, please file an issue on the GitHub repository.
Changelog
See CHANGELOG.md for a detailed history of changes to this project.
Authors
- gmatrix - Initial work and maintenance
Disclaimer
This package is provided as-is, and while we strive for accuracy, we cannot guarantee the correctness of all chain information. Users should verify critical information independently.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file chain_index-0.1.2.tar.gz
.
File metadata
- Download URL: chain_index-0.1.2.tar.gz
- Upload date:
- Size: 136.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4baa1b2ae3b028be38f1bc3d9bbb947e3a314806c77f5e02dcb91e6cfc7860ec |
|
MD5 | d5b9043c5a7fbcd160897fa0b8e8c6b5 |
|
BLAKE2b-256 | 80cbe557e1b7b3dba926c92101e5e9d3d354aea5a3a2c3f30ee95573dc690917 |
File details
Details for the file chain_index-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: chain_index-0.1.2-py3-none-any.whl
- Upload date:
- Size: 140.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51efd22f841999ff5802ade974dd0f3df7beaaaeb18ebb00c718c9bf833ac933 |
|
MD5 | 34a15f0dbc1b57a75c0c98a1e5403667 |
|
BLAKE2b-256 | 9b252e1889dc44e1cb393101cc1533a4830a4cfd3311f46d6e9581d27163e514 |