Pandas Series accessor to handle nuclides.
Project description
NuPaAc - Nuclide Pandas Accessor
This python package provides the NuclideSeriesAccessor class, which acts as kind
of wrapper to interact with
radioactivedecay Nuclide
objects from nuclide strings containing pandas Series. For detailed information
about the radioactivedecay package, see its documentation.
The series accessor allows to retrive several data series obtained from the dataset
in use by radioactivedecay. Where appropriate, data are returned as
pint series,
allowing to preserve the unit and perform unit-aware operations.
The functionality is implemented via the pint-pandas package.
Consult the tutorial.md file
to learn about the functionality provided by this package.
The project is currently under development and changes in its behaviour might be introduced.
Installation
Install the latest release of UnPaAc from PyPI
via pip:
$ pip install nupaac
The development version can be installed from
the Git repository using pip:
# Via https
pip install git+https://codeberg.org/Cs137/NuPaAc.git
# Via ssh
pip install git+ssh://git@codeberg.org:Cs137/NuPaAc.git
Usage
The pandas Series accessor is available via the nucs attribute of Series
instances. In order to make use of the accessor, import the module nucs from
this package.
Examples demonstrating several use cases can be found in the
tutorial.md file.
Changes
All notable changes to this project are documented in the
CHANGELOG.md file.
Contributing
Contributions to the NuPaAc package are very welcomed. Feel free to submit a
pull request, if you would like to contribute to the project. In case you are
unfamiliar with the process, consult the
forgejo documentation
and follow the steps using this repository instead of the example repository.
Create your pull request (PR) to
inform that you start working on a contribution. Provide a clear description
of your envisaged changes and the motivation behind them, prefix the PR's title
with WIP: until your changes are finalised.
All kind of contributions are appreciated, whether they are bug fixes, new features, or improvements to the documentation.
Development
Installing for development
To install the package in development mode, clone the Git repository and install the package using Poetry, as shown in the code block underneath. To install Poetry, which is required for virtual environment and dependency management, follow the instructions on the Poetry website.
git clone https://codeberg.org/Cs137/NuPaAc.git
cd nupaac
poetry install
This will create a virtual environment and install the package dependencies and
the package itself in editable mode, allowing you to make changes to the code and
see the effects immediately in the corresponding virtual environment. Alternatively,
you can install it via pip install -e in an existing virtual environment.
License
NuPaAc is open source software released under the MIT License. See LICENSE file for details.
This package was created and is maintained by Christian Schreinemachers, (C) 2025.
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
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 nupaac-0.1.2.tar.gz.
File metadata
- Download URL: nupaac-0.1.2.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.13.1 Linux/6.12.10-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67b186f03acbc890f93f2289950bf653138e1a0ef6704add8b4e7390ed1434a9
|
|
| MD5 |
8f15ef85de95b4c3714c2f9f6ed9366d
|
|
| BLAKE2b-256 |
9b3573c3df97cf5c9f78a294994dc2a203942733e727e29ed0be82918f6a2c9f
|
File details
Details for the file nupaac-0.1.2-py3-none-any.whl.
File metadata
- Download URL: nupaac-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.13.1 Linux/6.12.10-arch1-1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c931274195c856343da550fbdcb813a8488de2588b76ef80b395fe0933622850
|
|
| MD5 |
ba7f4862e28d69edca525e431660745f
|
|
| BLAKE2b-256 |
9777e7cbde936a162a521bf5b72282a4ae1d6121e5294c256e77fbb1978687b7
|