batchtk
batchtk is my (james.chen@downstate.edu) python package for handling custom remote job submissions
.
├── batchtk
│ ├── raytk <- integration with ray
│ │ ├── __init__.py
│ │ └── search.py
│ ├── runtk <- tools for custom job submission
│ │ ├── dispatchers.py
│ │ ├── header.py
│ │ ├── __init__.py
│ │ ├── runners.py
│ │ ├── sockets.py
│ │ ├── submits.py
│ │ └── utils.py
│ └── utils <- utilities used by rest of the package
│ ├── __init__.py
│ └── utils.py
├── examples
│ └── colab <- examples of package usage
│ ├── basic_runner.py
│ ├── batchtk0.ipynb
│ ├── batchtk1.ipynb
│ ├── batchtk2.ipynb
│ └── socket_runner.py
├── LICENSE.md
├── pyproject.toml
├── README.md
└── tests <- pytest checks
├── cleanup.zsh
├── runner_scripts
│ └── socket_py.py
├── test_dispatcher.py
├── test_job.py
├── test_sh.py
├── test_socket.py
└── test_submit.py
9 directories, 26 files
since this is a WIP, if you wish to use the code I would request that you fork it / branch it so that I can also see what direction to take the code.
The MIT License (MIT)
Copyright (c) 2023 James Chen
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.
Release files for batchtk 0.1.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| batchtk-0.1.6.tar.gz | 41.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| batchtk-0.1.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 84.7 kB
Release files / batchtk-0.1.6.tar.gz
| Download URL | batchtk-0.1.6.tar.gz |
|---|---|
| Size | 41.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
75475cd9805f0d772b467bb8feb32ffa7c0f48574f0f0f3fec9ff937d0f41946
|
|
BLAKE2b-256 checksum How to use checksums |
bd7b0c21e355188101f784d3a2350c09fec685f9a64daea72b3c583f719f29d5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 8, 2025.
Transparency logRelease files / batchtk-0.1.6-py3-none-any.whl
| Download URL | batchtk-0.1.6-py3-none-any.whl |
|---|---|
| Size | 43.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2e1e68abee811c2025f42195a44e9b2c4680b21f1cb8ae47d942bb20a2086114
|
|
BLAKE2b-256 checksum How to use checksums |
10f93f30de38ec8a7c5e179732449118c29fedeaa7bdedc789a7c24396a1e389
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Oct 8, 2025.
Transparency log