Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pcl-expect
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
pcl-expect
Commits
51ac5c83
Commit
51ac5c83
authored
21 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Mention the demos and the license.
parent
cdac270e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+35
-4
35 additions, 4 deletions
README
with
35 additions
and
4 deletions
README
+
35
−
4
View file @
51ac5c83
...
...
@@ -38,6 +38,22 @@ pcl-expect requires Python 2.3 or newer. The long-term goal is to add
pcl-expect to the core Python distribution, but it will live as a
standalone package for a while to prove that it is worthy.
You can investigate the demo subdirectory to find out how you can use
pcl-expect. These are probably the best demo programs to start
looking at:
- demo/microcom.py -- a minimal but working minicom/cu replacement: a
way to connect to a serial port.
- demo/ftp.py -- log on to ftp.funet.fi, cd to pub, and get a
directory listing.
- demo/ftp_interact.py -- log on to ftp.funet.fi, and let the user
give commands interactively. If the user enters "home", he
will be moved to the /pub/gnu/ftp.gnu.org/pub/gnu directory.
Feedback requested
==================
I want to know how much support pcl-expect has. I have set up three
email addresses that you can use to inform me about that you think.
Please send a mail to the appropriate address:
...
...
@@ -60,6 +76,7 @@ Please send a mail to the appropriate address:
I might read the mail sent to these addresses; I will count them.
Reporting bugs
==============
...
...
@@ -74,8 +91,17 @@ If you are unable to use Bugzilla you can also reach the author at
<ceder+pcl-expect@lysator.liu.se>.
Alternatives
============
License
=======
Pcl-expect is currently distributed under the GNU General Public
License, version 2 (or, at your option, any later version). See
COPYING. If you need a less restrictive license, please contact me at
<ceder@lysator.liu.se>.
Alternatives to pcl-expect
==========================
Why write yet another expect module for Python? After all, there are
several others available. However, none of them are as good as
...
...
@@ -86,6 +112,9 @@ However, the alternatives are not all bad. They all have their strong
points, as this list will show. This list is sorted on release date,
with the most stale project first.
(If you are not interested in the competition to pcl-expect, you can
stop reading here.)
expy
----
...
...
@@ -127,7 +156,8 @@ Why this is better than the rest:
pyexpect.py
-----------
Homepage: ftp://ftp.sunsite.auc.dk/disk1/python/contrib-09-Dec-1999/System/pyexpect.py.Z
Homepage:
ftp://ftp.sunsite.auc.dk/disk1/python/contrib-09-Dec-1999/System/pyexpect.py.Z
Review based on version: pyexpect.py,v 1.2 1996/10/07 23:41:48
Release date: 1996-10-07 (?)
Author: Mitchell S. Chapman
...
...
@@ -156,7 +186,8 @@ Why this isn't good enough:
Python-expect aka exploop.py
----------------------------
Homepage: http://theopenlab.uml.edu/pipermail/loci-general/1999-April/000006.html
Homepage:
http://theopenlab.uml.edu/pipermail/loci-general/1999-April/000006.html
Review based on version: exploop.py,v 1.5 1997/01/27 19:11:59
Release date: 1997-01-27
Author: Tim O'Malley
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment