npdatetime 0.1.2.post2__tar.gz → 0.2.0.dev4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/.github/workflows/python-publish.yml +1 -1
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/PKG-INFO +1 -1
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/npdatetime.egg-info/PKG-INFO +1 -1
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/pyproject.toml +1 -1
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/.github/workflows/FUNDING.yml +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/.gitignore +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/.travis.yml +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/CONTRIBUTING.md +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/LICENSE +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/MANIFEST.in +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/README.md +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/build.sh +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/npdatetime/__init__.py +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/npdatetime/__init__.pyi +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/npdatetime/_custom_strptime.py +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/npdatetime/config.py +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/npdatetime/data/calendar_bs.csv +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/npdatetime/utils.py +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/npdatetime.egg-info/SOURCES.txt +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/npdatetime.egg-info/dependency_links.txt +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/npdatetime.egg-info/top_level.txt +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/setup.cfg +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/setup.py +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/tests/__init__.py +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/tests/conftest.py +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/tests/test_conversions.py +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/tests/test_init.py +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/tests/test_methods.py +0 -0
- {npdatetime-0.1.2.post2 → npdatetime-0.2.0.dev4}/tests/test_strftime_strptime.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: npdatetime
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0.dev4
|
|
4
4
|
Summary: A Python package that provides advanced functionality for handling Nepali dates and times, including support for the Bikram Sambat calendar system and Nepal Time (NPT). Ideal for developers working with Nepali date-related applications, offering seamless conversion, manipulation, and formatting of dates and times in the Nepali calendar.
|
|
5
5
|
Home-page: https://github.com/4mritGiri/npdatetime
|
|
6
6
|
Author: Amrit Giri
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: npdatetime
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0.dev4
|
|
4
4
|
Summary: A Python package that provides advanced functionality for handling Nepali dates and times, including support for the Bikram Sambat calendar system and Nepal Time (NPT). Ideal for developers working with Nepali date-related applications, offering seamless conversion, manipulation, and formatting of dates and times in the Nepali calendar.
|
|
5
5
|
Home-page: https://github.com/4mritGiri/npdatetime
|
|
6
6
|
Author: Amrit Giri
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|