Metadata-Version: |
2.1 |
Name: |
macos-notifications |
Version: |
0.2.1 |
Summary: |
Simple interactable Mac notifications with only pure-python dependencies |
Author-Email: |
Jorrick Sleijster <jorricks3[at]gmail.com> |
Project-Url: |
Documentation, https://jorricks.github.io/macos-notifications |
Project-Url: |
Home, https://github.com/Jorricks/macos-notifications |
Project-Url: |
Issues, https://github.com/Jorricks/macos-notifications/issues |
Project-Url: |
PullRequests, https://github.com/Jorricks/macos-notifications/pulls |
Project-Url: |
Source, https://github.com/Jorricks/macos-notifications |
Classifier: |
Intended Audience :: Information Technology |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Environment :: MacOS X |
Classifier: |
Environment :: MacOS X :: Aqua |
Classifier: |
Environment :: MacOS X :: Carbon |
Classifier: |
Environment :: MacOS X :: Cocoa |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Software Development :: Libraries :: Application Frameworks |
Classifier: |
Typing :: Typed |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Requires-Python: |
>=3.7 |
Requires-Dist: |
pyobjc-core (>=9.1.1) |
Requires-Dist: |
pyobjc-framework-Cocoa (>=9.1.1) |
Requires-Dist: |
pre-commit (<3.0.0,>=2.19.0); extra == "dev" |
Requires-Dist: |
mkdocs (<2.0.0,>=1.3.0); extra == "doc" |
Requires-Dist: |
mkdocs-material (<9.0.0,>=8.3.9); extra == "doc" |
Requires-Dist: |
mkdocstrings[python] (<1.0.0,>=0.19.0); extra == "doc" |
Requires-Dist: |
termynal (<1.0.0,>=0.2.0); extra == "doc" |
Requires-Dist: |
flake8 (<5.0.0,>=4.0.0); extra == "test" |
Requires-Dist: |
black (<23.0.0,>=22.6.0); extra == "test" |
Requires-Dist: |
isort (<6.0.0,>=5.10.1); extra == "test" |
Requires-Dist: |
mypy (==0.910); extra == "test" |
Provides-Extra: |
dev |
Provides-Extra: |
doc |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |