mirror of
https://github.com/CrimsonTome/SimplyPluralUtils.git
synced 2025-05-20 02:50:50 +00:00
No description
src | ||
.gitignore | ||
.python-version | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
token.example.json | ||
uv.lock |
SimplyPluralUtils
Utilities for working with the Simply Plural API with Python
System requirements
- Python 3.8 or higher is required to run the tools (tested with 3.13). You can check your Python version by running
python --version
in your terminal. You can install it using your package manager or from the Python website. - Both Windows 10 and Linux have been tested.
- MacOS should work as well but has not been tested.
- It is recommended to use uv
Getting started
Clone the repository and navigate to the project directory.
git clone https://git.crimsontome.com/crimsontome/SimplyPluralUtils.git
cd SimplyPluralUtils
In order to get data from Simply Plural you will need to rename the secrets.example.json
file to secrets.json
and add your Simply Plural API key. You can find your API key by going into settings -> Account -> Tokens -> Add Token. Give it read access and copy the token into the file.
{
"SimplyPluralAPIKey": "your_api_key_here"
}
Run `uv sync` to install the dependencies and `uv run utils.py` to run the code.
## License
SimplyPluralUtils is licensed under the MIT license. The full license text is included in the [LICENSE](LICENSE) file in this repository. Tldr legal have a [great summary](https://www.tldrlegal.com/license/mit-license) of the license if you're interested.