Skip to main content

This package helps thoth app's interact with git forges like Github, Gitlab.

Project description

This library provides abstraction that allow’s thoth to interact with various source management systems. We use OGR underneath to interact with git forges.

Install

Use pipenv - This project is released on PyPI, so the latest release can be installed via pip or Pipenv as shown below:

pipenv install thoth-sourcemanagement

How to use -

from thoth.sourcemanagement.sourcemanagement import SourceManagement
from thoth.sourcemanagement.enums import ServiceType

# Service type you want to use
service_type = ServiceType.GITHUB
sm = SourceManagement(service_type, 'https://www.github.com', `private_token', 'username/repo_name')

Or if you want to use the application to interact as a Github Application -

# Service type you want to use
service_type = ServiceType.GITHUB
sm = SourceManagement(service_type=service_type, service_url='https://www.github.com', token=None, slug="username/repo_name", installation=True)
The environment variables that need to be set are -
  • GITHUB_PRIVATE_KEY_PATH - The path where the private key is located.

  • GITHUB_APP_ID - The Application ID of the Github app.

You could then call all the functions offered by the Source Management class.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

thoth-sourcemanagement-0.4.2.tar.gz (27.4 kB view details)

Uploaded Source

Built Distribution

thoth_sourcemanagement-0.4.2-py3-none-any.whl (9.9 kB view details)

Uploaded Python 3

File details

Details for the file thoth-sourcemanagement-0.4.2.tar.gz.

File metadata

  • Download URL: thoth-sourcemanagement-0.4.2.tar.gz
  • Upload date:
  • Size: 27.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.8

File hashes

Hashes for thoth-sourcemanagement-0.4.2.tar.gz
Algorithm Hash digest
SHA256 7f4bd9d59f494bba275d38e7998cd4f39d917abb40505c443f089f0c4aa0d362
MD5 934366c09a8ff709794caf8fbea929cf
BLAKE2b-256 f6f8dde4c4ef8206f6c88876929648ee6ae47ce5629740e751a238b52846cb33

See more details on using hashes here.

File details

Details for the file thoth_sourcemanagement-0.4.2-py3-none-any.whl.

File metadata

  • Download URL: thoth_sourcemanagement-0.4.2-py3-none-any.whl
  • Upload date:
  • Size: 9.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/39.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.8

File hashes

Hashes for thoth_sourcemanagement-0.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e44291f078cf60cf8a7f982709feb42fde93097cf4649e9fda64f0406aa9764c
MD5 1b90909c5deb1e7c43545074f1d9cf75
BLAKE2b-256 b9d2dcd2c7a28d5f6a53026c59b0c581173e1b347091d122539c073e52867cfd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page