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.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
This package supports the following version of Python. It probably supports older versions, but they have not been tested.
- Python 3.10 or later
Install the latest package using pip.
$ pip install squaredown
End with an example of getting some data out of the system or using it for a little demo
Explain how to run the automated tests for this system
$ python -m pytest
TODO
- Jason Romano - Aracnid
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details