[go: up one dir, main page]

File: README.rst

package info (click to toggle)
uncertainties 2.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,232 kB
  • ctags: 916
  • sloc: python: 3,931; makefile: 86
file content (27 lines) | stat: -rw-r--r-- 967 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
uncertainties
=============

.. Travis's builds with NumPy had problems: commenting out the Travis part
   image:: https://travis-ci.org/lebigot/uncertainties.png
   :target: https://travis-ci.org/lebigot/uncertainties

This is the uncertainties Python package.

* Documentation: http://pythonhosted.org/uncertainties/
* Python Package Index: http://pypi.python.org/pypi/uncertainties/
* Code: https://github.com/lebigot/uncertainties/
* Issues: https://github.com/lebigot/uncertainties/issues/

GitHub
------

The current version of the ``master*`` branches in the Github
repository are bleeding-edge, but they are *working* versions that
passed the tests for all version of Python starting at 2.4.

The ``master`` branch is for Python 2.5+, while the
``master_python2.3`` branch is for Python 2.3 and 2.4.

Other branches might be present in the GitHub repository, but they are 
temporary and represent work in progress that does not necessarily run 
properly yet.