Utilities for working with the Simply Plural API with Python
Project description
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 --versionin 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simplypluralutils-0.1.0.tar.gz.
File metadata
- Download URL: simplypluralutils-0.1.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
493729da0f11ba0a7d608e39008ea4eee51a06bbf014a58092b0201267495837
|
|
| MD5 |
1a6f2d625ebb1067b4d5548ff9517e90
|
|
| BLAKE2b-256 |
2100d23dd217e4a7aae27d040e845d1563ac866b4bcb773f18154be840db2a16
|
File details
Details for the file simplypluralutils-0.1.0-py3-none-any.whl.
File metadata
- Download URL: simplypluralutils-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7316af2adcbbe31fe91181db8ff5363aca008bfa4e95a42cb97b420cf813e955
|
|
| MD5 |
b5efe82749187483fdec569dcbbbcfb1
|
|
| BLAKE2b-256 |
42ad7320ae16a9f20ca31273af1ccdabcd3598219198656cf02339bc18dcaf4e
|