Skip to content
/ sciris Public
forked from sciris/sciris

Fast, flexible tools to simplify scientific Python

License

Notifications You must be signed in to change notification settings

vladh/sciris

 
 

Repository files navigation

Welcome to Sciris

https://badgen.net/pypi/v/sciris/?color=blue https://static.pepy.tech/personalized-badge/sciris?period=total&units=international_system&left_color=grey&right_color=yellow&left_text=Downloads

What is Sciris?

Sciris is a library of tools that can help make writing scientific Python code easier and more pleasant. Built on top of NumPy and Matplotlib, Sciris provides functions covering a wide range of common math, file I/O, and plotting operations. This means you can get more done with less code, and spend less time looking things up on Stack Overflow. It was originally written to help epidemiologists and neuroscientists focus on doing science, rather than on writing coding, but Sciris is applicable across scientific domains (and some nonscientific ones too).

For more information, see the full documentation, the paper, or GitHub.

If you have questions, feature suggestions, or would like some help getting started, please reach out to us at info@sciris.org or open an issue.

Installation

Using pip: pip install sciris Using conda: conda install -c conda-forge sciris

Requires Python >= 3.7.

Tests

Sciris comes with an automated test suite covering all functions. You almost certainly don't need to run these, but if you want to, go to the tests folder and run pytest. See the readme in that folder for more information.

About

Fast, flexible tools to simplify scientific Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%