Fibonacci-even-sum

Latest version: v1.0.6

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.0.6

🔍 Kullanım

bash
Komut satırı aracı olarak
fibonacci-even-sum 100

Python modülü olarak
python -m fibonacci_even_sum 100


🧪 Test Etme

bash
Modül olarak çalıştırma
python -m fibonacci_even_sum.test_fibonacci_even_sum

Doğrudan çalıştırma
python fibonacci_even_sum/test_fibonacci_even_sum.py


📚 Dokümantasyon

Daha fazla bilgi için [README.md](https://github.com/huseyinaslim/fibonacci-even-sum/blob/main/README.md) dosyasına bakın.

**Full Changelog**: https://github.com/huseyinaslim/fibonacci-even-sum/compare/v1.0.4...v1.0.6

1.0.4

🔍 Kullanım

python
from fibonacci_even_sum import fibonacci_even_sum

result = fibonacci_even_sum(100)
print(result) 44


veya komut satırından:

bash
fibonacci-even-sum 100


🧪 Test Etme

bash
python -m unittest discover


📚 Dokümantasyon

Daha fazla bilgi için [README.md](https://github.com/huseyinaslim/fibonacci-even-sum/blob/main/README.md) dosyasına bakın.

What's Changed
* Create main.yml by huseyinaslim in https://github.com/huseyinaslim/fibonacci-even-sum/pull/1

New Contributors
* huseyinaslim made their first contribution in https://github.com/huseyinaslim/fibonacci-even-sum/pull/1

**Full Changelog**: https://github.com/huseyinaslim/fibonacci-even-sum/commits/v1.0.4

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.