Metadata-Version: 2.4
Name: apsfuncs
Version: 1.0.5
Summary: A container package holding general purpose tools and objects used by python programs supported by the Astrea Python Updater (APU) system
Project-URL: Homepage, https://github.com/Astrea-Bioseparations/apsfuncsRepo
Project-URL: Issues, https://github.com/Astrea-Bioseparations/apsfuncsRepo/issues
Author-email: Nathaniel Hughes <nj.hughes@astrea-bio.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Keywords: aps,astrea
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: cryptography
Requires-Dist: matplotlib
Requires-Dist: pyqt6
Description-Content-Type: text/markdown

# apsfuncsRepo
The working repository for the aspfuncs python package, which contains the shared functions to use for astreas python softrware

To upload a new version of the package to PyPI:

Complete all changes and submit a pull request to merge to the main branch, ensure that any new package requirements have been added to the pyproject.toml file
Once the pull request has been aproved, get the latest version of the main branch into your local envrionment
delete any existing contents of the dist folder
Run the command "py -m build" in the terminal 
Once the build has completed, run the command "twine upload dist/* to upload to the PyPI repo

An API token is needed for this, if you do not have one then contact Nathaniel Hughes to carry out the update on your behalf