{"id":13725485,"url":"https://github.com/py-moneyed/py-moneyed","last_synced_at":"2025-05-07T20:32:36.788Z","repository":{"id":44483907,"uuid":"1351437","full_name":"py-moneyed/py-moneyed","owner":"py-moneyed","description":"Provides Currency and Money classes for use in your Python code.","archived":false,"fork":false,"pushed_at":"2024-04-23T15:48:41.000Z","size":333,"stargazers_count":435,"open_issues_count":13,"forks_count":125,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-05-17T02:03:53.113Z","etag":null,"topics":["money","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/py-moneyed.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-02-10T17:08:47.000Z","updated_at":"2024-06-18T12:36:23.112Z","dependencies_parsed_at":"2024-01-19T01:12:08.700Z","dependency_job_id":"174b898b-d78f-4227-b908-b04361f3cb03","html_url":"https://github.com/py-moneyed/py-moneyed","commit_stats":{"total_commits":293,"total_committers":54,"mean_commits":5.425925925925926,"dds":0.6962457337883958,"last_synced_commit":"f45c0078b5ca2af098d5d75f2c54295e7196388e"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-moneyed%2Fpy-moneyed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-moneyed%2Fpy-moneyed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-moneyed%2Fpy-moneyed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-moneyed%2Fpy-moneyed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/py-moneyed","download_url":"https://codeload.github.com/py-moneyed/py-moneyed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222397356,"owners_count":16977672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["money","python"],"created_at":"2024-08-03T01:02:24.797Z","updated_at":"2024-11-14T15:31:22.401Z","avatar_url":"https://github.com/py-moneyed.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":".. image:: https://github.com/py-moneyed/py-moneyed/workflows/build/badge.svg\n    :target: https://github.com/py-moneyed/py-moneyed/actions?query=workflow%3Abuild\n    :alt: Build Status\n\n.. image:: https://badge.fury.io/py/py-moneyed.svg\n    :target: https://pypi.org/project/py-moneyed/\n    :alt: Latest PyPI version\n\n.. image:: https://readthedocs.org/projects/py-moneyed/badge/?version=latest\n   :target: http://py-moneyed.readthedocs.io/en/latest/?badge=latest\n\nOverview\n========\n\nThe need to represent instances of money frequently arises in software\ndevelopment, particularly any financial/economics software. To address that\nneed, the py-moneyed package provides the classes of Money and Currency, at a\nlevel more useful than just using Python's Decimal class, or ($DEITY forbid) the\nfloat primitive. The package is meant to be stand-alone and used directly, or\nbe subclassed further. py-moneyed is BSD-licensed.\n\nQuick start\n-----------\n\nTo install::\n\n    pip install py-moneyed\n\nUse:\n\n.. sourcecode:: python\n\n    from moneyed import Money, USD\n\n    five_dollars = Money(5, USD)\n\nYou then use ``Money`` objects as if they were numbers, and they behave\nsensibly. See `docs \u003chttps://py-moneyed.readthedocs.io/en/latest/\u003e`_ for more\ninformation (or the ``docs/`` folder).\n\nHistory\n-------\n\nSome of the py-moneyed code was first derived from python-money\navailable via this URL: http://code.google.com/p/python-money/\nDue to inactivity, it was forked by @limist in 2010 and later\nmoved to the py-moneyed organization.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpy-moneyed%2Fpy-moneyed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpy-moneyed%2Fpy-moneyed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpy-moneyed%2Fpy-moneyed/lists"}