https://github.com/gotcha/robotentrypoints
Entry points for Robot Framework
https://github.com/gotcha/robotentrypoints
Last synced: 3 months ago
JSON representation
Entry points for Robot Framework
- Host: GitHub
- URL: https://github.com/gotcha/robotentrypoints
- Owner: gotcha
- Created: 2012-05-17T07:51:46.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-17T08:05:23.000Z (about 13 years ago)
- Last Synced: 2025-03-23T21:23:38.574Z (3 months ago)
- Language: Python
- Size: 167 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.txt
Awesome Lists containing this project
README
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.
.. _Robot framework: http://pypi.python.org/pypi/robotframework
.. _setuptools: http://pypi.python.org/pypi/setuptools
.. _buildout: http://pypi.python.org/pypi/zc.buildoutWith the buildout hereunder, you get
``bin/pybot`` and ``bin/rebot`` scripts.::
[buildout]
parts = robot[robot]
recipe = zc.recipe.egg
eggs = robotentrypoints