Elementary Mathematics.
Project description
Welcome to elementary_math Documentation
elementary_math is a project to demonstrate: how to setup environment and toolsets for a python library project on github, includes these powerful components:
virtual environment setup (one command install everything)
setup.py file (one click install/uninstall)
auto Google stylize your code
fancy sphinx document (one click build/view/deploy)
unittest suits with pytest
code coverage test with coverall
multi python version test with tox
integration with https://travis-ci.org/
integration with https://codecov.io/
auto deploy to AWS S3
publish to PyPI
Quick Links
Usage
Clone the repo.
Navigate to elementary_math-project/start-a-project, edit init_project.py and run it.
A <repo-name> directory will be created, you can use this as your github repo directory.
Take a look at Makefile, all magic happens here!
AWS Command Line (Optional)
Use AWS S3 to host your doc site is a good idea!
We need awscli to automate the deployment.
Install awscli, just pip install awscli.
Configure your API token, just aws configure and follow the instruction.
Config PyPI (Optional)
If you want to publish your package to PyPI or new PyPI, you need a pypi account and Configure your credential.
Create a ${HOME}/.pypirc file.
put these contents:
[distutils] index-servers = pypi [pypi] username:<username> password:<password>
CI (Continues Integration) (Optional)
- Test with travis-ci, basically you just need to:
sign in using GitHub account.
toggle on your repo.
For Windows
Because Windows doesn’t have shell script and make command, so we have to install some third-party software to make it works.
Install Git Bash as shell emulator
Now you can use C:\Program Files\Git\git-bash.exe like the terminal in MacOS/Linux.
Install MinGW
Download and install, use the installer to install MinGW Base.
Find C:\MinGW\bin\mingw32-make.exe, copy and paste and rename as C:\MinGW\bin\make.exe.
Add C:\MinGW\bin to $PATH (environment variable).
Now you can use make <target> in git-bash.exe now.
For MacOS
You have to make sure:
HomeBrew is installed.
There’s two way of using virtualenv in MacOS:
Use generic virtualenv.
Use pyenv + pyenv-virtualenv.
I prefer pyenv + pyenv-virtualenv, because it allows you:
use tox to test against multiple python version locally before using cloud CI (continues integration).
will not mess up your global python environment.
the Makefile will do the pyenv + pyenv-virtualenv setup for you, just make sure that you have HomeBrew installed.
Install
elementary_math is released on PyPI, so all you need is:
$ pip install elementary_math
To upgrade to latest version:
$ pip install --upgrade elementary_math
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file elementary_math-0.0.8.tar.gz.
File metadata
- Download URL: elementary_math-0.0.8.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14b210128d8f19d3ea4795624a20ccd234ce3116ff24713df4d0ab1c06c7cf1a
|
|
| MD5 |
7a8b8acbcd3628acc2ebe352581797b2
|
|
| BLAKE2b-256 |
d549ec52a5ce3b606180a27590937cad83892197e75b05d9347de7c771a79489
|
File details
Details for the file elementary_math-0.0.8-py2-none-any.whl.
File metadata
- Download URL: elementary_math-0.0.8-py2-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12f13800d1663347fbd1c37851e070d899e21d4b54f1c6aba8b1942acb59163f
|
|
| MD5 |
0cb12165c2bfb37c84ac316bcef19e21
|
|
| BLAKE2b-256 |
005753ab52701723b78d47bdc47c7ea8d877e85723a7d9bcb57e4cc4d134cd9d
|