ssf-reducto


Namessf-reducto JSON
Version 0.2.3 PyPI version JSON
download
home_pagehttps://github.com/reductoai/ssf-reducto
SummarySpreadsheet Number Format processor - a Python port of SheetJS/ssf.js
upload_time2024-08-31 00:22:55
maintainerNone
docs_urlNone
authorJoe Cool
requires_python>=3.6
licenseApache Software License 2.0
keywords ssf
VCS
bugtrack_url
requirements Babel convertdate PyMeeus python-dateutil pytz PyYAML six ummalqura
Travis-CI
coveralls test coverage
            ===
ssf
===


.. image:: https://img.shields.io/pypi/v/ssf.svg
        :target: https://pypi.python.org/pypi/ssf

.. image:: https://img.shields.io/travis/snoopyjc/ssf.svg
        :target: https://travis-ci.com/snoopyjc/ssf

.. image:: https://readthedocs.org/projects/ssf/badge/?version=latest
        :target: https://ssf.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Spreadsheet Number Format processor - a Python port of SheetJS/ssf.js


* Free software: Apache Software License 2.0
* Documentation: https://ssf.readthedocs.io.


Features
--------

ssf (Spreadsheet Format) is a pure python library to format data using ECMA-376
spreadsheet format codes (used in popular spreadsheet software packages).  It is
derived from the JavaScript version available at https://github.com/SheetJS/ssf.
All listed issues in that package, up to #80, have been fixed in this version
and support for colors, widths, and localization including alternative
calendars have also been implemented.

Python Version and Required Libraries
-------------------------------------

A modern version of Python is required to use `ssf`: version 3.6 or better.
Also, these libraries are required by `ssf`: `Babel`, `python-dateutil`, `pytz`, `pyYAML`, `six`,
`ummalqura`, `convertdate`.

Example
-------

- `Basic Demo <http://www.snoopyjc.org/ssf/>`_

Credits
-------

This package is a Python port of the similarly named JavaScript library (https://github.com/SheetJS/ssf).

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.2.2 (2020-10-29)
------------------

* Fix issues #13, #14, #15

0.2.1 (2020-10-26)
------------------

* Fix issues #5, #10, #11, #12

0.2.0 (2020-10-25)
------------------

* Fix issue #6: Add support for other calendars
* Fix issues #7-9

0.1.5 (2020-10-14)
------------------

* Fix issues #1, #3, and JS#79, JS#80.
* Add demo doc and encode/decode the results so unicode comes thru

0.1.2 (2020-10-08)
------------------

* Add data files to distro

0.1.0 (2020-10-05)
------------------

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/reductoai/ssf-reducto",
    "name": "ssf-reducto",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "ssf",
    "author": "Joe Cool",
    "author_email": "snoopyjc@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d0/9f/76d8350a5298062dc6ff7d6d91d7faadae47e14db3508cacf5406ec415bd/ssf-reducto-0.2.3.tar.gz",
    "platform": null,
    "description": "===\nssf\n===\n\n\n.. image:: https://img.shields.io/pypi/v/ssf.svg\n        :target: https://pypi.python.org/pypi/ssf\n\n.. image:: https://img.shields.io/travis/snoopyjc/ssf.svg\n        :target: https://travis-ci.com/snoopyjc/ssf\n\n.. image:: https://readthedocs.org/projects/ssf/badge/?version=latest\n        :target: https://ssf.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n\n\n\nSpreadsheet Number Format processor - a Python port of SheetJS/ssf.js\n\n\n* Free software: Apache Software License 2.0\n* Documentation: https://ssf.readthedocs.io.\n\n\nFeatures\n--------\n\nssf (Spreadsheet Format) is a pure python library to format data using ECMA-376\nspreadsheet format codes (used in popular spreadsheet software packages).  It is\nderived from the JavaScript version available at https://github.com/SheetJS/ssf.\nAll listed issues in that package, up to #80, have been fixed in this version\nand support for colors, widths, and localization including alternative\ncalendars have also been implemented.\n\nPython Version and Required Libraries\n-------------------------------------\n\nA modern version of Python is required to use `ssf`: version 3.6 or better.\nAlso, these libraries are required by `ssf`: `Babel`, `python-dateutil`, `pytz`, `pyYAML`, `six`,\n`ummalqura`, `convertdate`.\n\nExample\n-------\n\n- `Basic Demo <http://www.snoopyjc.org/ssf/>`_\n\nCredits\n-------\n\nThis package is a Python port of the similarly named JavaScript library (https://github.com/SheetJS/ssf).\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.2.2 (2020-10-29)\n------------------\n\n* Fix issues #13, #14, #15\n\n0.2.1 (2020-10-26)\n------------------\n\n* Fix issues #5, #10, #11, #12\n\n0.2.0 (2020-10-25)\n------------------\n\n* Fix issue #6: Add support for other calendars\n* Fix issues #7-9\n\n0.1.5 (2020-10-14)\n------------------\n\n* Fix issues #1, #3, and JS#79, JS#80.\n* Add demo doc and encode/decode the results so unicode comes thru\n\n0.1.2 (2020-10-08)\n------------------\n\n* Add data files to distro\n\n0.1.0 (2020-10-05)\n------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "Spreadsheet Number Format processor - a Python port of SheetJS/ssf.js",
    "version": "0.2.3",
    "project_urls": {
        "Homepage": "https://github.com/reductoai/ssf-reducto"
    },
    "split_keywords": [
        "ssf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5782683d38ad7118902f7d9bf7d5465e7ce6d661b5c4747d096a79835a9c3316",
                "md5": "0676b8937360bd8328db086423e51e2e",
                "sha256": "220db73968d7090af4f607e4e7371973de8fd7af1498260d3bfb0b9a46192268"
            },
            "downloads": -1,
            "filename": "ssf_reducto-0.2.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0676b8937360bd8328db086423e51e2e",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 658992,
            "upload_time": "2024-08-31T00:22:44",
            "upload_time_iso_8601": "2024-08-31T00:22:44.013364Z",
            "url": "https://files.pythonhosted.org/packages/57/82/683d38ad7118902f7d9bf7d5465e7ce6d661b5c4747d096a79835a9c3316/ssf_reducto-0.2.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d09f76d8350a5298062dc6ff7d6d91d7faadae47e14db3508cacf5406ec415bd",
                "md5": "da6f12acf67f51516de4da52ae1f0722",
                "sha256": "c5bd09dc622b716e53a0c0d15aa8ff6e073c75e10230fe428a74969c96ac98fc"
            },
            "downloads": -1,
            "filename": "ssf-reducto-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "da6f12acf67f51516de4da52ae1f0722",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 23959671,
            "upload_time": "2024-08-31T00:22:55",
            "upload_time_iso_8601": "2024-08-31T00:22:55.088700Z",
            "url": "https://files.pythonhosted.org/packages/d0/9f/76d8350a5298062dc6ff7d6d91d7faadae47e14db3508cacf5406ec415bd/ssf-reducto-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-31 00:22:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "reductoai",
    "github_project": "ssf-reducto",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "requirements": [
        {
            "name": "Babel",
            "specs": [
                [
                    "==",
                    "2.8.0"
                ]
            ]
        },
        {
            "name": "convertdate",
            "specs": [
                [
                    "==",
                    "2.2.2"
                ]
            ]
        },
        {
            "name": "PyMeeus",
            "specs": [
                [
                    "==",
                    "0.3.7"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    "==",
                    "2.8.1"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": [
                [
                    "==",
                    "2020.1"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    "==",
                    "5.3.1"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.15.0"
                ]
            ]
        },
        {
            "name": "ummalqura",
            "specs": [
                [
                    "==",
                    "2.0.1"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "ssf-reducto"
}
        
Elapsed time: 1.16971s