Skip to content

shakedzy/dython

Folders and files

NameName
Last commit message
Last commit date
Aug 31, 2024
Oct 3, 2024
Jan 6, 2025
Jun 16, 2021
Jan 28, 2024
Feb 4, 2018
Feb 4, 2024
Sep 2, 2022
Jan 6, 2025
Jun 14, 2019
Jan 21, 2022
Jan 15, 2022
Mar 20, 2022
Jul 17, 2024
Jan 6, 2025
Sep 2, 2022
Oct 3, 2024
Dec 18, 2022
Sep 2, 2022
Aug 13, 2024
Aug 13, 2024
Aug 31, 2024

Repository files navigation

banner

Dython

PyPI Version Conda Version Python Version PyPI - Downloads License DOI

A set of Data analysis tools in pYTHON 3.x.

Dython was designed with analysis usage in mind - meaning ease-of-use, functionality and readability are the core values of this library.

Installation

Dython can be installed directly using pip:

pip install dython

or, via the conda package manager:

conda install -c conda-forge dython

Documentation

Modules documentation can be found on shakedzy.xyz/dython. You can also learn more and see examples of the main methods of this library on these blogposts.

Contributing

Contributions are always welcomed - if you found something you can fix, or have an idea for a new feature, feel free to write it and open a pull request. Please make sure to go over the contributions guidelines.

Citing

Use this reference to cite if you use Dython in a paper:

@software{Zychlinski_dython_2018,
  author = {Zychlinski, Shaked},
  title = {{dython}},
  year = {2018},
  url = {https://github.com/shakedzy/dython},
  doi = {10.5281/zenodo.12698421}
}