Skip to content

This repository serves as a starting point for developing data connectors for [Alan](https://alan.de) using Python and FastAPI.

Notifications You must be signed in to change notification settings

FlorianSattlerCS/alan-data-connector-template-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alan Data Connector Template

This repository serves as a starting point for developing data connectors for Alan using Python and FastAPI.

Prerequisites

  • Python >= 3.10 including pip and venv

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/alan-data-connector-template.git <your-connector-name>
    cd <your-connector-name>
  2. Create a virtual environment:

    python3 -m venv .venv
  3. Activate the virtual environment:

    • On macOS/Linux:

      source .venv/bin/activate
    • On Windows:

      .\.venv\Scripts\activate
  4. Install the dependencies:

    pip install -r requirements.txt

Running the Application

To run the FastAPI application, use the following command:

python main.py

About

This repository serves as a starting point for developing data connectors for [Alan](https://alan.de) using Python and FastAPI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%