Metadata-Version: 1.2
Name: pharmpy-core
Version: 0.3.0
Summary: Pharmacometric modelling
Home-page: https://pharmpy.github.io
Author: Rikard Nordgren
Author-email: rikard.nordgren@farmbio.uu.se
License: GNU Lesser General Public License v3 (LGPLv3)
Project-URL: Bug Tracker, https://github.com/pharmpy/pharmpy/issues
Project-URL: Source Code, https://github.com/pharmpy/pharmpy
Description: Pharmpy is a library for pharmacometrics. It can be used as a regular python package, in R via reticulate or via its built in command line interface.
        
        Pharmpy is architectured to be able to handle different types of model formats and data formats and exposes a model agnostic API.
        
        Current features:
        
        * Parsing of many parts of a NONMEM model file
        * Parsing of NONMEM result files
        * CLI supporting dataset filtering, resampling, anonymization and viewing
        
        Pharmpy is developed by the Uppsala University Pharmacometrics group.
        
        0.3.0 (2020-06-16)
        ------------------
        
        * New CLI command 'data append'
        * Parameter names is now the index in Parameters.summary()
        * FREM postprocessing
        * Standardized results.yaml and results.csv
        
        0.2.0 (2020-03-27)
        ------------------
        
        First release
        
        
        0.1.0 (2018-07-22)
        ------------------
        
        Initial library development/testing directory structure.
        
Keywords: pharmacometrics
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
