πŸ›  miscsetΒΆ

Build Status codecov.io pypi

πŸ“š AboutΒΆ

Miscellaneous set of helpful methods for Python.

  • Find simpler date and time formatting wrapper in the submodule dt.

  • Find advanced file system methods in the module files.

  • Find collected stream i/o methods in the module io.

  • Find easier subprocess methods in the module sh.

  • Find helpful tabular data conversion methods in the module tables.

See all method descriptions and a full feature list in the documentation hosted on miscset.readthedocs.io and many more details and usage examples in the respective submodule documentation.

πŸ’Ύ InstallationΒΆ

The installation is as simple as running the command pip install miscset, as the package is hosted on pypi.org.

πŸ’» DevelopingΒΆ

Please find the source code hosted on github.com.

For developers, follow this workflow:

  • Create a clean python virtual environment via python3 -m venv .venv.miscset.

  • Load th3 python environment with source .venv.miscset/bin/actviate.

  • Install developer libraries using make init.

  • Install the module using make install.

  • Build the HTML documentation with make docs.

  • Run tests using make test.

  • Add issues, pull requests, comments and other contributions to github.

Β© CopyingΒΆ

See file LICENSE.

πŸ”Ž ContentΒΆ

Browse the module for submodules, functions, classes and other objects:

miscset

Main module and public API.

See the index of all objects at Index.

Search the content at Search Page.