Name | nuu-core JSON |
Version |
0.0.1
JSON |
| download |
home_page | None |
Summary | A CLI tool for fetching markdown content with linked documents |
upload_time | 2025-08-01 01:37:42 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.13 |
license | MIT |
keywords |
cli
documentation
fetch
markdown
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Core
A CLI tool for fetching markdown content with linked documents.
## Installation
### From Source
```bash
# Clone the repository
git clone https://github.com/yourusername/core.git
cd core
# Install using uv (recommended)
uv sync
# Or install using pip
pip install -e .
```
## Usage
### Check Version
```bash
core version
# or
core --version
```
### Run as Module
```bash
python -m core version
```
## Development
### Setup Development Environment
```bash
# Install with development dependencies
uv sync
# Run tests
uv run pytest
# Run linting
uv run ruff check .
# Run type checking
uv run pyright
```
### Project Structure
```
core/
├── src/
│ └── core/ # Main package
│ ├── __init__.py # Package initialization
│ ├── __main__.py # Module entry point
│ └── cli.py # CLI commands
├── tests/ # Test suite
├── docs/ # Documentation
└── pyproject.toml # Project configuration
```
## Requirements
- Python 3.11 or higher
- uv (recommended) or pip
## License
MIT License - see LICENSE file for details.
Raw data
{
"_id": null,
"home_page": null,
"name": "nuu-core",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.13",
"maintainer_email": null,
"keywords": "cli, documentation, fetch, markdown",
"author": null,
"author_email": "Nathan Luo <nathanluo13@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/79/ac/d114b42921a94fa815c95ce1718cc9116cd782d8f0779d2eba97a7d437df/nuu_core-0.0.1.tar.gz",
"platform": null,
"description": "# Core\n\nA CLI tool for fetching markdown content with linked documents.\n\n## Installation\n\n### From Source\n\n```bash\n# Clone the repository\ngit clone https://github.com/yourusername/core.git\ncd core\n\n# Install using uv (recommended)\nuv sync\n\n# Or install using pip\npip install -e .\n```\n\n## Usage\n\n### Check Version\n\n```bash\ncore version\n# or\ncore --version\n```\n\n### Run as Module\n\n```bash\npython -m core version\n```\n\n## Development\n\n### Setup Development Environment\n\n```bash\n# Install with development dependencies\nuv sync\n\n# Run tests\nuv run pytest\n\n# Run linting\nuv run ruff check .\n\n# Run type checking\nuv run pyright\n```\n\n### Project Structure\n\n```\ncore/\n\u251c\u2500\u2500 src/\n\u2502 \u2514\u2500\u2500 core/ # Main package\n\u2502 \u251c\u2500\u2500 __init__.py # Package initialization\n\u2502 \u251c\u2500\u2500 __main__.py # Module entry point\n\u2502 \u2514\u2500\u2500 cli.py # CLI commands\n\u251c\u2500\u2500 tests/ # Test suite\n\u251c\u2500\u2500 docs/ # Documentation\n\u2514\u2500\u2500 pyproject.toml # Project configuration\n```\n\n## Requirements\n\n- Python 3.11 or higher\n- uv (recommended) or pip\n\n## License\n\nMIT License - see LICENSE file for details.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A CLI tool for fetching markdown content with linked documents",
"version": "0.0.1",
"project_urls": {
"Bug Tracker": "https://github.com/NUU-Cognition/nuu-core/issues",
"Homepage": "https://github.com/NUU-Cognition/nuu-core",
"Repository": "https://github.com/NUU-Cognition/nuu-core"
},
"split_keywords": [
"cli",
" documentation",
" fetch",
" markdown"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "3fd2c577e83a96c1590232deab6379b9049fd0e9f6f8e1dd84bc230467798d30",
"md5": "9de3c2b97ffdd4eb3a6e51a4e90dd9f4",
"sha256": "c1d07fde32150e1029e99dc92407e38436c90c2926fb31b0aad86d41624be5f4"
},
"downloads": -1,
"filename": "nuu_core-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9de3c2b97ffdd4eb3a6e51a4e90dd9f4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.13",
"size": 7332,
"upload_time": "2025-08-01T01:37:40",
"upload_time_iso_8601": "2025-08-01T01:37:40.703304Z",
"url": "https://files.pythonhosted.org/packages/3f/d2/c577e83a96c1590232deab6379b9049fd0e9f6f8e1dd84bc230467798d30/nuu_core-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "79acd114b42921a94fa815c95ce1718cc9116cd782d8f0779d2eba97a7d437df",
"md5": "29c89c12f3b128ce8492fe968f13490d",
"sha256": "090988a0d110597f2efd7726b06804136b63af74242afec9b5b2c0739e1415c5"
},
"downloads": -1,
"filename": "nuu_core-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "29c89c12f3b128ce8492fe968f13490d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.13",
"size": 254958,
"upload_time": "2025-08-01T01:37:42",
"upload_time_iso_8601": "2025-08-01T01:37:42.087200Z",
"url": "https://files.pythonhosted.org/packages/79/ac/d114b42921a94fa815c95ce1718cc9116cd782d8f0779d2eba97a7d437df/nuu_core-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-01 01:37:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "NUU-Cognition",
"github_project": "nuu-core",
"github_not_found": true,
"lcname": "nuu-core"
}