Metadata-Version: 2.1
Name: beatlesalbuns
Version: 0.0.4
Summary: Shows a list of The Beatles albuns, stats and the band members
Author-email: Carla Godinho <carlasoniagodinho44@gmail.com>
License-File: LICENSE.txt
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# Beatles-albums
This package is a demo for my Python students and so I decided to give a tribute to The Beatles band, providing a list of their published Albums.
Enjoy this packge and listen to their masterpieces!

Change log
==========
0.0.4 (23/02/2024) - It was added new methods to class BAlbuns: stats() and band_members()
0.0.3 (16/05/2023) - It was simplified the import of this module. Previous versions were needed to import beatlesalbuns.beatlesalbuns, this version you just need this instruction: import beatlesalbuns
0.0.2 (8/05/2023) - Added print "I love The Beatles"
-----------------
Pre-requirements pandas module installed