Skip to main content

Sample Python Project for creating a new Python Module

Project description

Python Project Template

This project follows the Python Standards declared in PEP 621. This uses a pyproject.yaml to configuration the project. In this example, flit is used to simplify the build process, and publish to pypi.

Project Organization

  • .devcontainer - This directory contains required files for creating a Codespace.
  • .github
    • workflows - Contains GitHub Actions used for building, testing and publishing.
      • publish-test.yml - Publish wheels to https://test.pypi.org/
      • publish.yml - Publish wheels to https://pypi.org/
      • pull-request.yml - Build and Test pull requests before commiting to main.
      • template-sync.yml - Update GitHub Repo with enhancments to base template
  • docs - collect documents (default format .md)
  • src - place new source code here
    • python_package - sample package (this can be deleted when creating a new repository)
  • tests - contains Python based test cases to validation src code
  • .pre-commit-config.yaml - Contains various pre-check fixes for Python
  • .templateversionrc - used to track template version usage.
  • MANIFEST.in - Declares additional files to include in Python whl
  • pyproject.toml - Python Project Declaration
  • ws.code-workspace - Recommended configurations for Visual Studio Code

pyproject.toml

The following sections are defined in the configuration toml.

  • build-system
  • project
    • optional-dependencies
    • urls
  • tool
    • bandit
    • coverage
      • run
      • report
    • pyright
    • pytest
    • tox
    • pylint
      • MESSAGES CONTROL
      • REPORTS
      • REFACTORING
      • BASIC
      • FORMAT
      • LOGGING
      • MISCELLANEOUS
      • SIMILARITIES
      • SPELLING
      • STRING
      • TYPECHECK
      • VARIABLES
      • CLASSES
      • DESIGN
      • IMPORTS
      • EXCEPTIONS

build-system

TODO: add info on flit configuration

project

This section defines the project metadata, which may have been previously contained in a setup.py file.

optional-dependencies

This are otpimal dependancey groups that can be installed via 'pip install .[tests]'. One group is included for dependancies required for testing. A second group is included for PySpark based dependancies.

tool

This section defines the configurations for additional tools used to format, lint, type-check, and analysis Python code.

bandit

Performs Security Static Analysis checks on code base.

black

Auto-formats code

coverage

Configures code coverage reports generatated during testing.

pyright

Performs static type checking on Python.

pytest

Configures various test markers used during testing.

pylint

Performs Linting and Static Analysis. Any modifictions made by the auto-formater (black) are always considered correct.

Publish to PyPi from GitHub

In order to publish to PyPi, a repostirory secret must be created, "PYPI_PASSWORD". In order to publish to the Test PyPi, a second secret must be added, "TEST_PYPI_PASSWORD".

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

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

cx-copilot-0.0.5.tar.gz (654.3 kB view details)

Uploaded Source

Built Distribution

cx_copilot-0.0.5-py3-none-any.whl (11.6 kB view details)

Uploaded Python 3

File details

Details for the file cx-copilot-0.0.5.tar.gz.

File metadata

  • Download URL: cx-copilot-0.0.5.tar.gz
  • Upload date:
  • Size: 654.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.20.0

File hashes

Hashes for cx-copilot-0.0.5.tar.gz
Algorithm Hash digest
SHA256 32c777c29f0678c3d170c406f080b7e21db32638cfad459c7d319befa6cf38ce
MD5 0c07df2be3b2ed74930b54583f4009f1
BLAKE2b-256 0043fdebc6648d62c15579d6b79661c41cbf6070f917ee0d1042e0ce73e0c845

See more details on using hashes here.

File details

Details for the file cx_copilot-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: cx_copilot-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 11.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.20.0

File hashes

Hashes for cx_copilot-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 1f69309ba40e97eb4a350e8845fc998324b64d5c0e78b9b22f09d4ee6d76e67c
MD5 a657a26e0d7a0b89648ac80870f5e9ec
BLAKE2b-256 0fde31c5c592b3f3e3caf0c173743edd96f1f16b22a77238b3dd77f0aa339bf4

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