https://github.com/llnl/py-hostlist
hostlist utility implemented in python
https://github.com/llnl/py-hostlist
python system-software
Last synced: 24 days ago
JSON representation
hostlist utility implemented in python
- Host: GitHub
- URL: https://github.com/llnl/py-hostlist
- Owner: LLNL
- License: mit
- Created: 2018-07-02T20:11:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-12T15:35:17.000Z (about 2 years ago)
- Last Synced: 2025-04-26T14:09:50.845Z (27 days ago)
- Topics: python, system-software
- Language: Python
- Size: 6.61 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
py-hostlist: a tool for manipulating lists of hosts
[](https://travis-ci.org/LLNL/py-hostlist)
[](https://py-hostlist.readthedocs.io/en/latest/?badge=latest)
[](https://codecov.io/gh/LLNL/py-hostlist)
[](https://github.com/LLNL/py-hostlist/issues)
[](https://github.com/LLNL/py-hostlist/stargazers)
[](https://raw.githubusercontent.com/LLNL/py-hostlist/master/LICENSE)## Description
py-hostlist processes slurm-style hostlist strings and can return those strings in manipulated fashion.
See the [Feature Overview](https://py-hostlist.readthedocs.io/en/latest/features.html) for examples and highlights.
## Documentation
Full documentation on py-hostlist can be found at [ReadtheDocs](https://py-hostlist.readthedocs.io/en/latest/index.html#).
## Contributions
Contributing to py-hostlist is relatively easy. Just send us a
[pull request](https://help.github.com/articles/using-pull-requests/). When you send your request, make ``develop`` the destination branch on the [py-hostlist repository](https://github.com/LLNL/py-hostlist).Your PR must pass py-hostlist's unit tests. We enforce these guidelines with [Travis CI](https://travis-ci.org/LLNL/py-hostlist). To run these tests locally, and for helpful tips on git, see our [Contribution Guide](https://py-hostlist.readthedocs.io/en/latest/source/contribution_guide.html).
## Authors
#### Christopher Moussa, [email protected]
A huge thank you to **Elsa Gonsiorowski** for serving as a mentor on this project.
## Release
Copyright (c) 2018, Lawrence Livermore National Security, LLC.
Produced at the Lawrence Livermore National Laboratory.For release details and restrictions, please read the [LICENSE](https://github.com/LLNL/py-hostlist/blob/master/LICENSE) and [NOTICE](https://github.com/LLNL/py-hostlist/blob/master/NOTICE) files.
`LLNL-CODE-411039`