Skip to content

jjpaulo2/fastrpa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

89 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

FastRPA

Python Tests Documentation Publish PyPI - Version Sponsor

A simple to use abstraction over Selenium.

Installation

To perform a basic installation, just run:

pip install fastrpa

To install also, packages to help you to debug your application, install with [debug] extras:

pip install "fastrpa[debug]"

How to use

For details, read the documentation.

For development

Make sure you have poetry installed and upgraded.

pip install --upgrade pip poetry

Install dependencies

poetry install --with dev

Project commands

Command Description
poetry build Build the project
poetry run task tests Runs all unit tests
poetry run task lint Format and lint the code
poetry run task security Check security issues on the code
poetry run task check Check code issues
poetry run task docs Serve the docs server