Skip to main content

API for Monte Carlo input and output parsing

Project description

Testing windows Testing linux PyPi version Documentation Status

F4Enix

Parser for Monte Carlo simulations input and output files

Pyhton >3.10!

Both Windows and Linux supported.

Go to F4Enix official documentation to get more information on the library capabilities, examples and much more.

Install

The easiest way to install F4Enix is using pip:

pip install f4enix

Troubleshooting and developer mode

If any unexpected issue is encountered during installation, the first step for its resolution would be to create a new fresh virtual environment. In conda this would be done with:

conda create -n <env_name> python=3.10

Please remeber that python versions lower than 3.10 are not supported.

Developer mode installation

There are many situations (especially while being an active developer) where it may be useful to install f4enix in developer mode. In order to do so, navigate to the F4Eparser folder and type the following to be sure that your pip is up to date (optional):

python -m pip install --upgrade pip setuptools wheel

and then to install the package:

python3 -m pip install -e .

This installation will only save the package info in your local environment while it will point to your local folder to get the actual package code. This means that when you have the package installed (i.e. that you can use in whatever directory) you will still be able to modify the package source code without the need for re-installing the package.

This also means though that if you move the F4Eparser folder, the link will be broken and you will need to reinstall the package. Anyhow, if you are working on your local GitHub repo to modify the code (as it should be) this should never be moved anyway.

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

f4enix-0.5.2.tar.gz (350.5 kB view hashes)

Uploaded Source

Built Distribution

f4enix-0.5.2-py3-none-any.whl (362.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page