FORC analysis in Python
Project description
pyforc
FORC analysis in Python.
Installation
Install from PyPI
The easiest way to get started is by installing via pip
:
pip install pyforc
This will grab the latest published release on the Python Package Index and install it to your current python environment.
Installation from source
Install from source by doing
pip install git+https://github.com/peytondmurray/pyforc
Alternatively you can clone this repo and run
pip install .
Contributions
Contributions are welcome - open an issue or create a pull request. I'm trying to stick to PEP8 as much as I can, except I'm using line lengths of 100 characters. I'm using numpydoc formatting for the documentation as well. Don't worry too much about this stuff though, we can work together to integrate your code.
Pre-commit hooks
This project makes use of pre-commit hooks for linting and style checking. If you haven't used pre-commit hooks before, first install pre commit:
pip install pre-commit
Then inside the repository install the hooks themselves:
pre-commit install
Now, pre-commit hooks will run automatically any time you type git commit
.
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 Distributions
Built Distribution
File details
Details for the file pyforc-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: pyforc-1.2.0-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e63df2f4c8cd170a1117447fdd55efda75b4a7b9e87083d48255bfde79379a75 |
|
MD5 | 4cc5c384b69c038414b893c53e664a9a |
|
BLAKE2b-256 | 2157a35dbaf20db3cf96f1cffbdb330bccd48afa7cf6490cba8f8f8bf4a0c668 |