Convert datetime to Japanese era
Project description
|pypi| |pypi| |GitHub license| |travis| |coveralls|
erajp: Convert datetime to Japanese era
=======================================
Requirements
------------
- Python 2.7+
- Python 3.2+
Installation
------------
Install erajp via PyPI:
::
pip install erajp
How to use
----------
.. code:: python
>>> strjpftime()
'H27.08.05' # now
>>> strjpftime(datetime.datetime(1989, 1, 8))
'H1.01.08'
>>> strjpftime(datetime.datetime(1989, 1, 8), u"%O%E年")
'平成元年'
New available date format
~~~~~~~~~~~~~~~~~~~~~~~~~
- %o : alpabet era
- %O : Chinese charactor era
- %E : era year
Main Project Website.
---------------------
https://github.com/recruit-mtl/erajp
License
-------
MIT License
.. |pypi| image:: https://img.shields.io/pypi/dm/erajp.svg
:target: https://pypi.python.org/pypi/erajp
.. |pypi| image:: https://img.shields.io/pypi/v/erajp.svg
:target: https://pypi.python.org/pypi/erajp
.. |GitHub license| image:: https://img.shields.io/github/license/recruit-mtl/erajp.svg
:target: https://github.com/recruit-mtl/erajp
.. |travis| image:: https://img.shields.io/travis/recruit-mtl/erajp.svg
:target: https://travis-ci.org/recruit-mtl/erajp
.. |coveralls| image:: https://img.shields.io/coveralls/recruit-mtl/erajp.svg
:target: https://coveralls.io/github/recruit-mtl/erajp
erajp: Convert datetime to Japanese era
=======================================
Requirements
------------
- Python 2.7+
- Python 3.2+
Installation
------------
Install erajp via PyPI:
::
pip install erajp
How to use
----------
.. code:: python
>>> strjpftime()
'H27.08.05' # now
>>> strjpftime(datetime.datetime(1989, 1, 8))
'H1.01.08'
>>> strjpftime(datetime.datetime(1989, 1, 8), u"%O%E年")
'平成元年'
New available date format
~~~~~~~~~~~~~~~~~~~~~~~~~
- %o : alpabet era
- %O : Chinese charactor era
- %E : era year
Main Project Website.
---------------------
https://github.com/recruit-mtl/erajp
License
-------
MIT License
.. |pypi| image:: https://img.shields.io/pypi/dm/erajp.svg
:target: https://pypi.python.org/pypi/erajp
.. |pypi| image:: https://img.shields.io/pypi/v/erajp.svg
:target: https://pypi.python.org/pypi/erajp
.. |GitHub license| image:: https://img.shields.io/github/license/recruit-mtl/erajp.svg
:target: https://github.com/recruit-mtl/erajp
.. |travis| image:: https://img.shields.io/travis/recruit-mtl/erajp.svg
:target: https://travis-ci.org/recruit-mtl/erajp
.. |coveralls| image:: https://img.shields.io/coveralls/recruit-mtl/erajp.svg
:target: https://coveralls.io/github/recruit-mtl/erajp
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
erajp-0.0.4.tar.gz
(2.0 kB
view details)
File details
Details for the file erajp-0.0.4.tar.gz
.
File metadata
- Download URL: erajp-0.0.4.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55b4c7261dd20823a5e1844a8de92301bccff6d92adc97acd6eea07439818502 |
|
MD5 | 3d06c594fbcd739adf54a8e40be19320 |
|
BLAKE2b-256 | 7ea6d8a621e5512d51b2229c4fe94f772c9c3b1ac62ee15b7d1a6795e08c55c1 |