Hop file writer and reader
Project description
nc-hops
Abstract
nc-hops
is a Python package designed to facilitate the creation, reading, and manipulation of .hop
files, which are primarily used with Hops, a Computer-Aided Manufacturing (CAM) software for CNC machines. The package enables users to seamlessly load, edit, and write .hop
files while preserving all relevant content, ensuring compatibility with different CNC machines.
Any unfamiliar content encountered within .hop
files is gracefully ignored but retained for future modifications, enabling robust handling of files generated by various software applications.
Quick-Info
-
nc-hops
is a Python package for creating, reading, modifying, and writing.hop
files. -
License: MIT License
-
Intended Audience: Programmers, CNC Machine Operators, and CAM Software Users
-
Python Compatibility: Requires at least Python 3.6
-
OS Compatibility: OS Independent
-
Dependencies:
- Pillow
- numpy
- setuptools
- smbprotocol
- chardet
-
Current Capabilities:
- Reading and extracting elements from
.hop
files. - Writing
.hop
files with support for Milling, Drilling, Machine, and Nesting operations.
- Reading and extracting elements from
-
Supported
.hop
Content: Supports read/write operations for most known versions of.hop
files.
Installation
To install the nc-hops
package, run the following command:
python -m pip install nc-hops
For advanced usage or development, you can clone it from the repository and use the command:
python -m pip install .
Usage
Reading .hop
Files
Extract various elements such as variables, comments, and processing details from .hop
files using the ReadHop
module.
Writing .hop
Files
Utilize the WriteHop
module to create .hop
files with support for:
- Milling Operations: Create and customize milling operations.
- Drilling Operations: Define drilling operations with precise parameters.
- Machine Setup: Configure machine-specific settings.
- Nesting Operations: Optimize material usage through nesting.
Examples
For more detailed examples of how to use nc-hops for reading and writing .hop files, please refer to the example scripts available in the repository.
Project Status
Ongoing - Actively developed
Contributors
- Nikola Brajic - nikolabrajic@proton.me
- Igor Pekovic - igor.pekovic95@gmail.com
- Aleksa Marceta - aleksa.marceta@gmail.com
Feedback and Contribution
Questions and feedback can be directed to the project's contributors via their email addresses. Contributions are welcome; please fork the repository and submit a pull request with your improvements.
License
This project is licensed under the MIT License.
Contact
For questions, feature requests, or bug reports, please contact:
- Nikola Brajic - nikolabrajic@proton.me
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
Built Distribution
File details
Details for the file nc_hops-0.2.4.tar.gz
.
File metadata
- Download URL: nc_hops-0.2.4.tar.gz
- Upload date:
- Size: 19.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23261840eaff6babf1ae293365f86353a1cb2a6f0a89a8708d958da1d147e45e |
|
MD5 | 6c0595a2c08dbce6b571352306603365 |
|
BLAKE2b-256 | f9ccd24082dd05ab5ca1af313fdef5b0ff618342651ddb76e61191c96a14a0a6 |
File details
Details for the file nc_hops-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: nc_hops-0.2.4-py3-none-any.whl
- Upload date:
- Size: 23.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ef136784cfe2c14664cac94f5d7a6f7ad0799f48ba28fe16272452e5f07b249 |
|
MD5 | 4934c52dba723f4f46de31105558e7bb |
|
BLAKE2b-256 | 55fb9db7f402a89409f01bdd9784f5077cbe91bdd4361f23a2f14c028dc8030e |