# UsefulPy
The most useful functions in everyday life
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install usefulpy.
```bash
pip install usefulpy
```
## Usage
```python
from usefulpy.math import is_negative, is_ten
is_ten(10) # returns 'True'
is_ten(9) # returns 'False'
is_negative(-1) # returns 'True'
is_negative(1) # returns 'False'
is_negative(0) # returns 'False'
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)
Raw data
{
"_id": null,
"home_page": "https://github.com/bersena911/usefulpy",
"name": "usefulpy",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "math,dummy,useful",
"author": "Mate Bersenadze",
"author_email": "matebersenadze@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/06/e4/1798fc1b50dfa4a78041caa0b781d35d2782e876ef5cc87512e73fed38f9/usefulpy-0.7.tar.gz",
"platform": null,
"description": "# UsefulPy\nThe most useful functions in everyday life\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install usefulpy.\n\n```bash\npip install usefulpy\n```\n\n## Usage\n\n```python\nfrom usefulpy.math import is_negative, is_ten\n\nis_ten(10) # returns 'True'\nis_ten(9) # returns 'False'\n\nis_negative(-1) # returns 'True'\nis_negative(1) # returns 'False'\nis_negative(0) # returns 'False'\n```\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "The most useful functions in everyday life",
"version": "0.7",
"project_urls": {
"Download": "https://github.com/bersena911/usefulpy/archive/0.6.tar.gz",
"Homepage": "https://github.com/bersena911/usefulpy"
},
"split_keywords": [
"math",
"dummy",
"useful"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "06e41798fc1b50dfa4a78041caa0b781d35d2782e876ef5cc87512e73fed38f9",
"md5": "df0365196bb9d0dbec268bc75a933f4a",
"sha256": "e670c3d5cbd6072ef358eba44f41e7ff011dbfba19384fb9ece9af03ed800ee0"
},
"downloads": -1,
"filename": "usefulpy-0.7.tar.gz",
"has_sig": false,
"md5_digest": "df0365196bb9d0dbec268bc75a933f4a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2979,
"upload_time": "2024-02-01T12:07:04",
"upload_time_iso_8601": "2024-02-01T12:07:04.671909Z",
"url": "https://files.pythonhosted.org/packages/06/e4/1798fc1b50dfa4a78041caa0b781d35d2782e876ef5cc87512e73fed38f9/usefulpy-0.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-01 12:07:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "bersena911",
"github_project": "usefulpy",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "usefulpy"
}