Skip to main content

List of pages per Masechet at each chapter at the Jewish Talmud/Gemara/Shas Bavli

Project description

bavli_pages

List of pages per Masechet at each chapter at the Jewish Talmud/Gemara/Shas Bavli.

usage example:
    import bavli_pages as bp

    masechtot_dict = bp.bavli_pages_as_nested_data()
    hebrew_page = masechtot_dict['ברכות'].chapters[2].start.page_hebrew_string
    print('מסכת ברכות פרק שלישי מתחיל בדף')
    print(hebrew_page)
    
    
        מסכת ברכות פרק שלישי מתחיל בדף
        יז:         
    
    bavli_masechtot_with_chapters = bp.bavli_pages_per_chapter()
    print('רשימה של כל הפרקים בשס עם דף התחלה וסוף')
    print(bavli_masechtot_with_chapters)
    
    
            רשימה של כל הפרקים בשס עם דף התחלה וסוף
         masechet  chapter page chapter_side  page_number  page_first_side
        0    בבא בתרא        1   ב.        start            2             True
        1    בבא בתרא        1  יז.          end           17             True
        2    בבא בתרא        2  יז.        start           17             True
        3    בבא בתרא        2  כז:          end           27            False
        4    בבא בתרא        3  כח.        start           28             True
        ..        ...      ...  ...          ...          ...              ...
        621     תענית        2  יח:          end           18            False
        622     תענית        3  יח:        start           18            False
        623     תענית        3  כו.          end           26             True
        624     תענית        4  כו.        start           26             True
        625     תענית        4  לא:          end           31            False
        
        [626 rows x 6 columns]
        
        
    all_bavli_pages = bp.bavli_per_page()
    print(all_bavli_pages.iloc[10])
    
    
        masechet       בבא בתרא
        chapter               1
        pages                יב
        page_number          12
        Name: 10, dtype: object
        
        
    print('דף יב בכל המסכתות. רשימה של 4 המסכתות האחרונות')
    print(all_bavli_pages.query("pages=='יב'").tail(4).T)


        דף יב בכל המסכתות. רשימה של 4 המסכתות האחרונות
        masechet     שבועות  שבת  תמורה  תענית
        chapter           1    1      1      1
        pages            יב   יב     יב     יב
        page_number      12   12     12     12

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

bavli_pages-0.2.0.tar.gz (99.2 kB view details)

Uploaded Source

Built Distribution

bavli_pages-0.2.0-py3-none-any.whl (99.7 kB view details)

Uploaded Python 3

File details

Details for the file bavli_pages-0.2.0.tar.gz.

File metadata

  • Download URL: bavli_pages-0.2.0.tar.gz
  • Upload date:
  • Size: 99.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.12

File hashes

Hashes for bavli_pages-0.2.0.tar.gz
Algorithm Hash digest
SHA256 42e0a885af84833f444ce658540803e9f0f51689dd34ebea9c0e05a7ddde0ba3
MD5 ebfabd63aa0b06a26006f6ab1ca051fa
BLAKE2b-256 2b258271090e0325d52a0f356a853f47789dccbe3504ffb350f646dd245716b8

See more details on using hashes here.

File details

Details for the file bavli_pages-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: bavli_pages-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 99.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.12

File hashes

Hashes for bavli_pages-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5cc9f1c211d205192e1366ad6acfeeaef39a7bd242510b692645bca5c472018a
MD5 abf20827a8e80cae9e6385409e0dac84
BLAKE2b-256 ceda8252b50f094fc1fa4c5ebd601e0a57b04f245d0d3ede916a0b847ae92200

See more details on using hashes here.

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