Metadata-Version: 2.4
Name: ramanujantools
Version: 0.0.4
Summary: Official symbolic and numeric research tools developed by the Ramanujan Machine team
Project-URL: Homepage, https://www.ramanujanmachine.com/
Project-URL: Repository, https://github.com/RamanujanMachine/ramanujantools
Author-email: Ramanujan Machine Group <ramanujan.machine@gmail.com>
License: MIT License
        
        Copyright (c) 2025-present Ramanujan Machine Group
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: gmpy2>=2.2.0
Requires-Dist: mpmath>=1.3.0
Requires-Dist: numpy>=2.0.0
Requires-Dist: python-flint>=0.7.0
Requires-Dist: sympy>=1.11.0
Requires-Dist: tqdm>=4.65.0
Provides-Extra: dev
Requires-Dist: pytest>=8.2.0; extra == 'dev'
Description-Content-Type: text/markdown

# ramanujantools

[![CI](https://github.com/RamanujanMachine/ramanujantools/actions/workflows/python-package.yml/badge.svg)](https://github.com/RamanujanMachine/ramanujantools/actions/workflows/python-package.yml)
[![PyPI version](https://img.shields.io/pypi/v/ramanujantools.svg)](https://pypi.org/project/ramanujantools/)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15709906.svg)](https://doi.org/10.5281/zenodo.15709906)

Official symbolic and numeric research tools developed by the Ramanujan Machine research group.

## About

`ramanujantools` is a research focused python library that provides symbolic and numeric tools for exploring Polynomial Continued Fractions (PCFs), Linear Recurrences and Conservative Matrix Fields (CMFs). These can be used to discover new conjectures converging sequences to constants of interest such as *e*, *π*, *G* (Catalan's constant), *γ* (Euler's constant), *δ* (Gompertz constant) and integer values of the Riemann Zeta function *ζ(s)*.

## Installation

```bash
pip install ramanujantools
```

## Contributing
Contributions are welcome! Please open issues or pull requests on GitHub.

## Citation

If you use this package in your research, please cite it using the metadata in [`CITATION.cff`](./CITATION.cff), or refer to the citation instructions on our [GitHub repository](https://github.com/RamanujanMachine/ramanujantools).

## License

This project is licensed under the terms of the [MIT License](./LICENSE).

## Links

- Website: [https://www.ramanujanmachine.com](https://www.ramanujanmachine.com)
- Repository: [https://github.com/RamanujanMachine/ramanujantools](https://github.com/RamanujanMachine/ramanujantools)
- Citation file: [`CITATION.cff`](https://github.com/RamanujanMachine/ramanujantools/blob/master/CITATION.cff)
