New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

axolpy-lib

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axolpy-lib

Axolotl Library in Python

  • 1.4.10
  • PyPI
  • Socket score

Maintainers
1

axolpy-lib, the Axolotl Library in Python

Release
Version Release Date Pypi Pypi Status Python Version Pypi Format Language Lines of Code File Count Repository Size
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.

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

Code Coverage graph


See more
  1. axolpy-script for using Axolpy scripts

License

FOSSA Status

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc