Metadata-Version: 2.4
Name: Davout
Version: 0.1.0.dev103
Summary: Scientific computing utilities combining FEM, ANN and tooling
Author: Matheus Janczkowski
Author-email: Matheus Janczkowski <matheusj2009@hotmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Matheus-Janczkowski/Davout
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Dynamic: author
Dynamic: license-file
Dynamic: requires-python

# Davout
Repository to store my workhorses and research-themed park. Github link
to the repository and source files: https://github.com/Matheus-Janczkowski/Davout

1. Link to the booklet on installation of a miscelaneous of software: https://www.overleaf.com/read/wbxhncmtnmkm#0eb73b

2. Link to the booklet on python programming: https://www.overleaf.com/read/hcmfzzsrhndj#00fdb1

3. Link to the booklet on writing in LaTeX: https://www.overleaf.com/read/sdrvfrpdjhft#66d6f9

4. Link for the presentation template: https://www.overleaf.com/read/sbgxdphxswmm#6d7d64

# Installation using pip
pip install Davout

# Installation using installer file
Download the zip file, unzip it and move it to a suitable directory. 
Open the Davout folder, where setup.py is located. Open this path in
terminal (using a virtual environment) and run the following command

python davout_installer.py

# Installation using command
Download the repository, unzip the file, put it in a suitable place for you.
Activate a python virtual environment (follow instruction in the booklet 1. 
to create a virtual environment if you don't have one), go into the directory 
where the files are located through the virtual environment terminal. Then, 
type in terminal (instead of python you might need to explicitely type in
the version, like python3):

python setup.py bdist_wheel sdist

pip install .

To test the installation:

python

import Davout
