Coder Social home page Coder Social logo

r0kym / seat-navy-issue Goto Github PK

View Code? Open in Web Editor NEW

This project forked from altaris/seat-navy-issue

1.0 0.0 0.0 11.58 MB

Not affiliated with the original SeAT

Home Page: https://altaris.github.io/seat-navy-issue/

License: MIT License

Makefile 0.58% Python 99.42%

seat-navy-issue's Introduction

SeAT Navy Issue

not affiliated with the original SeAT

Swagger Documentation Maintainability Python 3 Code style MIT License

Logo 256x256

logo derived from the work of Smashicons

SeAT Navy Issue is a simpler alternative to SeAT. In short, it is an EVE Online community manager, in the form of a REST API. Its core functionalities include:

  • managing corporations, alliances, and even coalitions;
  • creating and managing custom groups;
  • storing and refreshing ESI tokens; making queries against the ESI;
  • a simplistic clearance system;
  • a Discord and Teamspeak connector.

Note that this project is just a backend. For a nice web-based user interface, check out SNI-frontend.

Getting started

Dependencies

  • python3.8;
  • requirements.txt for runtime dependencies;
  • requirements.dev.txt for development dependencies.

Simply run

virtualenv venv -p python3.8
. ./venv/bin/activate
pip install -r requirements.txt
pip install -r requirements.dev.txt

Running

make run
RUN_ARGS='--help' make run  # Custom command line arguments

Documentation

Simply run

make docs

This will generate the HTML doc of the project, and the index file should be at docs/_build/index.html.

Code quality

Don't forget to run

make

to format the code following black, typecheck it using mypy, and check it using pylint, and check for common vulnerabilities using bandit.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.