Metadata-Version: 2.4
Name: autlib
Version: 0.1.1
Summary: Uma biblioteca humorística que torna a programação extremamente literal, previsível e sensível a mudanças.
Author-email: Autlib Contributors <noreply@example.com>
License: MIT
Project-URL: Homepage, https://example.com/autlib
Project-URL: Source, https://github.com/yourname/autlib
Keywords: literal,routine,humor,autism-inspired,rigidity
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

autlib
======

Uma biblioteca humorística/experimental que torna a programação deliberadamente mais difícil, impondo regras extremamente literais, rígidas e previsíveis.

Conceito
--------
- Literalidade: linguagem vaga é erro.
- Previsibilidade: mudanças inesperadas são falhas.
- Sensibilidade: limites sensoriais (ex.: barulho).
- Rotinas e planos: mudanças exigem aceitação explícita.

Instalação (desenvolvimento)
----------------------------

pip install -e .

Testes
------

pytest

Exemplos rápidos
----------------

>>> import autlib
>>> autlib.sound(88)
# -> levanta autlib.errors.SensoryOverloadError com mensagem engraçada

>>> autlib.literal("coloque isso ali")
# -> levanta autlib.errors.AmbiguityError

>>> autlib.expect(temperature=25)
>>> temperature = 26
>>> autlib.check()
# -> levanta autlib.errors.UnexpectedChangeError

Licença: MIT
