| Name | slownie JSON | 
| Version | 2.0.1  JSON | 
|  | download | 
| home_page | None | 
| Summary | Polish spelled-out numbers and amounts. | 
            | upload_time | 2025-10-09 20:19:14 | 
            | maintainer | Adam Karpierz | 
            
            | docs_url | None | 
            | author | Adam Karpierz | 
            
            | requires_python | <4.0.0,>=3.10.0 | 
            
            
            | license | None | 
            | keywords | slownie | 
            | VCS |  | 
            | bugtrack_url |  | 
            | requirements | No requirements were recorded. | 
            
| Travis-CI | No Travis. | 
            | coveralls test coverage | No coveralls. | 
        
        
            
            slownie
=======
Polish spelled-out numbers and amounts.
Overview
========
| **slownie(value):**
| **slownie_zl(amount):**
| **slownie_zl100gr(amount):**
Provides routines to spell out numbers and amounts in Polish.
`PyPI record`_.
`Documentation`_.
Usage
-----
.. code:: python
  >>> from slownie import *
  >>> slownie(12892)
  dwanaście tysięcy osiemset dziewięćdziesiąt dwa
  >>> slownie_zl(123.34)
  sto dwadzieścia trzy złote trzydzieści cztery grosze
  >>> slownie_zl100gr(123.34)
  sto dwadzieścia trzy złote 34/100
Installation
============
Prerequisites:
+ Python 3.10 or higher
  * https://www.python.org/
+ pip and setuptools
  * https://pypi.org/project/pip/
  * https://pypi.org/project/setuptools/
To install run:
  .. parsed-literal::
    python -m pip install --upgrade |package|
Development
===========
Prerequisites:
+ Development is strictly based on *tox*. To install it run::
    python -m pip install --upgrade tox
Visit `Development page`_.
Installation from sources:
clone the sources:
  .. parsed-literal::
    git clone |respository| |package|
and run:
  .. parsed-literal::
    python -m pip install ./|package|
or on development mode:
  .. parsed-literal::
    python -m pip install --editable ./|package|
License
=======
  | |copyright|
  | Licensed under the zlib/libpng License
  | https://opensource.org/license/zlib
  | Please refer to the accompanying LICENSE file.
Authors
=======
* Adam Karpierz <adam@karpierz.net>
.. |package| replace:: slownie
.. |package_bold| replace:: **slownie**
.. |copyright| replace:: Copyright (c) 2016-2025 Adam Karpierz
.. |respository| replace:: https://github.com/karpierz/slownie.git
.. _Development page: https://github.com/karpierz/slownie
.. _PyPI record: https://pypi.org/project/slownie/
.. _Documentation: https://slownie.readthedocs.io/
Changelog
=========
2.0.1 (2025-10-09)
------------------
- Mark the package as typed.
- Setup (dependencies) update.
1.5.0 (2025-09-01)
------------------
- Making the package typed.
- Setup (dependencies) update.
1.4.5 (2025-07-07)
------------------
- Setup (dependencies) update.
1.4.4 (2025-06-11)
------------------
- Setup (dependencies) update.
1.4.3 (2025-05-15)
------------------
- The distribution is now created using 'build' instead of 'setuptools'.
- Setup (dependencies) update (due to regressions in tox and setuptools).
1.4.1 (2025-05-04)
------------------
- Setup (dependencies) update.
1.4.0 (2025-04-28)
------------------
- Add support for Python 3.14
- Drop support for Python 3.9 (due to compatibility issues).
- Update readthedocs's python to version 3.13
- Update tox's base_python to version 3.13
- Setup (dependencies) update.
1.3.11 (2025-03-20)
-------------------
- Add support for PyPy 3.11
- Drop support for PyPy 3.9
- Setup (dependencies) update.
1.3.8 (2025-03-15)
------------------
- Setup (dependencies) update.
1.3.7 (2025-02-14)
------------------
- Setup (dependencies) update.
1.3.6 (2025-01-25)
------------------
- Setup (dependencies) update.
1.3.5 (2025-01-20)
------------------
- Copyright year update.
- Setup (dependencies) update.
1.3.4 (2024-12-13)
------------------
- Source distribution (\*.tar.gz now) is compliant with PEP-0625.
- Setup (dependencies) update.
1.3.3 (2024-11-13)
------------------
- More unittests.
- 100% code linting.
- 100% code coverage.
- Tox configuration is now in native (toml) format.
- Setup (dependencies) update.
1.3.2 (2024-10-30)
------------------
- Drop support for Python 3.8
- Setup (dependencies) update.
1.2.4 (2024-08-13)
------------------
- Add support for Python 3.13
- Setup (dependencies) update.
1.2.3 (2024-01-26)
------------------
- Setup update (now based on tox >= 4.0).
- Cleanup.
1.2.0 (2023-12-15)
------------------
- | Added 'conjunction' parameter for the slownie_zl() function.
  | Thanks to Tomasz Pichlinski (@tomaszpichlinskiapz).
- | The supported parts of the amount have been extended up to
  | 'duodecyliard'.
- Add support for Python 3.12
- Drop support for Python 3.7
- Add support for PyPy 3.9 and 3.10
- Copyright year update.
- Tox configuration has been moved to pyproject.toml
1.1.3 (2022-09-02)
------------------
- Add support for Python 3.10 and 3.11
- Drop support for Python 3.6
- Copyright year update.
- Setup update (currently based mainly on pyproject.toml).
1.1.2 (2020-10-17)
------------------
- Add support for Python 3.8 and 3.9
- Drop support for Python 3.5
- Drop support for Python 2
- Fix a bug in slownie_zl().
- Add unittests.
- General update and cleanup.
- Fixed docs setup.
1.0.0rc1 (2018-11-21)
---------------------
- Fix a bug in slownie_zl() and slownie_zl100gr()
- | Code improvement according to the suggestion and the patch
  | from Michal Borkowski (https://github.com/wielkiborsuk).
  | Thank you very much, Michal!
1.0.0b5 (2018-11-08)
--------------------
- Drop support for Python 2.6 and 3.0-3.3
- Update required setuptools version.
1.0.0b4 (2018-05-08)
--------------------
- Update required setuptools version.
- Improve and simplify setup and packaging.
1.0.0b2 (2018-01-28)
--------------------
- Fix a bug and inconsistencies in tox.ini
- Update of README.rst.
- Update required Sphinx version.
- Update doc Sphinx configuration files.
0.9.5b1 (2017-11-18)
--------------------
- Add slownie_zl and slownie_zl100gr.
- Setup improvements.
- Other minor improvements.
0.9.0b0 (2017-04-03)
--------------------
- First useful release.
0.1.0 (2016-09-23)
------------------
- Initial release.
            
         
        Raw data
        
            {
    "_id": null,
    "home_page": null,
    "name": "slownie",
    "maintainer": "Adam Karpierz",
    "docs_url": null,
    "requires_python": "<4.0.0,>=3.10.0",
    "maintainer_email": "adam@karpierz.net",
    "keywords": "slownie",
    "author": "Adam Karpierz",
    "author_email": "adam@karpierz.net",
    "download_url": "https://files.pythonhosted.org/packages/85/aa/c1d903815104c71b850766eca7959767f9fc2944bb478b36ccb45869377d/slownie-2.0.1.tar.gz",
    "platform": "any",
    "description": "slownie\r\n=======\r\n\r\nPolish spelled-out numbers and amounts.\r\n\r\nOverview\r\n========\r\n\r\n| **slownie(value):**\r\n| **slownie_zl(amount):**\r\n| **slownie_zl100gr(amount):**\r\n\r\nProvides routines to spell out numbers and amounts in Polish.\r\n\r\n`PyPI record`_.\r\n\r\n`Documentation`_.\r\n\r\nUsage\r\n-----\r\n\r\n.. code:: python\r\n\r\n  >>> from slownie import *\r\n  >>> slownie(12892)\r\n  dwana\u015bcie tysi\u0119cy osiemset dziewi\u0119\u0107dziesi\u0105t dwa\r\n  >>> slownie_zl(123.34)\r\n  sto dwadzie\u015bcia trzy z\u0142ote trzydzie\u015bci cztery grosze\r\n  >>> slownie_zl100gr(123.34)\r\n  sto dwadzie\u015bcia trzy z\u0142ote 34/100\r\n\r\nInstallation\r\n============\r\n\r\nPrerequisites:\r\n\r\n+ Python 3.10 or higher\r\n\r\n  * https://www.python.org/\r\n\r\n+ pip and setuptools\r\n\r\n  * https://pypi.org/project/pip/\r\n  * https://pypi.org/project/setuptools/\r\n\r\nTo install run:\r\n\r\n  .. parsed-literal::\r\n\r\n    python -m pip install --upgrade |package|\r\n\r\nDevelopment\r\n===========\r\n\r\nPrerequisites:\r\n\r\n+ Development is strictly based on *tox*. To install it run::\r\n\r\n    python -m pip install --upgrade tox\r\n\r\nVisit `Development page`_.\r\n\r\nInstallation from sources:\r\n\r\nclone the sources:\r\n\r\n  .. parsed-literal::\r\n\r\n    git clone |respository| |package|\r\n\r\nand run:\r\n\r\n  .. parsed-literal::\r\n\r\n    python -m pip install ./|package|\r\n\r\nor on development mode:\r\n\r\n  .. parsed-literal::\r\n\r\n    python -m pip install --editable ./|package|\r\n\r\nLicense\r\n=======\r\n\r\n  | |copyright|\r\n  | Licensed under the zlib/libpng License\r\n  | https://opensource.org/license/zlib\r\n  | Please refer to the accompanying LICENSE file.\r\n\r\nAuthors\r\n=======\r\n\r\n* Adam Karpierz <adam@karpierz.net>\r\n\r\n.. |package| replace:: slownie\r\n.. |package_bold| replace:: **slownie**\r\n.. |copyright| replace:: Copyright (c) 2016-2025 Adam Karpierz\r\n.. |respository| replace:: https://github.com/karpierz/slownie.git\r\n.. _Development page: https://github.com/karpierz/slownie\r\n.. _PyPI record: https://pypi.org/project/slownie/\r\n.. _Documentation: https://slownie.readthedocs.io/\r\n\r\nChangelog\r\n=========\r\n\r\n2.0.1 (2025-10-09)\r\n------------------\r\n- Mark the package as typed.\r\n- Setup (dependencies) update.\r\n\r\n1.5.0 (2025-09-01)\r\n------------------\r\n- Making the package typed.\r\n- Setup (dependencies) update.\r\n\r\n1.4.5 (2025-07-07)\r\n------------------\r\n- Setup (dependencies) update.\r\n\r\n1.4.4 (2025-06-11)\r\n------------------\r\n- Setup (dependencies) update.\r\n\r\n1.4.3 (2025-05-15)\r\n------------------\r\n- The distribution is now created using 'build' instead of 'setuptools'.\r\n- Setup (dependencies) update (due to regressions in tox and setuptools).\r\n\r\n1.4.1 (2025-05-04)\r\n------------------\r\n- Setup (dependencies) update.\r\n\r\n1.4.0 (2025-04-28)\r\n------------------\r\n- Add support for Python 3.14\r\n- Drop support for Python 3.9 (due to compatibility issues).\r\n- Update readthedocs's python to version 3.13\r\n- Update tox's base_python to version 3.13\r\n- Setup (dependencies) update.\r\n\r\n1.3.11 (2025-03-20)\r\n-------------------\r\n- Add support for PyPy 3.11\r\n- Drop support for PyPy 3.9\r\n- Setup (dependencies) update.\r\n\r\n1.3.8 (2025-03-15)\r\n------------------\r\n- Setup (dependencies) update.\r\n\r\n1.3.7 (2025-02-14)\r\n------------------\r\n- Setup (dependencies) update.\r\n\r\n1.3.6 (2025-01-25)\r\n------------------\r\n- Setup (dependencies) update.\r\n\r\n1.3.5 (2025-01-20)\r\n------------------\r\n- Copyright year update.\r\n- Setup (dependencies) update.\r\n\r\n1.3.4 (2024-12-13)\r\n------------------\r\n- Source distribution (\\*.tar.gz now) is compliant with PEP-0625.\r\n- Setup (dependencies) update.\r\n\r\n1.3.3 (2024-11-13)\r\n------------------\r\n- More unittests.\r\n- 100% code linting.\r\n- 100% code coverage.\r\n- Tox configuration is now in native (toml) format.\r\n- Setup (dependencies) update.\r\n\r\n1.3.2 (2024-10-30)\r\n------------------\r\n- Drop support for Python 3.8\r\n- Setup (dependencies) update.\r\n\r\n1.2.4 (2024-08-13)\r\n------------------\r\n- Add support for Python 3.13\r\n- Setup (dependencies) update.\r\n\r\n1.2.3 (2024-01-26)\r\n------------------\r\n- Setup update (now based on tox >= 4.0).\r\n- Cleanup.\r\n\r\n1.2.0 (2023-12-15)\r\n------------------\r\n- | Added 'conjunction' parameter for the slownie_zl() function.\r\n  | Thanks to Tomasz Pichlinski (@tomaszpichlinskiapz).\r\n- | The supported parts of the amount have been extended up to\r\n  | 'duodecyliard'.\r\n- Add support for Python 3.12\r\n- Drop support for Python 3.7\r\n- Add support for PyPy 3.9 and 3.10\r\n- Copyright year update.\r\n- Tox configuration has been moved to pyproject.toml\r\n\r\n1.1.3 (2022-09-02)\r\n------------------\r\n- Add support for Python 3.10 and 3.11\r\n- Drop support for Python 3.6\r\n- Copyright year update.\r\n- Setup update (currently based mainly on pyproject.toml).\r\n\r\n1.1.2 (2020-10-17)\r\n------------------\r\n- Add support for Python 3.8 and 3.9\r\n- Drop support for Python 3.5\r\n- Drop support for Python 2\r\n- Fix a bug in slownie_zl().\r\n- Add unittests.\r\n- General update and cleanup.\r\n- Fixed docs setup.\r\n\r\n1.0.0rc1 (2018-11-21)\r\n---------------------\r\n- Fix a bug in slownie_zl() and slownie_zl100gr()\r\n- | Code improvement according to the suggestion and the patch\r\n  | from Michal Borkowski (https://github.com/wielkiborsuk).\r\n  | Thank you very much, Michal!\r\n\r\n1.0.0b5 (2018-11-08)\r\n--------------------\r\n- Drop support for Python 2.6 and 3.0-3.3\r\n- Update required setuptools version.\r\n\r\n1.0.0b4 (2018-05-08)\r\n--------------------\r\n- Update required setuptools version.\r\n- Improve and simplify setup and packaging.\r\n\r\n1.0.0b2 (2018-01-28)\r\n--------------------\r\n- Fix a bug and inconsistencies in tox.ini\r\n- Update of README.rst.\r\n- Update required Sphinx version.\r\n- Update doc Sphinx configuration files.\r\n\r\n0.9.5b1 (2017-11-18)\r\n--------------------\r\n- Add slownie_zl and slownie_zl100gr.\r\n- Setup improvements.\r\n- Other minor improvements.\r\n\r\n0.9.0b0 (2017-04-03)\r\n--------------------\r\n- First useful release.\r\n\r\n0.1.0 (2016-09-23)\r\n------------------\r\n- Initial release.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Polish spelled-out numbers and amounts.",
    "version": "2.0.1",
    "project_urls": {
        "Documentation": "https://slownie.readthedocs.io/",
        "Download": "https://pypi.org/project/slownie/",
        "Homepage": "https://pypi.org/project/slownie/",
        "Issues": "https://github.com/karpierz/slownie/issues",
        "Source": "https://github.com/karpierz/slownie"
    },
    "split_keywords": [
        "slownie"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ec8aefb16fcfc88a4b638e6885fd66d1f39d6b64f0b23b3aff3636dc44f41331",
                "md5": "96ed3ccd2d7e0a7a9c70985d68ffc241",
                "sha256": "56c0cc78f241bab29420aec9b0f63f7527933f4e74cb4c0ef110979b38844818"
            },
            "downloads": -1,
            "filename": "slownie-2.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "96ed3ccd2d7e0a7a9c70985d68ffc241",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.10.0",
            "size": 6577,
            "upload_time": "2025-10-09T20:19:13",
            "upload_time_iso_8601": "2025-10-09T20:19:13.078217Z",
            "url": "https://files.pythonhosted.org/packages/ec/8a/efb16fcfc88a4b638e6885fd66d1f39d6b64f0b23b3aff3636dc44f41331/slownie-2.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "85aac1d903815104c71b850766eca7959767f9fc2944bb478b36ccb45869377d",
                "md5": "317cc21585f6e20896d961e33ce676ba",
                "sha256": "ef52602da4bd4656a0634919bdf3572203faad799fbed3b4be3d2290996e813b"
            },
            "downloads": -1,
            "filename": "slownie-2.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "317cc21585f6e20896d961e33ce676ba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0.0,>=3.10.0",
            "size": 14619,
            "upload_time": "2025-10-09T20:19:14",
            "upload_time_iso_8601": "2025-10-09T20:19:14.248634Z",
            "url": "https://files.pythonhosted.org/packages/85/aa/c1d903815104c71b850766eca7959767f9fc2944bb478b36ccb45869377d/slownie-2.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-09 20:19:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "karpierz",
    "github_project": "slownie",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "slownie"
}