mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Some checks failed
Check / build (audit) (push) Has been cancelled
Check / build (docs) (push) Has been cancelled
Check / build (format) (push) Has been cancelled
Check / build (lint) (push) Has been cancelled
Check / build (package) (push) Has been cancelled
Test / python-django (4.2, 3.10) (push) Has been cancelled
Test / python-django (4.2, 3.11) (push) Has been cancelled
Test / python-django (4.2, 3.12) (push) Has been cancelled
Test / python-django (4.2, 3.9) (push) Has been cancelled
Test / python-django (5.1, 3.10) (push) Has been cancelled
Test / python-django (5.1, 3.11) (push) Has been cancelled
Test / python-django (5.1, 3.12) (push) Has been cancelled
Test / python-django (5.1, 3.13) (push) Has been cancelled
Test / python-django (5.2, 3.10) (push) Has been cancelled
Test / python-django (5.2, 3.11) (push) Has been cancelled
Test / python-django (5.2, 3.12) (push) Has been cancelled
Test / python-django (5.2, 3.13) (push) Has been cancelled
Co-authored-by: Julian Haluska <j.haluska@gmx.de>
127 lines
5.1 KiB
TOML
127 lines
5.1 KiB
TOML
[build-system]
|
|
build-backend = "setuptools.build_meta"
|
|
requires = ["setuptools>=80"]
|
|
|
|
[project]
|
|
name = "django-analytical"
|
|
dynamic = ["version"]
|
|
description = "Analytics service integration for Django projects"
|
|
readme = "README.rst"
|
|
license = "MIT"
|
|
license-files = ["LICENSE.txt"]
|
|
authors = [
|
|
{name = "Joost Cassee", email = "joost@cassee.net"},
|
|
{name = "Joshua Krall", email = "joshuakrall@pobox.com"},
|
|
{name = "Aleck Landgraf", email = "aleck.landgraf@buildingenergy.com"},
|
|
{name = "Alexandre Pocquet", email = "apocquet@lecko.fr"},
|
|
{name = "Bateau Knowledge", email = "info@bateauknowledge.nl"},
|
|
{name = "Bogdan Bodnar", email = "bogdanbodnar@mail.com"},
|
|
{name = "Brad Pitcher", email = "bradpitcher@gmail.com"},
|
|
{name = "Corentin Mercier", email = "corentin@mercier.link"},
|
|
{name = "Craig Bruce", email = "craig@eyesopen.com"},
|
|
{name = "Daniel Vitiello", email = "ezdismissal@gmail.com"},
|
|
{name = "David Smith", email = "smithdc@gmail.com"},
|
|
{name = "Diederik van der Boor", email = "vdboor@edoburu.nl"},
|
|
{name = "Eric Amador", email = "eric.amador14@gmail.com"},
|
|
{name = "Eric Davis", email = "eric@davislv.com"},
|
|
{name = "Eric Wang", email = "gnawrice@gmail.com"},
|
|
{name = "Erick Massip", email = "ericmassip1@gmail.com"},
|
|
{name = "Garrett Coakley", email = "garrettc@users.noreply.github.com"},
|
|
{name = "Garrett Robinson", email = "garrett.f.robinson@gmail.com"},
|
|
{name = "GreenKahuna", email = "info@greenkahuna.com"},
|
|
{name = "Hugo Osvaldo Barrera", email = "hugo@barrera.io"},
|
|
{name = "Ian Ramsay", email = "ianalexr@yahoo.com"},
|
|
{name = "Iván Raskovsky", email = "raskovsky+git@gmail.com"},
|
|
{name = "James Paden", email = "james@xemion.com"},
|
|
{name = "Jannis Leidel", email = "jannis@leidel.info"},
|
|
{name = "Julien Grenier", email = "julien.grenier42@gmail.com"},
|
|
{name = "Kevin Olbrich", email = "ko@sv01.de"},
|
|
{name = "Marc Bourqui", email = "m.bourqui@edsi-tech.com"},
|
|
{name = "Martey Dodoo", email = "martey@mobolic.com"},
|
|
{name = "Martín Gaitán", email = "gaitan@gmail.com"},
|
|
{name = "Matthäus G. Chajdas", email = "dev@anteru.net"},
|
|
{name = "Max Arnold", email = "arnold.maxim@gmail.com"},
|
|
{name = "Nikolay Korotkiy", email = "sikmir@gmail.com"},
|
|
{name = "Paul Oswald", email = "pauloswald@gmail.com"},
|
|
{name = "Peter Bittner", email = "django@bittner.it"},
|
|
{name = "Petr Dlouhý", email = "petr.dlouhy@email.cz"},
|
|
{name = "Philippe O. Wagner", email = "admin@arteria.ch"},
|
|
{name = "Pi Delport", email = "pjdelport@gmail.com"},
|
|
{name = "Sandra Mau", email = "sandra.mau@gmail.com"},
|
|
{name = "Scott Adams", email = "scottadams80@gmail.com"},
|
|
{name = "Scott Karlin", email = "gitlab@karlin-online.com"},
|
|
{name = "Sean Wallace", email = "sean@lowpro.ca"},
|
|
{name = "Sid Mitra", email = "sidmitra.del@gmail.com"},
|
|
{name = "Simon Ye", email = "sye737@gmail.com"},
|
|
{name = "Steve Schwarz", email = "steve@agilitynerd.com"},
|
|
{name = "Steven Skoczen", email = "steven.skoczen@wk.com"},
|
|
{name = "Tim Gates", email = "tim.gates@iress.com"},
|
|
{name = "Tinnet Coronam", email = "tinnet@coronam.net"},
|
|
{name = "Uros Trebec", email = "uros@trebec.org"},
|
|
{name = "Walter Renner", email = "walter.renner@me.com"},
|
|
{name = "Julian Haluska", email = "mail@julianhaluska.de"},
|
|
{name = "Ronard Luna", email = "rlunag@proton.me"},
|
|
]
|
|
maintainers = [
|
|
{name = "Jazzband community", email = "jazzband-bot@users.noreply.github.com"},
|
|
{name = "Peter Bittner", email = "django@bittner.it"},
|
|
]
|
|
keywords=[
|
|
"django",
|
|
"analytics",
|
|
]
|
|
classifiers=[
|
|
"Development Status :: 5 - Production/Stable",
|
|
"Environment :: Web Environment",
|
|
"Framework :: Django",
|
|
"Framework :: Django :: 4.2",
|
|
"Framework :: Django :: 5.1",
|
|
"Framework :: Django :: 5.2",
|
|
"Intended Audience :: Developers",
|
|
"Operating System :: OS Independent",
|
|
"Programming Language :: Python",
|
|
"Programming Language :: Python :: 3",
|
|
"Programming Language :: Python :: 3 :: Only",
|
|
"Programming Language :: Python :: 3.9",
|
|
"Programming Language :: Python :: 3.10",
|
|
"Programming Language :: Python :: 3.11",
|
|
"Programming Language :: Python :: 3.12",
|
|
"Programming Language :: Python :: 3.13",
|
|
"Topic :: Internet :: WWW/HTTP",
|
|
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
|
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
]
|
|
requires-python = ">=3.9"
|
|
dependencies = [
|
|
"django>=4.2",
|
|
]
|
|
|
|
[project.urls]
|
|
Homepage = "https://github.com/jazzband/django-analytical"
|
|
Documentation = "https://django-analytical.readthedocs.io/"
|
|
|
|
[tool.coverage.report]
|
|
show_missing = true
|
|
skip_covered = true
|
|
|
|
[tool.coverage.run]
|
|
source = ["analytical"]
|
|
|
|
[tool.pytest.ini_options]
|
|
addopts = "--junitxml=tests/unittests-report.xml --color=yes --verbose"
|
|
DJANGO_SETTINGS_MODULE = "tests.testproject.settings"
|
|
|
|
[tool.ruff.format]
|
|
quote-style = "single"
|
|
|
|
[tool.ruff.lint.flake8-quotes]
|
|
inline-quotes = "single"
|
|
|
|
[tool.setuptools]
|
|
packages = [
|
|
"analytical",
|
|
"analytical.templatetags",
|
|
]
|
|
|
|
[tool.setuptools.dynamic]
|
|
version = {attr = "analytical.__version__"}
|