spiget-orm#

Build Status codecov Documentation Build Status Code style: black Python support versions badge (from pypi)

ORM Spiget Python API Integration!

Features#

  • Full support of ORM implementation!

  • API version 2.

Installing#

pip install spiget-orm

Installing for local developing#

git clone https://https://github.com/PerchunPak/spiget-orm.git
cd spiget-orm

Then install poetry recommended way.

If you are on a Linux, use:

curl -sSL https://install.python-poetry.org | python -

If you are on a Windows, open PowerShell with admin name and use:

(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python -

And finally install all dependencies:

poetry install -E docs

Example#

>>> from spiget_orm import some_function
>>> some_function(3, 4)
Currently in work!

Thanks#

This project was generated with ``fire-square-style` <https://github.com/fire-square/fire-square-style>`_. Current template version is: 3f9499da850cfb73e5c6d9adbaaa47afac76e68a. See what is updated since then.

Pages#

Changelog

Indices and tables#