Commit Graph

9 Commits

Author SHA1 Message Date
Oliver Beckstein
26a5ab042e API docs for propka
- use autosummary (with custom module template)
- updated module docs for all modules so that they are included
  with sphinx autodocs
2020-06-19 16:25:24 -07:00
Nathan Baker
ba67f5149d Replace old-style printf with str.format 2020-05-28 16:10:48 -07:00
Nathan Baker
e5dedc1786 De-lint iterative.py
See https://github.com/jensengroup/propka-3.1/issues/43.
2020-05-25 18:55:02 -07:00
Nathan Baker
04b52d458c De-lint iterative.py. 2020-05-24 12:05:48 -07:00
Nathan Baker
a534d97016 De-lint groups.py
I did my best (via Google) to make sure that renamed public members and
methods had minimal impact on others' code.
2020-05-24 11:13:06 -07:00
Nathan Baker
476ab1f276 De-lint determinants.py.
Public methods/members names were changed.  These were checked against
Google for potential impact on other packages.
2020-05-24 08:53:51 -07:00
Nathan Baker
10efc3c7f9 De-lint propka/atom.py
Other changes are a result of Atom use in other files.
2020-05-17 17:08:38 -07:00
Toni G
5fbbdd4868 Output performed with loggers. Adds options --no-print. (#12)
Output performed with loggers.  Adds --quiet and --verbose options.
2016-04-28 23:21:35 -07:00
Oliver Beckstein
b928c18bab Re-packaged with setuptools for standard installation
* 'python setup.py install' will install
  - a package 'propka' (which contains everything that 'Source' contained
    in the original distribution)
  - an executable script 'propka31' (which is identical to the original
    'propka.py' script but it is automatically generated via the setuptools
    mechanism; it uses propka.run.main().
* 'pip install' will also work
* the README.md file was changed to reflect the alterations
* metadata in the setup.py file was added

NOTE: The licence is still unclear!
2013-07-25 11:14:44 -07:00