easytax


Nameeasytax JSON
Version 0.0.20 PyPI version JSON
download
home_pageNone
SummaryA lightweight package for personal income taxes
upload_time2024-10-20 14:26:45
maintainerNone
docs_urlNone
authorNone
requires_python>=3.3
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # taxes
A lightweight Python Repo for calculating personal income taxes. Contributions are welcome.

## Installing
```shell
python3 -m pip install easytax
```

## Example Usage
```shell
python3 examples/example.py
```

## Contributing
1. Clone the [taxes](https://github.com/leehagoodjames/taxes) repo with:
```shell
git clone https://github.com/leehagoodjames/taxes.git
```
2. Change directories to the project's root with:
```shell
cd taxes
```
3. Ensure tests pass with:
```shell
python3 -m unittest discover tests
```
4. Make awesome changes!


## Releasing New Modules
1. Increment the version in `pyproject.toml`
2. Build with:
```shell
rm -rf dist; python3 -m build
```
3. Upload to pypi with:
```shell
python3 -m twine upload --repository pypi dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "easytax",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.3",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Lee James <leehagoodjames@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/29/af/9dab15d62d1a6afda039db8ecc0c00ebfa78417bf777ae8e865ac942c3f8/easytax-0.0.20.tar.gz",
    "platform": null,
    "description": "# taxes\nA lightweight Python Repo for calculating personal income taxes. Contributions are welcome.\n\n## Installing\n```shell\npython3 -m pip install easytax\n```\n\n## Example Usage\n```shell\npython3 examples/example.py\n```\n\n## Contributing\n1. Clone the [taxes](https://github.com/leehagoodjames/taxes) repo with:\n```shell\ngit clone https://github.com/leehagoodjames/taxes.git\n```\n2. Change directories to the project's root with:\n```shell\ncd taxes\n```\n3. Ensure tests pass with:\n```shell\npython3 -m unittest discover tests\n```\n4. Make awesome changes!\n\n\n## Releasing New Modules\n1. Increment the version in `pyproject.toml`\n2. Build with:\n```shell\nrm -rf dist; python3 -m build\n```\n3. Upload to pypi with:\n```shell\npython3 -m twine upload --repository pypi dist/*\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A lightweight package for personal income taxes",
    "version": "0.0.20",
    "project_urls": {
        "Bug Tracker": "https://github.com/leehagoodjames/taxes/issues",
        "Homepage": "https://github.com/leehagoodjames/taxes"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4e46e0bfec655fffed243d0aea03ee730e672e71d433ba64a40d57aa027b0e5",
                "md5": "3ef4a2357390070ea45975c5f12ec478",
                "sha256": "6c1e6612d996c72c7d0b71f4b54da112e57efcdc66f6d5c48bd338358bdc5225"
            },
            "downloads": -1,
            "filename": "easytax-0.0.20-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3ef4a2357390070ea45975c5f12ec478",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.3",
            "size": 28624,
            "upload_time": "2024-10-20T14:26:43",
            "upload_time_iso_8601": "2024-10-20T14:26:43.688450Z",
            "url": "https://files.pythonhosted.org/packages/c4/e4/6e0bfec655fffed243d0aea03ee730e672e71d433ba64a40d57aa027b0e5/easytax-0.0.20-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29af9dab15d62d1a6afda039db8ecc0c00ebfa78417bf777ae8e865ac942c3f8",
                "md5": "cf81308d4bb916437bcd7689137376cb",
                "sha256": "cad2f38667c53a0c4791ff511a9af15b876489ea8ca679d9b859959ea7734da5"
            },
            "downloads": -1,
            "filename": "easytax-0.0.20.tar.gz",
            "has_sig": false,
            "md5_digest": "cf81308d4bb916437bcd7689137376cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.3",
            "size": 21109,
            "upload_time": "2024-10-20T14:26:45",
            "upload_time_iso_8601": "2024-10-20T14:26:45.482573Z",
            "url": "https://files.pythonhosted.org/packages/29/af/9dab15d62d1a6afda039db8ecc0c00ebfa78417bf777ae8e865ac942c3f8/easytax-0.0.20.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-20 14:26:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "leehagoodjames",
    "github_project": "taxes",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "easytax"
}
        
Elapsed time: 0.87999s