nontrinsic/python
2
1
Fork
You've already forked python
0
a Python wrapper for Nontrinsic https://pypi.org/project/nontrinsic
  • Python 100%
2026年05月28日 14:26:44 +00:00
src/nontrinsic bump version 2026年05月28日 14:26:44 +00:00
.gitignore first working version 2026年01月24日 22:08:44 +03:00
DOCS.md it is pypi package time 2026年04月14日 16:59:57 +00:00
LICENSE Initial commit 2026年01月24日 18:29:04 +01:00
pyproject.toml now nontrinsic wrapper is truly os independent 2026年05月28日 06:18:03 +00:00
README.md it is pypi package time 2026年04月14日 16:59:57 +00:00

Nontrinsic Python wrapper

docs will be here when i uneep

Usage

Getting nonsense

from nontrinsic import Nontrinsic
non = Nontrinsic()
non.get_random_nonsense() # returns one random nonsense as Nonsense object
non.get_nonsense(uuid) # returns Nonsense object with uuid UUID
non.get_nonsense_image(uuid) # returns NonsensePartialFile with image of nonsense with uuid UUID
non.get_all_nonsense(query, format, before, after) #used to return all nonsenses in NonsenseList object with filters such as query, before and after, (all optional), format can be JSON, CSV or TXT, by default its JSON, CSV and TXT are returned as NonsenseFile objects

Misc

non.get_status() # returns NontrinsicStatus object