Metadata-Version: 2.4
Name: accelerator
Version: 2025.11.11
Summary: A tool for fast and reproducible processing of large amounts of data.
Home-page: https://exax.org/
Author: Carl Drougge
Author-email: bearded@longhaired.org
Project-URL: Source, https://github.com/exaxorg/accelerator
Project-URL: Documentation, https://exax.readthedocs.io/
Project-URL: Reference manual, https://berkeman.github.io/pdf/acc_manual.pdf
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD :: FreeBSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
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
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: C
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setproctitle>=1.1.8
Requires-Dist: bottle<0.13,>=0.12.7; python_version < "3.10"
Requires-Dist: bottle<0.14,>=0.13; python_version >= "3.10"
Requires-Dist: waitress>=1.0
Requires-Dist: configparser<5.0,>=3.5.0; python_version < "3"
Requires-Dist: monotonic>=1.0; python_version < "3"
Requires-Dist: selectors2>=2.0; python_version < "3"
Requires-Dist: pathlib>=1.0; python_version < "3"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

The Accelerator is a tool for fast and reproducible processing of large amounts of data.
Extensive documentation is available here:

[Reference Manual](https://berkeman.github.io/pdf/acc_manual.pdf)  
[Home Page](https://exax.org/)  

After installation try "`ax --help`".


Supported Environments
----------------------

The Accelerator project has been built, tested, and runs on:
 - Ubuntu 20.04, 22.04, 24.04
 - Debian 11, 12
 - FreeBSD 13

but is not limited to these systems or versions.

Windows is not supported, but WSL should work.


License
=======

Copyright 2017-2018 eBay Inc.  
Modifications copyright (c) 2018-2025 Carl Drougge  
Modifications copyright (c) 2019-2025 Anders Berkeman  
Modifications copyright (c) 2023-2025 Pablo Correa Gómez  

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
