https://github.com/bluedynamics/activities.buildout
buildout for uml2 activities implementation in python
https://github.com/bluedynamics/activities.buildout
Last synced: 11 months ago
JSON representation
buildout for uml2 activities implementation in python
- Host: GitHub
- URL: https://github.com/bluedynamics/activities.buildout
- Owner: bluedynamics
- License: lgpl-3.0
- Created: 2010-12-23T11:18:43.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-12-23T11:42:05.000Z (over 15 years ago)
- Last Synced: 2025-03-29T06:13:04.558Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 479 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
activities.buildout
===================
Meta Package for installation of all necessary packages for the
Activity Model Runtime Engine for Python (AMREP).
Python 2.6
==========
AMREP was developed for Python 2.6. Currently, on many computers Python 2.5 is
installed. There is a buildout in dev/py2.6 which can be used to install Python
2.6 side by side with other Python versions.
How to install
==============
It's assumed that py26 links to the Python 2.6 interpreter. Bootstrap buildout
like so:
$ py26 bootstrap.py --distribute
Run buildout with the standard buildout configuration file:
$ ./bin/buildout
After a while AMREP and it's dependencies should be installed.
How to run tests
================
Test for activities.runtime:
$ ./bin/test -s activities.runtime -t runtime.txt
Test for activities.metamodel:
$ ./bin/test -s activities.metamodel -t elements.txt
Test for activities.transform.xmi:
$ ./bin/test -s activities.transform.xmi -t transform.txt
Test for activities.test.hospital:
$ ./bin/test -s activities.test.hospital -t tests.txt
Test for activities.test.article:
$ ./bin/test -s activities.test.article -t tests.txt
Author and Copyright
====================
Johannes Raggam ,
BlueDynamics Alliance - http://bluedynamics.com
License
=======
See License.txt