Metadata-Version: 2.1
Name: small-lib
Version: 1.0.0
Summary: State Machine, Async Lock, Logger
Home-page: https://github.com/moky/FiniteStateMachine/
Author: Albert Moky
Author-email: albert.moky@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# State Machine, Async Lock, Logger

[![License](https://img.shields.io/github/license/moky/FiniteStateMachine)](https://github.com/moky/FiniteStateMachine/blob/master/LICENSE)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/moky/FiniteStateMachine/pulls)
[![Platform](https://img.shields.io/badge/Platform-Python%203.7-brightgreen.svg)](https://github.com/moky/FiniteStateMachine/wiki)
[![Issues](https://img.shields.io/github/issues/moky/FiniteStateMachine)](https://github.com/moky/FiniteStateMachine/issues)
[![Repo Size](https://img.shields.io/github/repo-size/moky/FiniteStateMachine)](https://github.com/moky/FiniteStateMachine/archive/refs/heads/master.zip)
[![Tags](https://img.shields.io/github/tag/moky/FiniteStateMachine)](https://github.com/moky/FiniteStateMachine/tags)
[![Version](https://img.shields.io/pypi/v/small)](https://pypi.org/project/small)

[![Watchers](https://img.shields.io/github/watchers/moky/FiniteStateMachine)](https://github.com/moky/FiniteStateMachine/watchers)
[![Forks](https://img.shields.io/github/forks/moky/FiniteStateMachine)](https://github.com/moky/FiniteStateMachine/forks)
[![Stars](https://img.shields.io/github/stars/moky/FiniteStateMachine)](https://github.com/moky/FiniteStateMachine/stargazers)
[![Followers](https://img.shields.io/github/followers/dimpart)](https://github.com/orgs/dimpart/followers)

## Finite State Machine

* Transition
* State
* Machine
* BaseMachine
* AutoMachine

## Async Lock

* Lock
* LockFactory

## Logger

* Logger
* LogLevel
* Logging
* Log

----

Copyright &copy; 2026 Albert Moky
[![Followers](https://img.shields.io/github/followers/moky)](https://github.com/moky?tab=followers)
