Skip to main content

Fibonacci Calculator including normal Python code and Cython wrapper.

Project description

==================== Fibonacci Calculator

.. image:: https://img.shields.io/pypi/v/fibonacci_calculator.svg :target: https://pypi.python.org/pypi/fibonacci_calculator

.. image:: https://img.shields.io/travis/richardscholtens/fibonacci_calculator.svg :target: https://travis-ci.org/richardscholtens/Fibonacci_Calculator

.. image:: https://readthedocs.org/projects/fibonacci-calculator/badge/?version=latest :target: https://fibonacci-calculator.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://pyup.io/repos/github/richardscholtens/Fibonacci_Calculator/shield.svg :target: https://pyup.io/repos/github/richardscholtens/Fibonacci_Calculator/ :alt: Updates

A calculator that calculates Fibonacci numbers from 0 to n, indexes n-number and returns n-number.

Features

  • TODO

Credits

This package was created with Cookiecutter_ and the audreyr/cookiecutter-pypackage_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _audreyr/cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage

Cython modules

If one wants to use the Cython modules one has to make use of the Cython library:

https://cython.readthedocs.io/en/latest/ https://cython.readthedocs.io/en/latest/src/tutorial/cython_tutorial.html

EXAMPLE:

import pyximport pyximport.install()

from fibonacci_calculator.fibonacci_calculator_cython import FibonacciSequence

print(FibonacciSequence())

======= History

0.1.0 (2020-10-15)

  • First release on PyPI.

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

fibonacci_calculator-0.1.24.tar.gz (65.1 kB view hashes)

Uploaded Source

Built Distributions

fibonacci_calculator-0.1.24-cp38-cp38-win_amd64.whl (95.5 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page