Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikahanninen/mikahanninen-common
https://github.com/mikahanninen/mikahanninen-common
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikahanninen/mikahanninen-common
- Owner: mikahanninen
- License: apache-2.0
- Created: 2023-09-01T09:07:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-01T13:56:38.000Z (over 1 year ago)
- Last Synced: 2024-11-11T04:37:06.508Z (3 months ago)
- Language: Python
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template: Python - Minimal
This template leverages the new Python open-source structure [robo](https://github.com/robocorp/robo), the [libraries](https://github.com/robocorp/robo#libraries) from to same project as well.
The full power of [rpaframework](https://github.com/robocorp/rpaframework) is also available for you on Python as a backup while we implement new Python libraries.The template provides you with the basic structure of a Python project: logging out of the box and controlling your tasks without fiddling with the base Python stuff. The environment contains the most used libraries, so you do not have to start thinking about those right away.
👉 After running the bot, check out the `log.html` under the `output` -folder.
The template here is essentially empty, leaving you with a canvas to paint on.
Do note that with Robocorp tooling you:
- Do NOT need Python installed
- Should NOT be writing `pip install..`; the [conda.yaml](https://github.com/robocorp/template-python/blob/master/conda.yaml) is here for a reason.
- You do not need to worry about Python's main -functions and, most importantly, the logging setup🚀 Now, go get'em
For more information, do not forget to check out the following:
* [Robocorp Documentation -site](https://robocorp.com/docs)
* [Portal for more examples](https://robocorp.com/portal)
* [robo repo](https://github.com/robocorp/robo) as this will developed a lot...