Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

faeruniancalendar

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

faeruniancalendar

A Python module for calculating Faerunian date information based on the Gregorian calendar.

  • 1.0.0
  • PyPI
  • Socket score

Maintainers
1

Faerunian Date Calculator

A Python module for calculating Faerunian date information based on the Gregorian calendar.

PyPI - Version Development Status License: MIT

Overview

This Python module provides a functionality to calculate various Faerunian date-related information based on a given date or the current date in the Gregorian calendar. It includes information such as the Faerunian date, name, description, and additional year differences.

Installation

Use pip to install faeruniancalendar.

pip install faeruniancalendar

Usage

Once installed import the module and use get_raw_farray. This is currently the only active function. It will return a data dictionary. See the examples below.

Usage

import faeruniancalendar

print(faeruniancalendar.get_raw_farray('1988-01-24'))

Output

{'g_date': 24, 'f_special': None, 'f_month_name': 'Hammer', 'f_month_desc': 'Deepwinter', 'f_tenday': 3,'f_day_of_week': 4, 'f_day': 24, 'f_short_format': '24 Hammer', 'f_long_format': 'the 24th of Hammer', 'f_poetic_long': 'the 24th of Deepwinter', 'events': [], 'dr_year': 1730, 'cr_year': 1705, 'nr_year': 698, 'wy_year': 2818}

License

This software is distributed under the MIT License. You are free to use, modify, and distribute it according to the terms and conditions of the license.

Development Status

This software is currently in development and is not yet ready for production use. Please be aware of potential changes and updates as development progresses.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc