Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 19 additions & 11 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,25 @@
Release History
---------------

0.1.0 (2016-12-02)
0.5.4 (2025-09-14)
++++++++++++++++++

* initial release
* support API v1
* fix channel model to refernce owner object only if it exists
* update project dependencies and configuration files with new format


0.2.0 (2017-08-19)
0.4.0 (2022-09-26)
++++++++++++++++++

* add most channel and message endpoints
* skipping old tagged versioning
* fix on Python 3.10


0.2.1 (2017-11-03)
0.2.3 (2018-03-31)
++++++++++++++++++

* update missing parameter constants
* add poll endpoints


0.2.2 (2018-01-29)
Expand All @@ -27,14 +30,19 @@ Release History
* add many missing endpoints, testing, documentation


0.2.3 (2018-03-31)
0.2.1 (2017-11-03)
++++++++++++++++++

* add poll endpoints
* update missing parameter constants


0.4.0 (2022-09-26)
0.2.0 (2017-08-19)
++++++++++++++++++

* skipping old tagged versioning
* fix on Python 3.10
* add most channel and message endpoints


0.1.0 (2016-12-02)
++++++++++++++++++

* initial release
33 changes: 33 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[project]
name = "pnutpy"
version = "0.5.4"
authors = [
{name = "33MHz, pnut.io", email = "support@pnut.io"},
{name = "Morgan McMillian", email = "morgan@mcmillian.dev"},
]
license = "MIT"
description = "pnut.io API library for python"
keywords = ["pnut.io", "api", "library"]
readme = "README.rst"
urls = {Homepage = "https://github.com/pnut-api/PNUTpy"}
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
dependencies = [
"python-dateutil>=2.9",
"requests>=2.32.5",
]
requires-python = ">=3.10"

[tool.setuptools]
zip-safe = true
include-package-data = false

[tool.setuptools.packages.find]
exclude = ["tests"]
namespaces = false
5 changes: 0 additions & 5 deletions setup.cfg

This file was deleted.

19 changes: 0 additions & 19 deletions setup.py

This file was deleted.