Skip to content
/ pula Public

Convienent add-on library for Python, providing frequently used functions that users find themselves needing in various disciplines.

License

Notifications You must be signed in to change notification settings

dkfulp/pula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pula

Pula

Python Useful Library Add-on

Copyright

Dakota Fulp <dkfulp@coastal.edu>

License

MIT

Homepage

https://pypi.org/project/pula/

API docs

TBA

Development

https://github.com/dkfulp/pula

What

"Pula" stands for Python Useful Library Add-on. It is a module built for Python 3 that acts as a compendium for the generic functions that most users find themselves needing through their various projects. This library is independent of discipline and is meant for everyone.

The functions that this module covers will continue to grow as more functions are submitted by users and developers. These functions can be as simple as a is_number function all the way to more complex text / code scrapping of files in a directory.

The only caveat is that these functions be generic enough that more than one discipline can use them. This is due to the fact that having very project specific functions should be included in a project specific module.

This module is entirely written in Python 3.

The package and API documentation will come soon.

Installation

For most users, we recommended method to install is via pip:

pip install pula

Users can also download the PyPi package from Pula on PyPi and install it manually.

Development

This module is meant to be a community project and we are looking for user input on new functions that can be added. To request a new feature, please log an issue at Github Issues with the label of enhancement.

Bugs & Support

To report bugs that occur, please log an issue at Github Issues with the label of bug.

About

Convienent add-on library for Python, providing frequently used functions that users find themselves needing in various disciplines.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages