This release is a pre-release and may not be stable for production use.
FCoP — fcop (Python package)
This file is the PyPI long description for the fcop package only — a pure Python
library. It is not the MCP server; the optional IDE bridge is the separate
PyPI fcop-mcp project.
- FCoP protocol (what it is, no product pitch):
https://github.com/joinwell52-AI/FCoP/blob/main/docs/getting-started.en.md - This repository (specs, essays, source):
https://github.com/joinwell52-AI/FCoP
Unpublished 4.0.0rc1 candidate
This review tree targets fcop==4.0.0rc1, classified Beta, not Stable.
It has not been published to PyPI, merged to main, or registered as a release.
Candidate verification installs only the four fixed GitHub Actions artifacts
identified by the WP4D Manifest; do not request this candidate from an index
or upgrade an existing workspace. The copied Python-only sample under
examples/v4/third-party/python-only/ explicitly creates a fresh 4.0 workspace.
Legacy workspace reads do not migrate or relabel files. Acceptance evidence
and any unresolved checks are recorded in reports/FCOP-4.0-WP4D-*.md.
Published 3.x installation (not candidate installation)
pip install fcop
Runtime: Python 3.10+, PyYAML and jsonschema — no fastmcp, no websockets, no LLM SDK.
fcop gives you a Project API for creating and maintaining
fcop/ (tasks, reports, issues, fcop.json, team templates) and
reading/writing the protocol’s Markdown+YAML files. The normative rules
files for agents (fcop-rules.mdc, fcop-protocol.mdc) ship inside the
package and can be written into a repo by init / deploy flows.
Minimal example
from fcop import Project
Project(".").init() # e.g. dev-team; or .init_solo() for single role
0.5.x → 0.6.x
The MCP server moved to fcop-mcp; this wheel keeps the library and a
fcop compat CLI that only prints a migration message if someone still
expects the old 0.5 fcop command. See:
https://github.com/joinwell52-AI/FCoP/blob/main/docs/MIGRATION-0.6.md
License
MIT — https://github.com/joinwell52-AI/FCoP/blob/main/LICENSE
Full monorepo README, essays, and the optional MCP install guide: same GitHub
repository, not the PyPI fcop long description.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 fcop-4.0.0rc1.tar.gz.
File metadata
- Download URL: fcop-4.0.0rc1.tar.gz
- Upload date:
- Size: 616.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e1dc76f46f2e5b5875153f83552155784ac0fadab4cec37bdf43c1a7cc22a5e
|
|
| MD5 |
3265c0d4f9c3ddeac317c7ecec7cafae
|
|
| BLAKE2b-256 |
297e8e83a5a30681064bac8d331f17d6a337598b38080582276f47e6e128b73b
|
File details
Details for the file fcop-4.0.0rc1-py3-none-any.whl.
File metadata
- Download URL: fcop-4.0.0rc1-py3-none-any.whl
- Upload date:
- Size: 726.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b539fdd496d52ea608b5f42abd270c2ed04e8f011242d932ddedac48f8d7cee9
|
|
| MD5 |
aae4b3ce0dc4958526207ba0472897e3
|
|
| BLAKE2b-256 |
709ef2a92ab52f2ed740216ea1a7cd30badcc7ea7d786a06701cd4406f2f7a52
|