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
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
Release history Release notifications | RSS feed
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)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7747593a19e2aa3cb08b22dcac2530341e5ff995ec8f971b183220a314af14d6
|
|
| MD5 |
787bfc9d11467ab185460d1961ed209f
|
|
| BLAKE2b-256 |
835421f72829c28378ecd83acce6cefdc8d05b27edb885c4dbfb467192fa1382
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0bfffeb168756389bbabc23aaf8a8f4c6179578bcd420e1172018280eae03051
|
|
| MD5 |
1f356539e53f97432785de8d0b20ba03
|
|
| BLAKE2b-256 |
bbc0ab97a25a70b50a3a572cd792bc02fe18f83fd3ec988fc6824dca81cce44e
|