A Python package for scientific exploration
Project description
sciexplorer
A Python package for scientific exploration.
Installation
You can install sciexplorer using pip:
pip install sciexplorer
For development installation:
pip install -e ".[dev]"
Usage
import sciexplorer
# Your code here
Features
- Feature 1
- Feature 2
- Feature 3
Development
Setup
- Clone the repository:
git clone https://github.com/yourusername/sciexplorer.git
cd sciexplorer
- Install development dependencies:
pip install -e ".[dev]"
Running Tests
pytest
Code Formatting
black sciexplorer tests
Type Checking
mypy sciexplorer
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Publishing to PyPI
To publish this package to PyPI:
- Install build tools:
pip install build twine
- Build the package:
python -m build
- Upload to TestPyPI (optional, for testing):
python -m twine upload --repository testpypi dist/*
- Upload to PyPI:
python -m twine upload dist/*
Make sure you have a PyPI account and have configured your credentials before publishing.
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 sciexplorer-0.1.0.tar.gz.
File metadata
- Download URL: sciexplorer-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06dbff4f4bab2f0bda26d1f98688c97f1fff99ddc450241469b65e93706b5c33
|
|
| MD5 |
791c21175888368fa62b37b5b3bd9a56
|
|
| BLAKE2b-256 |
913eedc8b806f5ba0657ed6641d92f5470e97466a92383b065b3c1994e5a2358
|
File details
Details for the file sciexplorer-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sciexplorer-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98f5649bc46f489c4cf121bf88a3673e6f48f30e24f2e3b655f9976a1c7a0107
|
|
| MD5 |
8420e8e86471e9c19fcbc0cc9d1529a0
|
|
| BLAKE2b-256 |
85f1553db27522e55b0a10bd53db801570a935d727b3aee5d01b4983f01dbbd2
|