Metadata-Version: 2.4
Name: edf-plasma-core
Version: 2.0.0
Summary: EDF Plasma Core
Author-email: CERT-EDF <cert@edf.fr>
License-Expression: MIT
Project-URL: Homepage, https://github.com/cert-edf/plasma
Project-URL: Repository, https://github.com/cert-edf/plasma
Project-URL: Bug Tracker, https://github.com/cert-edf/plasma/issues
Keywords: edf,plasma,forensic,artifact,dissector,normalizer,core
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Classifier: Topic :: Security
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: yarl~=1.22
Requires-Dist: rich~=14.2
Requires-Dist: magika~=1.0
Requires-Dist: python-magic~=0.4
Dynamic: license-file

# EDF Plasma Core

## Introduction

This package provides Plasma Framework's concepts and helpers.

## Concepts

### Tag

This enumeration provides uniform tags to avoid tags consistency issues.

## Helpers

There are many helpers for common operations such as

- hashing,
- manipulating CSV, JSON and XML,
- logging,
- mutual exclusion,
- measuring performance,
- streaming,
- identifying,
- converting datetime,
- matching patterns,
- ...

<br>

## License

Distributed under the [MIT License](LICENSE).

<br>

## Contributing

Contributions are welcome. See [CONTRIBUTING.md](https://github.com/CERT-EDF/plasma/blob/main/CONTRIBUTING.md).

## Past contributors (before open sourcing)

- [koromodako](https://github.com/koromodako)
- [SPToast](https://github.com/SPToast)
- [alex532h](https://github.com/alex532h)

<br>

## Security

To report a (suspected) security issue, see [SECURITY.md](https://github.com/CERT-EDF/plasma/blob/main/SECURITY.md).
