a pipe permeation calculator
Project description
Use this repository as a template. Do a global search in all files to pipepermcalc and replace it with the actual package name.
rename the folder pipepermcalc to the name of your package as well
Make a list of all the packages required to run your code in requirements.txt. If this repository depends on any package that should be installed by conda instead of pip, add that package in requirements_conda.yml; also specify your python version in that file.
After that, create a conda environment by navigating your command prompt to the folder containing requirements_conda.yml
,
that is, the same folder as this file. Then type the command conda env create -n <package_name> --file requirements_conda.yml
where
<package_name> should again be replaced by the name of your package.
the folders have the following purpose:
- tests: contains unit tests. Using pytest is adviced
- documentation: contains documentation which can be created (and updated) by running make.bat; the result is in
documentation/build/html
- <package_name>: contains the code that consists the models and scripts that other people should be able to use
- research: contains files that run the code in <package_name> to perform research with the models or investigate how the model behaves. By doing this, script to run the model are seperated from the actual code that consists the model. This keeps the model code much more tidy.
Be sure to pick a LICENCE
after this, you should remove all the text in this file and replace it with a small description on your repositories content.
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
File details
Details for the file pipepermcalc-0.0.2.tar.gz
.
File metadata
- Download URL: pipepermcalc-0.0.2.tar.gz
- Upload date:
- Size: 26.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eaa536e8ada3eab55deb30f4139de9e559d162c1bd3c794990eda7ab691bfb2f |
|
MD5 | 579252c5ff919379a4b9624e64438469 |
|
BLAKE2b-256 | 44686a8088a1813b4c8a6c6763e51ccd7a841549e8a24d770dcee99daffd94f1 |
File details
Details for the file pipepermcalc-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: pipepermcalc-0.0.2-py3-none-any.whl
- Upload date:
- Size: 26.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35f72c8d94275d6a627bf18f7957c0ace3c8a91d684e0bc512c179afdd0014d3 |
|
MD5 | 66cc3cf3a5ad3597b721305a1d07fd89 |
|
BLAKE2b-256 | 8b49b8badb3b765e5a39c26c519cb78a2755c4e82457a5c391dd6e7701598739 |