A lightweight backend server for 5D interpolation
Project description
Dummy Package Project
This is an example Python package structure with a simple dummy module and class.
Project Structure
dummy_package_project/
├── dummy_package/
│ ├── __init__.py
│ └── dummy_module/
│ ├── __init__.py
│ └── dummy_class.py
├── README.md
Installation
Clone this repository, navigate to the dummy_package_project folder and you can install the package locally:
pip install .
Usage
Example usage of the DummyClass:
from dummy_package.dummy_module import DummyClass
obj = DummyClass()
print(obj.__name__) # Output: DummyClass
print(obj.age) # Output: Not very old
print(obj.sum(2, 3)) # Output: 5
Package Contents
- dummy_package.dummy_module.dummy_class.DummyClass
A dummy class with a
sum(a, b)method and example attributes.
Development
To install development dependencies:
pip install -r requirements.txt
License
This project is provided for demonstration purposes.
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
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 fivedreg-0.0.4.dev5.tar.gz.
File metadata
- Download URL: fivedreg-0.0.4.dev5.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1dd5ca46fb0d9acb562e16b89e5cb6193016b7d59378a253a4c8534a75ede9a6
|
|
| MD5 |
2c7b92f0533e2a5febc0a271cd18733a
|
|
| BLAKE2b-256 |
c21b564e229db4d9f18731d9791b2090e8655a6ec2febfae9fa975234fbdb0ca
|
File details
Details for the file fivedreg-0.0.4.dev5-py3-none-any.whl.
File metadata
- Download URL: fivedreg-0.0.4.dev5-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7160e6237a06709629694f4a22694cb8aa3fc2a8492f5ad906ea984b91152050
|
|
| MD5 |
78f25778627d11646807996420500010
|
|
| BLAKE2b-256 |
be2b1d8e6fa98a3c25e08b304fd5b09b0d14b3912fad3b9ebd4b69f3407abfe4
|