Welcome to acnaweblib
This is a Python library for testing
Installation
acnaweblib
supports Python 3.8 and higher.
System-wide or user-wide installation with pipx
Use the package manager pip to install acnaweblib
.
$ pip install acnaweblib
Usage
from acnaweblib import calculator
result = calculator.add(4,2)
Developing
Development requires Python 3.8+; otherwise you'll get false positive type failures.
To work on the acnaweblib
code: pull the repository, create and activate a virtualenv, then run:
make dev
Testing
make test
Publish
make push
Author
👤 Antonio Carlos de Lima Junior
References