> Check it out the [Wiki](https://github.com/leoarayav/pycalcy/wiki)
# pycalcy
A smooth, lightweight and beautiful library for calculation and more
> Nowadays this project is being written and rewritten.
```bash
pip install pycalcy
```
## Features
pycalcy contains the following available modules:
- Maths
- Physics
- Geometry
- Astronomy
- Crypt
- Typical (Global calcs)
## Usage
1. After installing the library, import it in your project like this
```python
import pycalcy
```
2. Now you can use the library like this
```python
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](/pulls) 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](/issues) If you find a bug or want to request a new feature you can create an issue
Raw data
{
"_id": null,
"home_page": "https://www.github.com/leoarayav/pycalcy",
"name": "pycalcy",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "pycalcy,python,calculator,maths,physics,astronomy,package",
"author": "Leo Araya",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/31/47/addbdfbcba7d92964047e07e6ddf00d68f54519e0ddd30720c0efade7531/pycalcy-2.0.0.tar.gz",
"platform": null,
"description": "> Check it out the [Wiki](https://github.com/leoarayav/pycalcy/wiki)\r\n\r\n# pycalcy\r\nA smooth, lightweight and beautiful library for calculation and more\r\n> Nowadays this project is being written and rewritten.\r\n\r\n```bash\r\npip install pycalcy\r\n```\r\n\r\n## Features\r\npycalcy contains the following available modules:\r\n- Maths\r\n- Physics\r\n- Geometry\r\n- Astronomy\r\n- Crypt\r\n- Typical (Global calcs)\r\n\r\n## Usage\r\n1. After installing the library, import it in your project like this\r\n```python\r\nimport pycalcy\r\n```\r\n\r\n2. Now you can use the library like this\r\n```python\r\nfrom pyacalcy import Geometry, App\r\n\r\n# Lets create a new geometry object\r\ngeometry = Geometry()\r\n\r\n# And main app object\r\npycalcy = App()\r\n\r\n# Now we can use it like this to calculate something\r\nvolume = pycalcy(geometry.volume, 6, 7)\r\n\r\n# Now printing the result\r\nprint(volume)\r\n```\r\n\r\n## Contributing\r\n- [Contribute](/pulls) If you want to contribute to this project you can fork this repository \r\nand make a pull request following the pull request template format\r\n\r\n- [Issues](/issues) If you find a bug or want to request a new feature you can create an issue\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A pretty good globals calculation package for Python Development and more",
"version": "2.0.0",
"project_urls": {
"Homepage": "https://www.github.com/leoarayav/pycalcy"
},
"split_keywords": [
"pycalcy",
"python",
"calculator",
"maths",
"physics",
"astronomy",
"package"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "3147addbdfbcba7d92964047e07e6ddf00d68f54519e0ddd30720c0efade7531",
"md5": "4b8f845b4048aa9efbe2ead2c4faa060",
"sha256": "51205e157fb571ff956cffd96e9d3ad3254b9e41a97dae8e010dd7b90004d44e"
},
"downloads": -1,
"filename": "pycalcy-2.0.0.tar.gz",
"has_sig": false,
"md5_digest": "4b8f845b4048aa9efbe2ead2c4faa060",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 8924,
"upload_time": "2023-12-11T16:20:13",
"upload_time_iso_8601": "2023-12-11T16:20:13.725557Z",
"url": "https://files.pythonhosted.org/packages/31/47/addbdfbcba7d92964047e07e6ddf00d68f54519e0ddd30720c0efade7531/pycalcy-2.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-11 16:20:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "leoarayav",
"github_project": "pycalcy",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pycalcy"
}