![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
This package provides Python control of stepper motors. See Jones'
Control of Stepping Motors
_ for an excellent stepper overview.
Supports full and half stepping of motors with one or two power lines
and 4 drains, or one or two drains and 4 power lines. Basically any
motor with 4 variable lines, and it would be easy to extend it to
other cases.
Gentoo
I've packaged stepper for Gentoo. You need layman_ and my `wtk
overlay`_. Install with::
# emerge -av app-portage/layman
# layman --add wtk
# emerge -av sci-libs/stepper
Dependencies
------------
Stepper has no explicit dependencies outside of the core Python
modules, but for real-world results you will need a way to drive the
stepper's digital control lines. A general way to do this is with the
pycomedi wrapper around the Comedilib_ library, as shown in the
Stepper doctest.
You will also need nose for testing.
=========== ================= =====================
Package Debian_ Gentoo_
=========== ================= =====================
Nose_ python-nose dev-python/nose
Pycomedi_ dev-python/pycomedi
=========== ================= =====================
Installing by hand
------------------
Stepper is available as a Git_ repository::
$ git clone git://tremily.us/stepper.git
See the homepage_ for details. To install the checkout, run the
standard::
$ python setup.py install
Usage
=====
See the module docstrings for simple examples.
Testing
=======
Run internal unit tests with::
$ nosetests --with-doctest --doctest-tests stepper.py
Licence
=======
This project is distributed under the `GNU General Public License
Version 3`_ or greater.
Author
======
W. Trevor King
wking@tremily.us
Copyright 2008-2012
.. _Control of Stepping Motors: http://www.cs.uiowa.edu/~jones/step/
.. _layman: http://layman.sourceforge.net/
.. _wtk overlay: http://blog.tremily.us/posts/Gentoo_overlay/
.. _Debian: http://www.debian.org/
.. _Gentoo: http://www.gentoo.org/
.. _Comedilib: http://www.comedi.org/
.. _Nose: http://somethingaboutorange.com/mrl/projects/nose/
.. _Pycomedi: http://blog.tremily.us/posts/pycomedi/
.. _Git: http://git-scm.com/
.. _homepage: http://blog.tremily.us/posts/stepper/
.. _GNU General Public License Version 3: http://www.gnu.org/licenses/gpl.txt
FAQs
Python control of stepper motors.
We found that stepper demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.