Skip to main content

ContextPilot - A Python package

Project description

ContextPilot

A Python package.

Installation

pip install contextpilot

Development

Setup

# Clone the repository
git clone https://github.com/yourusername/ContextPilot.git
cd ContextPilot

# Install in development mode with dev dependencies
pip install -e ".[dev]"

Running Tests

pytest

Publishing to PyPI

Prerequisites

  1. Create accounts on PyPI and TestPyPI
  2. Generate API tokens from your account settings

Build and Publish

# Install build tools
pip install build twine

# Build the package
python -m build

# Upload to TestPyPI first (recommended)
python -m twine upload --repository testpypi dist/*

# Upload to PyPI
python -m twine upload dist/*

Using API Tokens

You can configure your API tokens in ~/.pypirc:

[pypi]
username = __token__
password = pypi-YOUR-TOKEN-HERE

[testpypi]
username = __token__
password = pypi-YOUR-TOKEN-HERE

Or use environment variables:

export TWINE_USERNAME=__token__
export TWINE_PASSWORD=pypi-YOUR-TOKEN-HERE

License

Apache License 2.0

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

contextpilot-0.1.0.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

contextpilot-0.1.0-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file contextpilot-0.1.0.tar.gz.

File metadata

  • Download URL: contextpilot-0.1.0.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for contextpilot-0.1.0.tar.gz
Algorithm Hash digest
SHA256 7747593a19e2aa3cb08b22dcac2530341e5ff995ec8f971b183220a314af14d6
MD5 787bfc9d11467ab185460d1961ed209f
BLAKE2b-256 835421f72829c28378ecd83acce6cefdc8d05b27edb885c4dbfb467192fa1382

See more details on using hashes here.

File details

Details for the file contextpilot-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: contextpilot-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for contextpilot-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0bfffeb168756389bbabc23aaf8a8f4c6179578bcd420e1172018280eae03051
MD5 1f356539e53f97432785de8d0b20ba03
BLAKE2b-256 bbc0ab97a25a70b50a3a572cd792bc02fe18f83fd3ec988fc6824dca81cce44e

See more details on using hashes here.

Supported by

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