Skip to content

gotcha/robotentrypoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entry points for Robot Framework

Robot framework does not have setuptools compatible entry points. This makes it hard to setup Robot with buildout.

robotentrypoints provides them.

With the buildout hereunder, you get bin/pybot and bin/rebot scripts.

[buildout]
parts = robot

[robot]
recipe = zc.recipe.egg
eggs = robotentrypoints

About

Entry points for Robot Framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages