CLI para geração de estrutura de projetos RPA
This project has been archived.
The maintainers of this project have marked this project as archived. No new releases are expected.
Project description
rpa-arc
🚀 rpa-arc cria a estrutura base de um projeto RPA em Python num piscar de olhos.
Sem firula, na lata: um comando e pronto—you’re ready to automate.
🔍 Por que usar rpa-arc?
- Simplicidade visionária: seu projeto nasce 100% organizadinho.
- CLI intuitiva: zig-zag, um
rpa-arc nome-do-projetoe tudo se alinha. - Flexível: gera na raiz ou em subpasta, você escolhe.
🛠️ Requisitos
- Python 3.8+
- requests
- python-dotenv
- selenium
- webdriver-manager
⚡ Instalação
pip install rpa-arc
🚀 Uso
# Cria ./meu-projeto/
rpa-arc meu-projeto
# Gera estrutura na raiz atual (se não passar nome)
rpa-arc
📂 Estrutura Gerada
meu-projeto/ # ou cwd/ se não passar nome
├── src/
│ └── rpa_arc/
│ ├── __init__.py
│ ├── cli.py
│ ├── estrutura.py
│ └── conteudos.py
├── tests/
│ └── test_estrutura.py
├── .gitignore
├── LICENSE
├── setup.py
└── README.md
🤝 Contribuição
Sério, sua ajuda importa. Abra uma issue ou mande um PR—qualquer sugestão é bem-vinda.
📜 Licença
MIT License. Veja o LICENSE para detalhes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rpa-arc-0.1.0.tar.gz.
File metadata
- Download URL: rpa-arc-0.1.0.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61ebbc814cc7dc9148c7aa90904db26b42e2276d72863799ffa2886c6aafce03
|
|
| MD5 |
b30ca47af1c8179e689e8fd7e0873bd9
|
|
| BLAKE2b-256 |
744935b48d63bc8d82bf5c93d0ea98854c59f859a916f9131b27e74c289bd72e
|
File details
Details for the file rpa_arc-0.1.0-py3-none-any.whl.
File metadata
- Download URL: rpa_arc-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
244a4049d451f2825658c7e940ffe14edcb97a398afc70f3f9a97a56eae64473
|
|
| MD5 |
9b8d6a4370c0e89c13c0b8a44943f0db
|
|
| BLAKE2b-256 |
584c27ee82a5d5f67568611cffc17adb353e2dfb95875677f9ee82c9e35484f6
|