Axolotl Library in Python
Project description
axolpy-lib, the Axolotl Library in Python
Release
Code Quality
Activity
License
Popularity
This is the library of the Axolotl series in Python. The implementation of it aims at providing a handy all-in-one package for writing useful applications.
PyPi project: https://pypi.org/project/axolpy-lib
Install axolpy-lib
pip install axolpy-lib
Install dependencies
Since this package contains libraries for many areas, not all dependencies are configured as hard dependency and installed together with axolpy-lib. Therefore you can decide what to not install to save your space. However, if you want to use all features or develop on top of this package, you will have to install all dependencies.
Recommended way
You are recommended to use pyenv and pipenv to install the dependencies. To install all dependencies:
pipenv install
To install particlular package only:
pipenv install pyyaml
Alternative
You can install dependencies with the old way by using requirements.txt.
pip install -r requirements.txt
Run test
To run pytest:
pytest
To run test with coverage result:
coverage run -m pytest
To generate test coverage report:
coverage report -m
To generate test coverage report in html:
coverage html
Build axolpy-lib package
To build with wheel:
python -m build
You will see output like this:
* Creating venv isolated environment...
* Installing packages in isolated environment... (setuptools>=42, wheel)
* Getting dependencies for sdist...
...
...
Successfully built axolpy-lib-1.0.0.tar.gz and axolpy_lib-1.0.0-py3-none-any.whl
Test report
Code Coverage graph
See more
- axolpy-script for using Axolpy scripts
License
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file axolpy-lib-1.4.10.tar.gz
.
File metadata
- Download URL: axolpy-lib-1.4.10.tar.gz
- Upload date:
- Size: 22.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4265dc1147c215e0b1d6771e46f4d38828b97fb2ce9c4937193324ce8ff1571 |
|
MD5 | 43087eb0bd0fb0474627f3c3a1fcf416 |
|
BLAKE2b-256 | 6516dc5a1432fb0fae5204c0bfd334ea34fbe09df2604115d9d254bba44120e3 |
File details
Details for the file axolpy_lib-1.4.10-py3-none-any.whl
.
File metadata
- Download URL: axolpy_lib-1.4.10-py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3c066c9fe8fa3ffd38aa0dfa4a2d995452d7ad8b199ea6befa85ecc3f6bd961 |
|
MD5 | e8ef2520eb52182c3a25aa1d4538ffb0 |
|
BLAKE2b-256 | 2349756521f319b1171eef2085130679b1919144e8674f2552f04eb4b0e964a2 |