Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 2.47 KB

File metadata and controls

43 lines (23 loc) · 2.47 KB

Contributing

Contributors and contributions are welcome. Please read these guidelines first.

Git github

The project homepage is on GitHub.

Contributors can open pull requests from a fork targeting the parent main branch. But it may be a good first step to create an issue or open a discussion topic.

Repo folder

Setting up the project should be fairly simply once you're cloned the repo. A minimum of Python 3.10 is recommended.

It is necessary to have an API username and key from the FCA developer portal first.

Dependencies cubes

The only external dependency is requests.

Development dependencies are specified in the [tool.pdm.dev-dependencies] section of the project TOML, but these are purely indicative.

Tests microscope

Tests are located in the tests folder and can be run directly or via there Makefile which provides a unittests target. Linting is done via Ruff (make lint) and there are also doctests (make doctests).

The unit and doctests require the API username (API_USERNAME) and key (API_KEY) to be available in the environment.

Documentation book

This documentation site is written, built and deployed using reStructuredText, Sphinx, and Read the Docs (RTD) respectively. The Sphinx theme used is Furo.

CI circle-play

The CI workflows are defined here and there is also a separate CodeQL workflow.

Releases upload

The package is currently at version 1.3.1.

Releases are created and published (to PyPI and GitHub) manually.