A pretty good globals calculation package for Python Development and more
Project description
Check it out the Wiki
pycalcy
A smooth, lightweight and beautiful library for calculation and more
Nowadays this project is being written and rewritten.
pip install pycalcy
Features
pycalcy contains the following available modules:
- Maths
- Physics
- Geometry
- Astronomy
- Crypt
- Typical (Global calcs)
Usage
- After installing the library, import it in your project like this
import pycalcy
- Now you can use the library like this
from pyacalcy import Geometry, App
# Lets create a new geometry object
geometry = Geometry()
# And main app object
pycalcy = App()
# Now we can use it like this to calculate something
volume = pycalcy(geometry.volume, 6, 7)
# Now printing the result
print(volume)
Contributing
-
Contribute If you want to contribute to this project you can fork this repository and make a pull request following the pull request template format
-
Issues If you find a bug or want to request a new feature you can create an issue
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pycalcy-2.0.0.tar.gz
(8.9 kB
view details)
File details
Details for the file pycalcy-2.0.0.tar.gz.
File metadata
- Download URL: pycalcy-2.0.0.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51205e157fb571ff956cffd96e9d3ad3254b9e41a97dae8e010dd7b90004d44e
|
|
| MD5 |
4b8f845b4048aa9efbe2ead2c4faa060
|
|
| BLAKE2b-256 |
3147addbdfbcba7d92964047e07e6ddf00d68f54519e0ddd30720c0efade7531
|