Menu

Tree [76fb9a] default tip /
 History

Read Only access


File Date Author Commit
 docs 2010-11-05 rsvp rsvp [f63851] establish default dev branch by merge from stable.
 release 2010-11-05 rsvp rsvp [f63851] establish default dev branch by merge from stable.
 .hgtags 2010-11-06 rsvp rsvp [d3d06b] merged from stable.
 00-dev.log 2010-11-07 rsvp rsvp [76fb9a] log re github mirror and hg-git extension.
 README.rst 2010-11-07 rsvp rsvp [afc16d] added README.rst in restructuredtext format.
 y_serial_dev.py 2010-11-06 rsvp rsvp [d3d06b] merged from stable.

Read Me

README for y_serial

Installing the only file necessary

Sole requirement: Python version 2.x where x is 5 or greater.

The bleeding edge version of the module is y_serial_dev.py -- whereas the most recent stable version can be found under the directory called release. There are no dependencies other than standard issue modules.

Put the y_serial module where your Python can find it. No eggs here ;-)

You are free to use y_serial under the BSD license.

Reading the docs

The module includes the tutorial documentation within itself.

Or read the introductory guide at <http://yserial.sourceforge.net>.

Testing

Even the tests are contained within the module itself. Be sure to change the default database file to suit yourself; see assignment db0 in class Base. Then:

import y_serial_dev as y_serial
y_serial.tester( database )
#        ^for the principal class Main
#        testfarm is for the beta version, not yet in Main.

Contributing

Please kindly direct your wishes, comments, patches, pull requests, etc. to any one of these convenient locations.

If you fork or clone a repository, please update 00-dev.log which is the developers' log. The branching style for version control is explained in docs/02-hg-dev-stable-branch.html.

Thank you very much, and hope y_serial is most helpful in your projects.