{"id":20065831,"url":"https://github.com/altaris/seat-navy-issue","last_synced_at":"2026-06-09T19:31:14.890Z","repository":{"id":85036429,"uuid":"272651536","full_name":"altaris/seat-navy-issue","owner":"altaris","description":"Not affiliated with the original SeAT","archived":false,"fork":false,"pushed_at":"2020-12-14T23:19:12.000Z","size":11945,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-09T04:56:59.519Z","etag":null,"topics":["api-server","esi","eve-online","python3"],"latest_commit_sha":null,"homepage":"https://altaris.github.io/seat-navy-issue/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/altaris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-06-16T08:23:46.000Z","updated_at":"2021-05-04T10:58:37.000Z","dependencies_parsed_at":"2023-09-24T18:12:30.801Z","dependency_job_id":null,"html_url":"https://github.com/altaris/seat-navy-issue","commit_stats":{"total_commits":368,"total_committers":2,"mean_commits":184.0,"dds":0.005434782608695676,"last_synced_commit":"0595cdd25503e9702b847f083fbb6d5cb92b6829"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/altaris/seat-navy-issue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altaris%2Fseat-navy-issue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altaris%2Fseat-navy-issue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altaris%2Fseat-navy-issue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altaris%2Fseat-navy-issue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/altaris","download_url":"https://codeload.github.com/altaris/seat-navy-issue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/altaris%2Fseat-navy-issue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34123171,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-server","esi","eve-online","python3"],"created_at":"2024-11-13T13:53:02.087Z","updated_at":"2026-06-09T19:31:14.872Z","avatar_url":"https://github.com/altaris.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"SeAT Navy Issue\n===============\n\n*not affiliated with the original [SeAT](https://github.com/eveseat/seat)*\n\n[![Swagger](https://badgen.net/badge/openapi/3/red)](https://editor.swagger.io/?url=https://raw.githubusercontent.com/altaris/seat-navy-issue/master/docs/openapi.yml)\n[![Documentation](https://badgen.net/badge/documentation/here/green)](https://altaris.github.io/seat-navy-issue/)\n[![Maintainability](https://api.codeclimate.com/v1/badges/c96b3a343687b9a4a3fa/maintainability)](https://codeclimate.com/github/altaris/seat-navy-issue/maintainability)\n![Python 3](https://badgen.net/badge/Python/3/blue)\n[![Code style](https://badgen.net/badge/style/black/black)](https://pypi.org/project/black/)\n[![MIT License](https://badgen.net/badge/license/MIT/blue)](https://choosealicense.com/licenses/mit/)\n\n![Logo 256x256](res/logo.256.png)\n\n*logo derived from the work of [Smashicons](https://smashicons.com/)*\n\nSeAT Navy Issue is a simpler alternative to\n[SeAT](https://github.com/eveseat/seat). In short, it is an EVE Online\ncommunity manager, in the form of a REST API. Its core functionalities include:\n\n* managing corporations, alliances, and even coalitions;\n* creating and managing custom groups;\n* storing and refreshing ESI tokens; making queries against the ESI;\n* a simplistic clearance system;\n* a Discord and Teamspeak connector.\n\nNote that this project is just a backend. For a nice web-based user interface,\ncheck out [SNI-frontend](https://github.com/r0kym/SNI-frontend).\n\n# Getting started\n\n## Dependencies\n\n* `python3.8`;\n* `requirements.txt` for runtime dependencies;\n* `requirements.dev.txt` for development dependencies.\n\nSimply run\n```sh\nvirtualenv venv -p python3.8\n. ./venv/bin/activate\npip install -r requirements.txt\npip install -r requirements.dev.txt\n```\n\n## Running\n\n```sh\nmake run\nRUN_ARGS='--help' make run  # Custom command line arguments\n```\n\n## Documentation\n\nSimply run\n```sh\nmake docs\n```\nThis will generate the HTML doc of the project, and the index file should be at\n`docs/_build/index.html`.\n\n\n## Code quality\n\nDon't forget to run\n```sh\nmake\n```\nto format the code following [black](https://pypi.org/project/black/),\ntypecheck it using [mypy](http://mypy-lang.org/), and check it using\n[pylint](https://pylint.org/), and check for common vulnerabilities using [bandit](https://pypi.org/project/bandit/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltaris%2Fseat-navy-issue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faltaris%2Fseat-navy-issue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faltaris%2Fseat-navy-issue/lists"}