# Squaredown
We use Square as our point of sale system for our businesses. It works really well for most applications, but it takes too long to produce reports in a way that meets our business needs and the process is just too manual. We needed an automated way to produce our customized reports either at a click of a button or on a schedule. To do that we download the Square data into a MongoDB database. This is the code that we use to connect Square to MongoDB.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
This package supports the following version of Python. It probably supports older versions, but they have not been tested.
- Python 3.10 or later
### Installing
Install the latest package using pip.
```bash
$ pip install squaredown
```
End with an example of getting some data out of the system or using it for a little demo
## Running the tests
Explain how to run the automated tests for this system
```bash
$ python -m pytest
```
## Usage
TODO
## Authors
- **Jason Romano** - [Aracnid](https://github.com/aracnid)
See also the list of [contributors](https://github.com/lakeannebrewhouse/squaredown/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details
Raw data
{
"_id": null,
"home_page": "https://github.com/aracnid/squaredown",
"name": "squaredown",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.10",
"maintainer_email": null,
"keywords": "python, square, mongodb",
"author": "Jason Romano",
"author_email": "aracnid@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/4e/c2/3c3e86cd3ad7ecfde9875cfbdc249e5983533c8df857df50d873b4a9b3de/squaredown-1.7.2.tar.gz",
"platform": null,
"description": "# Squaredown\n\nWe use Square as our point of sale system for our businesses. It works really well for most applications, but it takes too long to produce reports in a way that meets our business needs and the process is just too manual. We needed an automated way to produce our customized reports either at a click of a button or on a schedule. To do that we download the Square data into a MongoDB database. This is the code that we use to connect Square to MongoDB.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\nThis package supports the following version of Python. It probably supports older versions, but they have not been tested.\n\n- Python 3.10 or later\n\n### Installing\n\nInstall the latest package using pip.\n\n```bash\n$ pip install squaredown\n```\n\nEnd with an example of getting some data out of the system or using it for a little demo\n\n## Running the tests\n\nExplain how to run the automated tests for this system\n\n```bash\n$ python -m pytest\n```\n\n## Usage\n\nTODO\n\n## Authors\n\n- **Jason Romano** - [Aracnid](https://github.com/aracnid)\n\nSee also the list of [contributors](https://github.com/lakeannebrewhouse/squaredown/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Customized Square interface",
"version": "1.7.2",
"project_urls": {
"Homepage": "https://github.com/aracnid/squaredown",
"Repository": "https://github.com/aracnid/squaredown"
},
"split_keywords": [
"python",
" square",
" mongodb"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5bcb3b6422d7cb6271f8c1e63abc33370c4be5a3f615fdc15fac02244dc8e894",
"md5": "a509b9f18a417ec782669f3c2922b219",
"sha256": "d79e2c0f3bf2bfe03df16aca50e9f51f6388772cb28cf0ba39cd6bed0fd28621"
},
"downloads": -1,
"filename": "squaredown-1.7.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a509b9f18a417ec782669f3c2922b219",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.10",
"size": 21108,
"upload_time": "2024-12-23T14:25:03",
"upload_time_iso_8601": "2024-12-23T14:25:03.478382Z",
"url": "https://files.pythonhosted.org/packages/5b/cb/3b6422d7cb6271f8c1e63abc33370c4be5a3f615fdc15fac02244dc8e894/squaredown-1.7.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4ec23c3e86cd3ad7ecfde9875cfbdc249e5983533c8df857df50d873b4a9b3de",
"md5": "95884f78b73f7bb40ed90362fccb0b40",
"sha256": "3ed3a98fcd3a6eb0767af056685d8fa3278c705e9fb5ecdb1c671a28857891c7"
},
"downloads": -1,
"filename": "squaredown-1.7.2.tar.gz",
"has_sig": false,
"md5_digest": "95884f78b73f7bb40ed90362fccb0b40",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.10",
"size": 16431,
"upload_time": "2024-12-23T14:25:05",
"upload_time_iso_8601": "2024-12-23T14:25:05.986691Z",
"url": "https://files.pythonhosted.org/packages/4e/c2/3c3e86cd3ad7ecfde9875cfbdc249e5983533c8df857df50d873b4a9b3de/squaredown-1.7.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-23 14:25:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "aracnid",
"github_project": "squaredown",
"github_not_found": true,
"lcname": "squaredown"
}