mydatanaut


Namemydatanaut JSON
Version 0.1.3 PyPI version JSON
download
home_pageNone
SummaryPython library for AADE myData REST API
upload_time2024-12-17 16:34:17
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT License Copyright (c) 2024 Thanos Theodoridis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords aade mydata api
VCS
bugtrack_url
requirements requests xsdata
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mydatanaut - ΑΑΔΕ/myData Python library
`mydatanaut` library provides a convenient way for accessing myData REST API from applications written in the Python language. 

### Introduction & Disclaimer
This library was authored primarily to aid the relay of invoices generated by Stripe to AADE/myData in a production django application. Although the current code is being used in production it **should not be considered mature, safe and feature-proof** for your production environment.

You should treat this library as a basis for contributing improvements such as implementation of new features, bug fixes, test cases and refactorings vs having to implement the API from scratch on your own. This library will be maintained/improved only to the extend the original author sees fit to serve the purposes of other software.

⭐️ Contributions are welcome!

### Installation
```
pip install --upgrade mydatanaut
```

### Usage
Please see [examples](https://github.com/attheodo/mydatanaut/tree/main/example)

### Documentation
- Official myDATA webpage: [AADE myDATA](https://www.aade.gr/mydata)
- Official myDATA documentation: [AADE myDATA REST API v1.0.9](https://www.aade.gr/sites/default/files/2024-07/myDATA%20API%20Documentation%20v1.0.9_official_erp.pdf)

In order to use this package, you will need a `user id` and a `subscription key`. You can get these credentials by signing up to mydata rest api.

- Development/Sandbox: [MyData Development API](https://mydata-dev-register.azurewebsites.net/)
- Production: [MyData](https://www.aade.gr/mydata)


### Credits
Progress in developing this library would have been extremely slow and frustrating if not for the PHP package [aade-mydata](https://github.com/firebed/aade-mydata) put together by [Okan Giritli](https://github.com/firebed). 

### License
This library is licenses under the [MIT License](License.md)
Copyright 2024 © Thanos "attheodo" Theodoridis

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mydatanaut",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "AADE, myData, API",
    "author": null,
    "author_email": "Thanos Theodoridis <at@atworks.gr>",
    "download_url": "https://files.pythonhosted.org/packages/7b/c8/6bb27e0cdb2643a3a23781a3c758ae16edffb74eb389800f2fd1ccd31d18/mydatanaut-0.1.3.tar.gz",
    "platform": null,
    "description": "# mydatanaut - \u0391\u0391\u0394\u0395/myData Python library\n`mydatanaut` library provides a convenient way for accessing myData REST API from applications written in the Python language. \n\n### Introduction & Disclaimer\nThis library was authored primarily to aid the relay of invoices generated by Stripe to AADE/myData in a production django application. Although the current code is being used in production it **should not be considered mature, safe and feature-proof** for your production environment.\n\nYou should treat this library as a basis for contributing improvements such as implementation of new features, bug fixes, test cases and refactorings vs having to implement the API from scratch on your own. This library will be maintained/improved only to the extend the original author sees fit to serve the purposes of other software.\n\n\u2b50\ufe0f Contributions are welcome!\n\n### Installation\n```\npip install --upgrade mydatanaut\n```\n\n### Usage\nPlease see [examples](https://github.com/attheodo/mydatanaut/tree/main/example)\n\n### Documentation\n- Official myDATA webpage: [AADE myDATA](https://www.aade.gr/mydata)\n- Official myDATA documentation: [AADE myDATA REST API v1.0.9](https://www.aade.gr/sites/default/files/2024-07/myDATA%20API%20Documentation%20v1.0.9_official_erp.pdf)\n\nIn order to use this package, you will need a `user id` and a `subscription key`. You can get these credentials by signing up to mydata rest api.\n\n- Development/Sandbox: [MyData Development API](https://mydata-dev-register.azurewebsites.net/)\n- Production: [MyData](https://www.aade.gr/mydata)\n\n\n### Credits\nProgress in developing this library would have been extremely slow and frustrating if not for the PHP package [aade-mydata](https://github.com/firebed/aade-mydata) put together by [Okan Giritli](https://github.com/firebed). \n\n### License\nThis library is licenses under the [MIT License](License.md)\nCopyright 2024 \u00a9 Thanos \"attheodo\" Theodoridis\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Thanos Theodoridis  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Python library for AADE myData REST API",
    "version": "0.1.3",
    "project_urls": {
        "Bug Tracker": "https://github.com/attheodo/mydatanaut/issues",
        "Homepage": "https://github.com/attheodo/mydatanaut"
    },
    "split_keywords": [
        "aade",
        " mydata",
        " api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "852b94e9c55e360cb930dfa8a5082e7d866f7b93fd214ed33ecef3ca619e63eb",
                "md5": "d1014c8a5be14909983e16dd82ffea01",
                "sha256": "3cbc4e32e4246e258b39471b10c74fdd5f7948c6339cc3145a04bb5c0efcaaa1"
            },
            "downloads": -1,
            "filename": "mydatanaut-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d1014c8a5be14909983e16dd82ffea01",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 59519,
            "upload_time": "2024-12-17T16:34:15",
            "upload_time_iso_8601": "2024-12-17T16:34:15.925443Z",
            "url": "https://files.pythonhosted.org/packages/85/2b/94e9c55e360cb930dfa8a5082e7d866f7b93fd214ed33ecef3ca619e63eb/mydatanaut-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7bc86bb27e0cdb2643a3a23781a3c758ae16edffb74eb389800f2fd1ccd31d18",
                "md5": "e9300327b8bbbe66893fcdf450033fca",
                "sha256": "c2aa20615b600d91b5abd218354f0fe18b7eb6a75f4f3e29832ab66580c8c169"
            },
            "downloads": -1,
            "filename": "mydatanaut-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "e9300327b8bbbe66893fcdf450033fca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 32606,
            "upload_time": "2024-12-17T16:34:17",
            "upload_time_iso_8601": "2024-12-17T16:34:17.258513Z",
            "url": "https://files.pythonhosted.org/packages/7b/c8/6bb27e0cdb2643a3a23781a3c758ae16edffb74eb389800f2fd1ccd31d18/mydatanaut-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-17 16:34:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "attheodo",
    "github_project": "mydatanaut",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.32.3"
                ]
            ]
        },
        {
            "name": "xsdata",
            "specs": [
                [
                    "==",
                    "24.11"
                ]
            ]
        }
    ],
    "lcname": "mydatanaut"
}
        
Elapsed time: 0.34698s