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
1,319 changes: 0 additions & 1,319 deletions poetry.lock

This file was deleted.

64 changes: 41 additions & 23 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,37 +1,54 @@
[tool.poetry]
[project]
name = "SS13-tools"
version = "2.4.1"
description = "Python toolchain for SS13"
authors = ["RigglePrime <27156122+RigglePrime@users.noreply.github.com>", "tattle <66640614+dragomagol@users.noreply.github.com>"]
authors = [
{ name = "RigglePrime", email = "27156122+RigglePrime@users.noreply.github.com" },
{ name = "tattle", email = "66640614+dragomagol@users.noreply.github.com" },
]
requires-python = ">=3.8.10,<4,<3.13"
readme = "README.md"
repository = "https://github.com/RigglePrime/SS13-tools"
keywords = ["ss13", "tgstation"]

[tool.poetry.dependencies]
python = "^3.8.10,<3.13"
requests = "^2.28.1"
colorama = "^0.4.6"
tqdm = "^4.64.1"
python-dateutil = "^2.8.2"
aiohttp = "^3.8.3"
pycryptodome = "^3.17"
ipython = "^8.12.0"
pyperclip = "^1.8.2"
keywords = [
"ss13",
"tgstation",
]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = [
"requests>=2.28.1,<3",
"colorama>=0.4.6,<0.5",
"tqdm>=4.64.1,<5",
"python-dateutil>=2.8.2,<3",
"aiohttp>=3.8.3,<4",
"pycryptodome>=3.17,<4",
"ipython>=8.12.0,<9",
"pyperclip>=1.8.2,<2",
]

[tool.poetry.group.dev.dependencies]
flake8 = "^6.0.0"
pylint = "^3.1.0"
pyinstaller = "^6.5.0"
autopep8 = "^2.0.2"
[project.urls]
Repository = "https://github.com/RigglePrime/SS13-tools"

[tool.poetry.scripts]
[project.scripts]
ss13tools = "ss13_tools.cli:run"
logbuddy = "ss13_tools.cli:log_buddy"
centcom = "ss13_tools.cli:centcom"

[dependency-groups]
dev = [
"flake8>=6.0.0,<7",
"pylint>=3.1.0,<4",
"pyinstaller>=6.5.0,<7",
"autopep8>=2.0.2,<3",
]

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
requires = ["uv_build>=0.9.26,<0.10.0"]
build-backend = "uv_build"

[tool.pylint.'MASTER']
disable = [
Expand All @@ -40,3 +57,4 @@ disable = [

[tool.pylint.'FORMAT']
max-line-length=127

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1,086 changes: 1,086 additions & 0 deletions uv.lock

Large diffs are not rendered by default.