Metadata-Version: 2.4
Name: flux
Version: 1.4.0
Summary: Artificial time library
Project-URL: Homepage, https://github.com/getslash/flux
Author-email: Rotem Yaari <vmalloc@gmail.com>
License: BSD 3-Clause License
License-File: LICENSE
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
Requires-Python: >=3.8
Provides-Extra: doc
Requires-Dist: alabaster; extra == 'doc'
Requires-Dist: releases; extra == 'doc'
Requires-Dist: sphinx>=1.7.1; extra == 'doc'
Provides-Extra: testing
Requires-Dist: gevent; extra == 'testing'
Requires-Dist: pyforge; extra == 'testing'
Requires-Dist: pytest-asyncio; extra == 'testing'
Requires-Dist: pytest>=5.4.0; extra == 'testing'
Description-Content-Type: text/markdown

![Hackerman](https://www.gravatar.com/avatar/2090713a50fcdae69b802e73815000a4?s=328&d=identicon&r=PG )

|                    |                                                                                                       |
| ------------------ | ----------------------------------------------------------------------------------------------------- |
| Build Status       | ![Build Status](https://github.com/getslash/flux/actions/workflows/main.yml/badge.svg?branch=develop) |
| Supported Versions | ![Supported Versions](https://img.shields.io/pypi/pyversions/flux.svg)                                |
| Latest Version     | ![Latest Version](https://img.shields.io/pypi/v/flux.svg)                                             |
|                    |                                                                                                       |

# What is Flux?
Flux is a Python library enabling you to create virtual timelines and use them to test long processes.

For more details, see the documentation at http://flux.readthedocs.org
