lib
Autocode standard library Python bindings
What it is and what it does
lib is a lightweight Python client for the Autocode standard library service platform. It acts as a zero-dependency SDK that lets you call remote microservices deployed on StdLib as if they were local Python functions, supporting both keyword and positional arguments, environment targeting (dev/release), and specific version pinning. The package handles the network communication and serialization transparently.
The package is designed for developers already using Autocode's serverless platform. It supports Python 2 and 3 and includes conveniences like file parameter passing. However, the package has been abandoned since late 2022, with no maintenance activity since then, making it suitable only for maintaining existing integrations rather than starting new projects.
Use it for:
- Call Autocode-deployed microservices from Python without adding external HTTP dependencies.
- Invoke StdLib utility functions like reflect or status checks from within a Python application.
- Target specific service versions or environments (dev/release) when calling remote functions.
- Pass file data as parameters to remote services expecting buffer-type inputs.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides zero-dependency Python bindings to call Autocode StdLib microservices, allowing you to invoke remote functions as if they were local methods.
No, unless you are maintaining an existing Autocode/StdLib integration. The package is abandoned (last update 2021-12-14, no commits since 2022-09-18) and the underlying Autocode platform's current operational status is unclear. For new projects, evaluate whether Autocode/StdLib is still the right choice and whether the platform is actively maintained by its vendor.
Install
lib on PyPI
pip
pip install libuv
uv add libpoetry
poetry add libInstalling lib
Before you install
Installation is frictionless with no runtime dependencies. However, the package is abandoned—last release was 2021-12-14 and no commits since 2022-09-18. Use only if you are locked into an existing Autocode/StdLib integration.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it safe for commercial and open-source projects.
Quickstart
pip install lib
from lib import lib
result = lib.utils.reflect(key='value')
result = lib.utils.reflect['@dev'](key='value') # with environment
Requires an active Autocode/StdLib account and deployed services to call; the package itself is a client-only interface with no local functionality.
Verify before relying
- Whether Autocode/StdLib platform itself remains actively maintained and operational for new deployments.
- Current state of the Autocode service and whether new function deployments are still supported.
- Compatibility with Python versions beyond 3.x given the package's age and lack of recent updates.
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | abandoned — 1,704 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 163,269/month — #10,575 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: lib-4.0.0-py3-none-any.whl
Keywords: autocode, stdlib, microservice, serverless, faas, lib
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
functions-frameworkA lightweight FaaS framework that lets you…
permissive · top 5,000 on PyPI
lambdalibLambdalib provides technology-agnostic hardware…
permissive · top 15,000 on PyPI
pywin32-ctypesA pure-Python reimplementation of pywin32 that…
permissive · top 5,000 on PyPI
stdlibsProvides a static listing of all known modules…
permissive · top 5,000 on PyPI
stdlib-listProvides lists of Python standard library…
permissive · top 5,000 on PyPI
dllistLists the shared libraries (DLLs) currently…
permissive · top 15,000 on PyPI
jaraco.functoolsProvides additional functional programming…
permissive · top 1,000 on PyPI
azure-functionsProvides Python bindings and decorators for…
permissive · top 5,000 on PyPI
libuuuPython wrapper for libuuu, a library for NXP…
permissive · top 15,000 on PyPI
falfal is a serverless Python runtime that…
unclear · top 15,000 on PyPI