raps 4.4.0__py3-none-macosx_11_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -0,0 +1,105 @@
1
+ Metadata-Version: 2.4
2
+ Name: raps
3
+ Version: 4.4.0
4
+ Classifier: Development Status :: 4 - Beta
5
+ Classifier: Environment :: Console
6
+ Classifier: Intended Audience :: Developers
7
+ Classifier: License :: OSI Approved :: Apache Software License
8
+ Classifier: Operating System :: OS Independent
9
+ Classifier: Programming Language :: Rust
10
+ Classifier: Topic :: Software Development :: Build Tools
11
+ Summary: Rust CLI for Autodesk Platform Services
12
+ Keywords: autodesk,aps,forge,cad,bim,cli,rust
13
+ Home-Page: https://rapscli.xyz
14
+ Author: Dmytro Yemelianov
15
+ License: Apache-2.0
16
+ Requires-Python: >=3.8
17
+ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
18
+ Project-URL: Documentation, https://rapscli.xyz/docs
19
+ Project-URL: Homepage, https://rapscli.xyz
20
+ Project-URL: Repository, https://github.com/dmytro-yemelianov/raps
21
+
22
+ # RAPS - Rust CLI for Autodesk Platform Services
23
+
24
+ [![PyPI version](https://badge.fury.io/py/raps.svg)](https://badge.fury.io/py/raps)
25
+ [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
26
+
27
+ A fast, modern command-line interface for Autodesk Platform Services (APS), built with Rust.
28
+
29
+ ## Installation
30
+
31
+ ```bash
32
+ pip install raps
33
+ ```
34
+
35
+ ## Quick Start
36
+
37
+ ```bash
38
+ # Check installation
39
+ raps --version
40
+
41
+ # Get help
42
+ raps --help
43
+
44
+ # Test authentication (requires APS credentials)
45
+ raps auth test
46
+
47
+ # List buckets
48
+ raps bucket list
49
+ ```
50
+
51
+ ## Configuration
52
+
53
+ Set your APS credentials as environment variables:
54
+
55
+ ```bash
56
+ export APS_CLIENT_ID="your-client-id"
57
+ export APS_CLIENT_SECRET="your-client-secret"
58
+ ```
59
+
60
+ Or use a `.env` file in your project directory.
61
+
62
+ ## Features
63
+
64
+ - **Object Storage Service (OSS)**: Manage buckets and objects
65
+ - **Model Derivative**: Translate and extract model data
66
+ - **Data Management**: Work with hubs, projects, and folders
67
+ - **Design Automation**: Run Revit, AutoCAD, and Inventor engines
68
+ - **Authentication**: Support for 2-legged, 3-legged, and device code flows
69
+ - **MCP Server**: AI assistant integration via Model Context Protocol
70
+
71
+ ## Documentation
72
+
73
+ For full documentation, visit [rapscli.xyz](https://rapscli.xyz).
74
+
75
+ ## Alternative Installation Methods
76
+
77
+ ### Shell Script (Linux/macOS)
78
+
79
+ ```bash
80
+ curl -fsSL https://raw.githubusercontent.com/dmytro-yemelianov/raps/main/install.sh | bash
81
+ ```
82
+
83
+ ### PowerShell (Windows)
84
+
85
+ ```powershell
86
+ irm https://raw.githubusercontent.com/dmytro-yemelianov/raps/main/install.ps1 | iex
87
+ ```
88
+
89
+ ### Homebrew (macOS)
90
+
91
+ ```bash
92
+ brew install dmytro-yemelianov/tap/raps
93
+ ```
94
+
95
+ ### Scoop (Windows)
96
+
97
+ ```powershell
98
+ scoop bucket add raps https://github.com/dmytro-yemelianov/scoop-bucket
99
+ scoop install raps
100
+ ```
101
+
102
+ ## License
103
+
104
+ Apache 2.0 - See [LICENSE](https://github.com/dmytro-yemelianov/raps/blob/main/LICENSE) for details.
105
+
@@ -0,0 +1,4 @@
1
+ raps-4.4.0.data/scripts/raps,sha256=g_0EbBrWaD74UEtS3ZHi4HrM7zuG4dofC5UwDPNQXr0,16073168
2
+ raps-4.4.0.dist-info/METADATA,sha256=p5HI1kZv8hsEOi7YoCC1SRR1_fhUffuqiKsLj9x9yzA,2715
3
+ raps-4.4.0.dist-info/WHEEL,sha256=yylKWcexKBlaNV_z8iGyahATbhal1pF7thA651eIJss,102
4
+ raps-4.4.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: maturin (1.11.5)
3
+ Root-Is-Purelib: false
4
+ Tag: py3-none-macosx_11_0_arm64