Metadata-Version: 2.1
Name: spalloc-server
Version: 1!7.0.0a4
Summary: A tool for partitioning and allocating large SpiNNaker
Home-page: https://github.com/SpiNNakerManchester/spalloc_server
Maintainer: SpiNNakerTeam
Maintainer-email: spinnakerusers@googlegroups.com
License: Apache-2.0
Keywords: spinnaker,allocation,packing management,supercomputer
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: <4,>=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: LICENSE_POLICY.md
Requires-Dist: pytz
Requires-Dist: SpiNNMan (==1!7.0.0.a4)
Provides-Extra: test
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pylint ; extra == 'test'
Requires-Dist: testfixtures ; extra == 'test'

SpiNNaker Machine Partitioning and Allocation Server (``spalloc_server``)
=========================================================================

.. image:: https://img.shields.io/pypi/v/spalloc_server.svg?style=flat
 :target: https://pypi.python.org/pypi/spalloc_server/
 :alt: PyPi version
.. image:: https://readthedocs.org/projects/spalloc_server/badge/?version=stable
 :target: https://spalloc_server.readthedocs.org/
 :alt: Documentation
.. image:: https://github.com/SpiNNakerManchester/spalloc_server/workflows/Python%20Build/badge.svg?branch=master
 :alt: Build Status
 :target: https://github.com/SpiNNakerManchester/spalloc_server/actions?query=workflow%3A%22Python+Build%22+branch%3Amaster
.. image:: https://coveralls.io/repos/SpiNNakerManchester/spalloc_server/badge.svg?branch=master
 :target: https://coveralls.io/r/SpiNNakerManchester/spalloc_server?branch=master
 :alt: Coverage Status

A SpiNNaker machine management application which manages the partitioning and
allocation of large SpiNNaker machines into smaller fragments for many
simultaneous users.

This package just contains a server which exposes a simple TCP interface to
clients to enable them to request hardware.

The `documentation <https://spalloc-server.readthedocs.org/>`_ describes the
process of configuring and running servers, the simple JSON-based client
protocol and an overview of the server's implementation.
