This is the package with useful functions for personal usage
Project description
This is a collection of useful tools for analytics, statistics and data science. At the moment, only test modules are available:
- calculator
- statistical_tools
Installation
pip install dreamtim
Usage
from dreamtim.calculator import Calculator
calc_obj = Calculator(5)
calc_obj.add(3)
# returns 8.0
Module calculator
This module contains just one class - Calculator. Its attributes:
- value, float: "memory" of the calculator
- show_value, bool: determines whether print messages about the current value in the calculator when performing arithmetic operations (default is False)
- show_operation, bool: determines whether print messages about the perfomed operation (default is False)
- round_number, int: the number of decimal places in numbers in the messages and in a string representation (default is 2)
For complete documentation, please, check this page: https://ryko.tk/dreamtim/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dreamtim-0.2.2.tar.gz.
File metadata
- Download URL: dreamtim-0.2.2.tar.gz
- Upload date:
- Size: 31.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.27.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fd3f7b34298bb0c5ce2e9f67845b1fb176945d71f940d1697299171900a5b7b
|
|
| MD5 |
8a0729cac4d5a12eef3df3349266cea0
|
|
| BLAKE2b-256 |
21bd9bc20b8293ea24aa3b6bced629bd56c6bada594dd51e03ee84d05b283d8d
|
File details
Details for the file dreamtim-0.2.2-py3-none-any.whl.
File metadata
- Download URL: dreamtim-0.2.2-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.27.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fac9b3b72c7f556c776691c6f2c3f14d47fca008623f898f3ef1b2f58aa614f1
|
|
| MD5 |
dc4b3ba0c2f641fe1f592dd094c7ea21
|
|
| BLAKE2b-256 |
d48eb24bcf1b353c7196e69705da91ce7e861c653e8d44380289b5a3a62fb0b4
|