Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install ginsfsm

How to install ginsfsm

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install ginsfsm
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1.2
0.6.9Never BuiltWhy not?
0.1.2 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
0.1.2
0.6.9Never BuiltWhy not?
0.1.2 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
Windows (64-bit)
0.1.2
0.6.9Never BuiltWhy not?
0.1.2 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
0.1.2
0.6.9Never BuiltWhy not?
0.1.2 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
Mac OS X (10.5+)
0.1.2
0.6.9Never BuiltWhy not?
0.1.2 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
0.1.1
0.6.9Never BuiltWhy not?
0.3.0 Failed View build log
0.1.2 Failed View build log
0.1.1 Available View build log
0.1.0 Failed View build log
Linux (32-bit)
0.6.9 Available View build log
0.3.0 Available View build log
0.1.2 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
0.1.1
0.6.9Never BuiltWhy not?
0.3.0 Failed View build log
0.1.2 Failed View build log
0.1.1 Available View build log
0.1.0 Failed View build log
Linux (64-bit)
0.6.9 Available View build log
0.3.0 Available View build log
0.1.2 Available View build log
0.1.1 Available View build log
0.1.0 Available View build log
0.1.1
0.6.9Never BuiltWhy not?
0.3.0 Failed View build log
0.1.2 Failed View build log
0.1.1 Available View build log
0.1.0 Failed View build log
0.6.9 Available View build log
 
License
MIT License
Dependencies
Depended by
Lastest release
version 0.6.9 on Jul 3rd, 2013

Can you draw your development?

Can you view the behaviour of your application in real time?

With this framework you can!.

GinsFSM is a python library to develop systems based in finite-state machines (http://en.wikipedia.org/wiki/Finite-state_machine). This model is really useful when writing networking and communication applications.

The idea is very simple:

  • All objects, called gobj, are instances of a derived ginsfsm.gobj.GObj class.
  • The GObj has an inside simple-machine that defines its behavior.
  • The communication between gobj's happens via event's.

Thus, the nature of this system is fully asynchronous and event-driven.

The interface is simple and common to all objects; you just have to change the name of the event and the data they carry.

It includes a full asynchronous http server, wsgi server and winsocket server/client compatible with sockjs.

You can run multiple wsgi applications.

Ginsfsm comes with a variety of scaffolds that you can use to generate a project.

Like Pyramid framework pcreate/pserve commands, Ginsfsm provides the gcreate/gserve commands, to create and run ginsfsm projects.

With gcreate command you can create a ginsfsm project. For example, with multi_pyramid_wsgi scaffold, you will create a multiple wsgi application project, one of wsgi application being a Pyramid wsgi application.

The GObj's objects are Pyramid "location-aware" resources. Also, the gobj's are a hierarchical tree, also therefore the use of traversal dispatching are all natural.

Support and Documentation

See the <http://ginsfsm.org/> to view documentation.

Code available in <https://bitbucket.org/artgins/ginsfsm>

License

Copyright (c) 2012, Ginés Martínez Sánchez.

GinsFSM is released under terms of The MIT License <http://www.opensource.org/licenses/mit-license>

Subscribe to package updates

Last updated Jul 3rd, 2013

Download Stats

Last month:4

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.