A minimal Python package example
Project description
autoclean-eeg2source
A minimal Python package example.
Installation
Install from source
pip install .
Install in development mode
pip install -e .
Install with development dependencies
pip install -e ".[dev]"
Building and Publishing
Build the package
python -m build
Upload to TestPyPI
First, make sure you have an account on TestPyPI and have configured your credentials.
python -m twine upload --repository testpypi dist/*
Install from TestPyPI
pip install --index-url https://test.pypi.org/simple/ --no-deps autoclean-eeg2source
Usage
import autoclean_eeg2source
print(autoclean_eeg2source.__version__)
# Use the example function
from autoclean_eeg2source.example import hello_world
print(hello_world())
License
MIT License
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 autoclean_eeg2source-0.1.0.tar.gz.
File metadata
- Download URL: autoclean_eeg2source-0.1.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2057ce8fa4887b486e5bd5ae7da4b1d9d7624fe64ccdfb3c0dd7daa2c635d6f7
|
|
| MD5 |
050f41ba61c97c3716b995e60ea4fa7a
|
|
| BLAKE2b-256 |
4f9451ce83dff90eefdaae09dd7a7e0b25f1ce4385e5933716fc06601605ce70
|
File details
Details for the file autoclean_eeg2source-0.1.0-py3-none-any.whl.
File metadata
- Download URL: autoclean_eeg2source-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e1abcbffc0e8b27baaf225b716110e1eec84667f9ddce6189851a8211176e31
|
|
| MD5 |
1899f7376fd11d45dbea751a488fad19
|
|
| BLAKE2b-256 |
bc9256aedebb017095093114d0a4b7ebc18a0d1eae6b66dd92b2322a121feee4
|