Skip to main content

A Wrapper to access information from Microsoft DevOps

Project description

Goal

This lib is reponsable for retriving data and sending commands to Microsoft DevOps.

Installation

To install tfsx, run this command in your terminal:

pip install tfsx

Usage

To use tfsx in a Python project:

from tfs.tfs import TFS
from pprint import pprint 
from datetime import datetime
def main():

    tfs = TFS('<userkey>','<serverurl')

    work_itens = tfs.get_work_item_query_by_wiql_epic_user_story_product_backlog_item()
    pprint (len(work_itens))

    work_itens = tfs.get_work_item_query_by_wiql_task()
    pprint (len(work_itens))    

if __name__ == "__main__":
    main()

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

tfsx-1.2.14-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

Details for the file tfsx-1.2.14-py3-none-any.whl.

File metadata

  • Download URL: tfsx-1.2.14-py3-none-any.whl
  • Upload date:
  • Size: 3.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.3

File hashes

Hashes for tfsx-1.2.14-py3-none-any.whl
Algorithm Hash digest
SHA256 e772c8d82d607dc07b53ed31d8db2c000159605e7d5f31131b7aad368e1fdb5a
MD5 2b656820ad84735cfdb5cfff9921a0e9
BLAKE2b-256 8ca087355eaa787740464fe70564c9bbf2eec1556da1a74547c9d7dc06300b83

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