Skip to content

A series of python modules for interacting with the spacetraders API, caching info in Postgres, and logging those interactions

Notifications You must be signed in to change notification settings

Ctri-The-Third/spacetraders_sdk

Repository files navigation

PythonTemplate

PyTest

Python GitHub Template

A sample repository with some of my preferred settings baked in, for convenience.


Sections

VS Code

Two launch configurations, current file and main.py.

The editor formats automatically on save (using black). Pytest enabled and searching the folder "tests" linting enabled using pylint.

Pytest

configured to target the tests folder and scripts inside it
pytest.ini exists with some basic config. It's also got a sample "ignore" thing targetting the imaginary folder lib

Pylint

in the .pylintrc file, at the top is the list of things to ignore.


Readme outline

Executive Summary

PyTest

About

A series of python modules for interacting with the spacetraders API, caching info in Postgres, and logging those interactions

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages