From e474782c33871a5fae0e54966d4e2814b768a0b9 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 19 Apr 2011 15:16:05 -0400 Subject: [PATCH] Add pypi tag and update posts for PyPI-posted packages. --- posts/FFT-tools.mdwn | 4 ++++ posts/Hooke.mdwn | 8 +++++--- posts/calibcant.mdwn | 15 +++++++++++++++ posts/pyafm.mdwn | 16 ++++++++++++++++ posts/pycomedi.mdwn | 17 +++++++++++++++++ posts/pypiezo.mdwn | 17 +++++++++++++++++ posts/pyrisk.mdwn | 15 +++++++++++++++ posts/sawsim.mdwn | 4 +++- posts/stepper.mdwn | 5 +++++ tags/pypi.mdwn | 5 +++++ 10 files changed, 102 insertions(+), 4 deletions(-) create mode 100644 posts/calibcant.mdwn create mode 100644 posts/pyafm.mdwn create mode 100644 posts/pycomedi.mdwn create mode 100644 posts/pypiezo.mdwn create mode 100644 posts/pyrisk.mdwn create mode 100644 tags/pypi.mdwn diff --git a/posts/FFT-tools.mdwn b/posts/FFT-tools.mdwn index ef94702..4c3217e 100644 --- a/posts/FFT-tools.mdwn +++ b/posts/FFT-tools.mdwn @@ -5,9 +5,13 @@ AFM cantilever calibration via thermal tuning requires unitary Fourier transforms, but [Numpy's DFT is not unitary][numpy]. This module provides some simple unitary wrappers with an associated test suite. +The `README` is posted on the [PyPI page][pypi]. + [numpy]: http://docs.scipy.org/doc/numpy/reference/routines.fft.html#background-information +[pypi]: http://pypi.python.org/pypi/calibcant/ [[!tag tags/code]] [[!tag tags/linux]] [[!tag tags/programming]] [[!tag tags/python]] +[[!tag tags/pypi]] diff --git a/posts/Hooke.mdwn b/posts/Hooke.mdwn index 97af0c5..30a1df9 100644 --- a/posts/Hooke.mdwn +++ b/posts/Hooke.mdwn @@ -15,12 +15,14 @@ I've tested Hooke on Gentoo and Debian, and I've got an ebuild in my don't have easy access to Windows boxes with [[Python]], so I don't test it there as often. -See the [[README]] and [[manual|html/index.html]] for more details. - +See the [[README]], [[manual|html/index.html]], and [PyPI page][pypi] +for more details. [Hooke]: http://code.google.com/p/hooke/ +[pypi]: http://pypi.python.org/pypi/calibcant/ [[!tag tags/hooke]] -[[!tag tags/python]] [[!tag tags/programming]] +[[!tag tags/python]] +[[!tag tags/pypi]] [[!tag tags/theory]] diff --git a/posts/calibcant.mdwn b/posts/calibcant.mdwn new file mode 100644 index 0000000..879ceef --- /dev/null +++ b/posts/calibcant.mdwn @@ -0,0 +1,15 @@ +[[!meta title="calibcant"]] +[[!template id=gitrepo repo=calibcant]] + +Here is my Python module for AFM cantilever calibration via the +thermal tune method. + +The `README` is posted on the [PyPI page][pypi]. + +[pypi]: http://pypi.python.org/pypi/calibcant/ + +[[!tag tags/code]] +[[!tag tags/linux]] +[[!tag tags/programming]] +[[!tag tags/pypi]] +[[!tag tags/python]] diff --git a/posts/pyafm.mdwn b/posts/pyafm.mdwn new file mode 100644 index 0000000..0965306 --- /dev/null +++ b/posts/pyafm.mdwn @@ -0,0 +1,16 @@ +[[!meta title="pyafm"]] +[[!template id=gitrepo repo=pyafm]] + +Here is my Python module for AFM cantilever positioning, combining +both the fine adjustment of [[pypiezo]] and the coarse adjustment of +[[stepper]]. + +The `README` is posted on the [PyPI page][pypi]. + +[pypi]: http://pypi.python.org/pypi/pyafm/ + +[[!tag tags/code]] +[[!tag tags/linux]] +[[!tag tags/programming]] +[[!tag tags/pypi]] +[[!tag tags/python]] diff --git a/posts/pycomedi.mdwn b/posts/pycomedi.mdwn new file mode 100644 index 0000000..c526152 --- /dev/null +++ b/posts/pycomedi.mdwn @@ -0,0 +1,17 @@ +[[!meta title="pycomedi"]] +[[!template id=gitrepo repo=pycomedi]] + +I was getting frustrated with [Comedi][]'s [SWIG][] wrappers, so I +wrote a more object-oriented wrapper using [Cython][]. + +The `README` is posted on the [PyPI page][pypi]. + +[Comedi]: http://www.comedi.org/ +[SWIG]: http://www.swig.org/ +[pypi]: http://pypi.python.org/pypi/pycomedi/ + +[[!tag tags/code]] +[[!tag tags/linux]] +[[!tag tags/programming]] +[[!tag tags/pypi]] +[[!tag tags/python]] diff --git a/posts/pypiezo.mdwn b/posts/pypiezo.mdwn new file mode 100644 index 0000000..85ba4c6 --- /dev/null +++ b/posts/pypiezo.mdwn @@ -0,0 +1,17 @@ +[[!meta title="pypiezo"]] +[[!template id=gitrepo repo=pypiezo]] + +This is a piezo-actuator control library based on [[pycomedi]]. It +also contains some atomic-force-microscope-specific logic. The +higher-level library [[pyafm]] extends the AFM-control framework with +coarse positioning. + +The `README` is posted on the [PyPI page][pypi]. + +[pypi]: http://pypi.python.org/pypi/pypiezo/ + +[[!tag tags/code]] +[[!tag tags/linux]] +[[!tag tags/programming]] +[[!tag tags/pypi]] +[[!tag tags/python]] diff --git a/posts/pyrisk.mdwn b/posts/pyrisk.mdwn new file mode 100644 index 0000000..3b5b0c4 --- /dev/null +++ b/posts/pyrisk.mdwn @@ -0,0 +1,15 @@ +[[!meta title="pyrisk"]] +[[!template id=gitrepo repo=pyrisk]] + +Play Risk (or similar games) over email! + +The `README` is posted on the [PyPI page][pypi]. + +[pypi]: http://pypi.python.org/pypi/pyrisk/ + +[[!tag tags/code]] +[[!tag tags/fun]] +[[!tag tags/linux]] +[[!tag tags/programming]] +[[!tag tags/pypi]] +[[!tag tags/python]] diff --git a/posts/sawsim.mdwn b/posts/sawsim.mdwn index 91ea710..a7d5a83 100644 --- a/posts/sawsim.mdwn +++ b/posts/sawsim.mdwn @@ -41,8 +41,10 @@ don't have access to any Windows boxes with a C compiler, so I haven't tested that ([[email me|contact]] if you have access to such a machine and want to try installing Sawsim). -See the [[README]] and [[manual|sawsim.pdf]] for more details. +See the [[README]], [[manual|sawsim.pdf]], and [PyPI page][pypi] for +more details. +[pypi]: http://pypi.python.org/pypi/pysawsim/ [[!tag tags/C]] [[!tag tags/papers]] diff --git a/posts/stepper.mdwn b/posts/stepper.mdwn index 2a76bce..e9dd92d 100644 --- a/posts/stepper.mdwn +++ b/posts/stepper.mdwn @@ -4,7 +4,12 @@ Here is my Python module for stepper-motor control logic. Not much going on, but I think it's a pretty clean implementation. +The `README` is posted on the [PyPI page][pypi]. + +[pypi]: http://pypi.python.org/pypi/stepper/ + [[!tag tags/code]] [[!tag tags/linux]] [[!tag tags/programming]] +[[!tag tags/pypi]] [[!tag tags/python]] diff --git a/tags/pypi.mdwn b/tags/pypi.mdwn new file mode 100644 index 0000000..e4e3814 --- /dev/null +++ b/tags/pypi.mdwn @@ -0,0 +1,5 @@ +Software registered with the [Python Package Index (PyPI)][pypi]. + +[pypi]: http://pypi.python.org/pypi/ + +[[!inline pages="link(tags/pypi) and !/tags/*" show=10 actions=yes]] -- 2.26.2