Skip to main content

NPDateTime - Python

Fast Nepali (Bikram Sambat) datetime library for Python, powered by Rust.

Installation

pip install npdatetime
# or with uv
uv add npdatetime

Quick Start

from npdatetime import NepaliDate

# Create a Nepali date
date = NepaliDate(2077, 5, 19)
print(date)  # 2077-05-19

# Convert to Gregorian
year, month, day = date.to_gregorian()
print(f"{year}-{month:02d}-{day:02d}")  # 2020-09-04

# Create from Gregorian
date = NepaliDate.from_gregorian(2020, 9, 4)
print(date)  # 2077-05-19

# Get today's date
today = NepaliDate.today()
print(today)

# Format dates
formatted = date.format("%d %B %Y")
print(formatted)  # 19 Bhadra 2077

# Date arithmetic
future = date.add_days(30)
print(future)

Features

  • Blazing Fast: 100x faster than pure Python implementations
  • 🎯 Accurate: Verified against official BS calendar data (1975-2100)
  • 🔧 Simple API: Pythonic interface with full type hints
  • 🌍 Battle-tested: Rust core ensures reliability

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

npdatetime-0.2.5-cp314-cp314-win_amd64.whl (153.8 kB view details)

Uploaded CPython 3.14Windows x86-64

npdatetime-0.2.5-cp314-cp314-manylinux_2_34_x86_64.whl (289.7 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

npdatetime-0.2.5-cp314-cp314-macosx_11_0_arm64.whl (251.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

npdatetime-0.2.5-cp313-cp313-win_amd64.whl (153.8 kB view details)

Uploaded CPython 3.13Windows x86-64

npdatetime-0.2.5-cp313-cp313-manylinux_2_34_x86_64.whl (289.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

npdatetime-0.2.5-cp313-cp313-macosx_11_0_arm64.whl (251.6 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

npdatetime-0.2.5-cp312-cp312-win_amd64.whl (153.8 kB view details)

Uploaded CPython 3.12Windows x86-64

npdatetime-0.2.5-cp312-cp312-manylinux_2_34_x86_64.whl (289.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

npdatetime-0.2.5-cp312-cp312-macosx_11_0_arm64.whl (251.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

npdatetime-0.2.5-cp311-cp311-win_amd64.whl (153.5 kB view details)

Uploaded CPython 3.11Windows x86-64

npdatetime-0.2.5-cp311-cp311-manylinux_2_34_x86_64.whl (288.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

npdatetime-0.2.5-cp311-cp311-macosx_11_0_arm64.whl (251.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

npdatetime-0.2.5-cp310-cp310-win_amd64.whl (155.1 kB view details)

Uploaded CPython 3.10Windows x86-64

npdatetime-0.2.5-cp310-cp310-manylinux_2_34_x86_64.whl (291.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

npdatetime-0.2.5-cp310-cp310-macosx_11_0_arm64.whl (253.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

npdatetime-0.2.5-cp39-cp39-win_amd64.whl (157.2 kB view details)

Uploaded CPython 3.9Windows x86-64

npdatetime-0.2.5-cp39-cp39-manylinux_2_34_x86_64.whl (292.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.34+ x86-64

npdatetime-0.2.5-cp39-cp39-macosx_11_0_arm64.whl (255.3 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

npdatetime-0.2.5-cp38-cp38-win_amd64.whl (155.4 kB view details)

Uploaded CPython 3.8Windows x86-64

npdatetime-0.2.5-cp38-cp38-manylinux_2_34_x86_64.whl (292.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.34+ x86-64

npdatetime-0.2.5-cp38-cp38-macosx_11_0_arm64.whl (254.7 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file npdatetime-0.2.5-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: npdatetime-0.2.5-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 153.8 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for npdatetime-0.2.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1735c843c87b47091bead3d4a392a2ccf04dc0a955e74e01e57bb49a7e95d3e6
MD5 be49d0c0132417982c7593a91e9787c9
BLAKE2b-256 5c84a559b97e77b57f0fe021b9c630de636c94640a9cb9086e5f35139a21d0e5

See more details on using hashes here.

File details

Details for the file npdatetime-0.2.5-cp314-cp314-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for npdatetime-0.2.5-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 5b37736eaefd853ded5fe63bff8651882b084f518c5e117b9bd0b4ab588dbad3
MD5 d478b6bb171a3bbf958ac08be1e550cd
BLAKE2b-256 c942fa23f58f26832d99957c3d3d941aafbc37b804bbededf9123b70a67746a5

See more details on using hashes here.

File details

Details for the file npdatetime-0.2.5-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for npdatetime-0.2.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 707f26e45c7faaf8289cc81ee4ad0d11be5dd0849715e6ad60c86031301598d6
MD5 a709acec131ac668bc30e0caac605548
BLAKE2b-256 b71ad154f4b2249ca4c563b6cd6e92a7da0d4fe3092dbb6be7567adfa85bdb6c

See more details on using hashes here.

File details

Details for the file npdatetime-0.2.5-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: npdatetime-0.2.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 153.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for npdatetime-0.2.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 48eea803dfd6354cca62724f01fbd72aeeb925e5e3de204c611c4bb7417dfb04
MD5 e170cf5ae9ec3e771b6f60b8030c04e4
BLAKE2b-256 239f9478a935c11c89f941351cfd59002f466f14737a61546cc3f36cc1af3c4b

See more details on using hashes here.

File details

Details for the file npdatetime-0.2.5-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for npdatetime-0.2.5-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 84ead4e725fd80e761b3f614141d3e214de6bc39069685cceb940bf2f641e406
MD5 6038687bef0404708076b3e91158c093
BLAKE2b-256 1724b648a1a613de6c787e9662aa7fdc56417895dc22a804169575b2e2449088

See more details on using hashes here.

File details

Details for the file npdatetime-0.2.5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for npdatetime-0.2.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7cd59fa0917319dd4468f8ee59ca35ea412fe020454a99cb153889e57aada651
MD5 b9d398c91de3733ace4f83d6d6d71f15
BLAKE2b-256 438eb9f5f410309df2c477d105724898c2901e9fb603304849d6c7389cb093ba

See more details on using hashes here.

File details

Details for the file npdatetime-0.2.5-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: npdatetime-0.2.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 153.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for npdatetime-0.2.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 322cac32d7174a88a453aedcd9a384dbaf0cf613fafc9decca69b0357124480a
MD5 190b2044cebe2ffddb1c1c6ae29f8586
BLAKE2b-256 3008e568bc570156ec3c4ca4450bbe1b3836d981b43b3c9cd9130a8c829386d8

See more details on using hashes here.

File details

Details for the file npdatetime-0.2.5-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for npdatetime-0.2.5-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 427c0d40f28e2fe438b027ad42db2744e539ced9c7eff1c429437bf942121e0d
MD5 10e54bd84dbfb4666ba8e9796629ea25
BLAKE2b-256 5fb98b501d9b64a6e8bb5d1417dad30a597820331d3b04ee1088aec6efb7a68a

See more details on using hashes here.

File details

Details for the file npdatetime-0.2.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for npdatetime-0.2.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5a44f471c39717a4cbac3ca3ec1aa4ff3c22f16adc5b4e01ed9fb492cec07e07
MD5 9495a7c331bcf0bc831f0e21a6a8ea4d
BLAKE2b-256 c09a217b85b394ca045d41550ff3580f87f6b5b67497cd2d3df939a2ebda0c4e

See more details on using hashes here.

File details

Details for the file npdatetime-0.2.5-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: npdatetime-0.2.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 153.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for npdatetime-0.2.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 610b9126c2b3e5a5b01798f36cdaa78d7211463c9291a1b45230a7db9d8fdab9
MD5 d5a5c49948e03e98cf65f9ca512b2bcf
BLAKE2b-256 17bed0646962996226505c30e63106305993dfe6fc733ef06beabc04f8137894

See more details on using hashes here.

File details

Details for the file npdatetime-0.2.5-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for npdatetime-0.2.5-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f3f71775ba9c327c5c39adc0f37714d1d4b4187b98d83f84921bd86907ebbcb9
MD5 4c8e0f04c3919f1907e970884a9493c1
BLAKE2b-256 d2ce92debad38be1b4bdf4f9f427e5f371fbb2f916fea2e2d393c0d7007429e4

See more details on using hashes here.

File details

Details for the file npdatetime-0.2.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for npdatetime-0.2.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 009b9f35f4c89dad86fde32ce94c44b37eca35821ecfa1efb4036e416dbdcd75
MD5 265e2a1c086c3c003b325bebc6b2919f
BLAKE2b-256 562280c8a65b140733ab432a5cec4ed0cc6cd6204f6347e4e317175d203811c8

See more details on using hashes here.

File details

Details for the file npdatetime-0.2.5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: npdatetime-0.2.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 155.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for npdatetime-0.2.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 24db17dce28f158925b292dad592d99d0a8fe9ed8281f75ae39cee4e30fb32ca
MD5 53a02f649d55cf077d7f3e223d36fb6d
BLAKE2b-256 3dbb5b6e5bfc83d7e507687cf4f4ff2cc4e85c5e0ca19424c2b1f28d46344487

See more details on using hashes here.

File details

Details for the file npdatetime-0.2.5-cp310-cp310-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for npdatetime-0.2.5-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 6db13a35a3768b687ad9d8dd85acc67d471a1ebbb5d6c79042937b1aae4df1f7
MD5 4b0ca651d05e2774cc026cfa81ad3454
BLAKE2b-256 bb25359aaa9ee4846f4d2e44a457634c606d3f0d861403fadf081d1565141df6

See more details on using hashes here.

File details

Details for the file npdatetime-0.2.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for npdatetime-0.2.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 765290170b31a4cfda3049aaeaf23364d50c998581031cbeecd9679157f24175
MD5 56c2600f176baa7c116dcd6431a073d6
BLAKE2b-256 ca341d30906c66894f0358d95f5e46a55b682a2526ccc8237ba99c1c697f2e0b

See more details on using hashes here.

File details

Details for the file npdatetime-0.2.5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: npdatetime-0.2.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 157.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for npdatetime-0.2.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e6faffdf5cb7e232c7963f3dd5be3fc0903fc6ac9d825a30cac4d15803a89c72
MD5 de0c6ea48347de887bbf37d8e59cda5d
BLAKE2b-256 e71ece84f3c55a57dc406845f7bf1d4ccc607279ef85789b795a7e7ef8eb5810

See more details on using hashes here.

File details

Details for the file npdatetime-0.2.5-cp39-cp39-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for npdatetime-0.2.5-cp39-cp39-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f1e1c3a75a5c7101ede166f9e43e4dff54f2b31c1a774f306d0af02e60738c54
MD5 d4f6a47694583c7f55bd135696c32481
BLAKE2b-256 22e253c7d8d8f921c7bc40c2715102cc3b80a0df5b87b01d6158c348764f0265

See more details on using hashes here.

File details

Details for the file npdatetime-0.2.5-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for npdatetime-0.2.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8e5c4de25093adef29d4b23078e38ee1edbbed71b0f3bc149ae6174efac6ba04
MD5 9c04d64b8cab7748e5e34198be947d52
BLAKE2b-256 0e6ca801bc91dcb4f998796518a03c07b7ef2fe9797c3299108fb5fa4ea9c63c

See more details on using hashes here.

File details

Details for the file npdatetime-0.2.5-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: npdatetime-0.2.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 155.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for npdatetime-0.2.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c12e10394125b3b5308903969712026bb2a50bc7593e2a41cf795a872a732cab
MD5 b37441464082c59fd01a8b28ca8ac786
BLAKE2b-256 98f3e07000d7e452f4f4f0d797fa3e8d49e05a11625bad77c8012a4eaa567691

See more details on using hashes here.

File details

Details for the file npdatetime-0.2.5-cp38-cp38-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for npdatetime-0.2.5-cp38-cp38-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 289e84518327f72dd9fa0c5156b10a616e5f47fd8530006355be8eb4a5521213
MD5 ef6625f0ba6defe5a79cc7def007a88b
BLAKE2b-256 1e2273ce4af593f4d24b82385d419a1255cf68bc7f59a5a4e94209cf2a61b981

See more details on using hashes here.

File details

Details for the file npdatetime-0.2.5-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for npdatetime-0.2.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be4128d79444fc9c63551e1cdbe8b1795857ef969b28180485c32f14cdcd5d0b
MD5 3160eada076d22d56cb76dd7175376e7
BLAKE2b-256 114d408da9ef7c09d862c8f673c9ddfad357f1d1d257528be24eed6e32c0ed13

See more details on using hashes here.

Release history Release notifications | RSS feed

0.2.10

21 files

0.2.9

21 files

0.2.8

21 files

0.2.7

21 files

0.2.6

21 files

This release

0.2.5 This release

21 files

0.2.4

21 files

0.2.3

21 files

0.2.2

21 files

0.2.1

21 files

0.2.0

21 files

0.1.10

21 files

0.1.9

21 files

0.1.8

21 files

0.1.7

21 files

0.1.6

21 files

0.1.5

21 files

0.1.4

21 files

0.1.2.post2

2 files

0.1.1

2 files

0.1.0

21 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page