File: README.rst

package info (click to toggle)
scikit-misc 0.3.1%2Bdfsg2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,144 kB
  • sloc: fortran: 2,220; ansic: 1,352; python: 870; sh: 271; makefile: 98; javascript: 60
file content (45 lines) | stat: -rw-r--r-- 1,249 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
###########
scikit-misc
###########

=================    =================
Latest Release       |release|_
License              |license|_
Build Status         |buildstatus|_
Coverage             |coverage|_
Documentation        Documentation_
=================    =================

Miscellaneous tools for data analysis and scientific computing.

Installation
============

**Official version**

.. code-block:: console

   $ pip install scikit-misc


**Development version**

.. code-block:: console

   $ pip install git+https://github.com/has2k1/scikit-misc.git@main



.. |release| image:: https://img.shields.io/pypi/v/scikit-misc.svg
.. _release: https://pypi.python.org/pypi/scikit-misc

.. |license| image:: https://img.shields.io/pypi/l/scikit-misc.svg
.. _license: https://pypi.python.org/pypi/scikit-misc

.. |buildstatus| image:: https://github.com/has2k1/scikit-misc/workflows/build/badge.svg?branch=main
.. _buildstatus: https://github.com/has2k1/scikit-misc/actions?query=branch%3Amain+workflow%3A%22build%22

.. |coverage| image:: https://codecov.io /github/has2k1/scikit-misc/coverage.svg?branch=main
.. _coverage: https://codecov.io/github/has2k1/scikit-misc?branch=main

.. _Documentation: https://has2k1.github.io/scikit-misc