Metadata-Version: 2.1
Name: rpnChilada
Version: 7.2.2
Summary: command-line RPN calculator
Home-page: http://github.com/ConceptJunkie/rpn/
Author: Rick Gutleber
Author-email: rickg@his.com
License: GPL3
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Environment :: Console
Requires-Dist: arrow (>=0.12.1)
Requires-Dist: convertdate (>=2.1.2)
Requires-Dist: enum34 (>=1.1.6)
Requires-Dist: ephem (>=3.7.6.0)
Requires-Dist: geopy (>=1.11.0)
Requires-Dist: gmpy2 (>=2.0.8)
Requires-Dist: mpmath (>=1.1.0)
Requires-Dist: numpy (>=1.14.0)
Requires-Dist: pylru (>=1.0.9)
Requires-Dist: pyreadline (>=2.1)
Requires-Dist: pytz (>=2017.3)
Requires-Dist: rpnChiladaData (>=1.0.0)
Requires-Dist: six (>=1.11.0)
Requires-Dist: skyfield (>=1.10)
Requires-Dist: timezonefinder (>=2.1.2)
Requires-Dist: tzlocal (>=1.5.1)


rpnChilada is a command-line Reverse-Polish Notation calculator that was
first written in C in 1988 as a four-function calculator.

It was rewritten in Python 3 in 2012 and now uses the mpmath library.  It
was a Python learning exercise for me, and a fun little toy, but when I
found mpmath, it became really cool and powerful, so props to Fredrik
Johansson, who did most of the heavy lifting (http://mpmath.org).

rpnChilada gives you the whole enchilada when it comes to playing with
numbers.  You get math functions, algebra functions, combinatoric functions,
number theory functions, astronomy functions, physics functions, unit
conversions (comparable to GNU Units) and much, much more.   rpnChilada
supports lists, but not matrices.

rpnChilada comes with integrated help, which isn't complete, but has at
least a basic description of every function, and over 1200 built-in
examples.

rpnChilada also comes with an extensive test suite, which is being constantly
improved.  Many of the functions are validated against the OEIS.

Version 7 has been in the works for more than two and a half years, and the
number of operators since version 6.4 has increased by at least 200.  It also
supports user-defined persistent variables and functions.  rpnChilada also
caches lookups and certain calculations.

There are still bugs, and since it's a one-person side project, progress
is slow, but bug reports and feature requests are welcome at rickg@his.com.

Note, Windows users will want the Windows-specific wheels for pyephem and
gmpy2:

https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyephem

https://www.lfd.uci.edu/~gohlke/pythonlibs/#gmpy

rpnChilada can be launched with 'rpnChilada' or 'rpn' in the Python Scripts/
directory.

For a quick primer on rpnChilada's use, try "rpn help examples".  Please note
that the OEIS integration and geographic location functions require Internet
access.


